- FormConstraints - Class in org.bounce
-
A constraints object, used for the FormLayout, the constraints allow
for setting the components position, alignments and fill type.
- FormConstraints() - Constructor for class org.bounce.FormConstraints
-
Constructs a default FormConstraint which positions the
component over both columns and aligns the component
horizontally to the LEFT and vertically at the CENTER.
- FormConstraints(int) - Constructor for class org.bounce.FormConstraints
-
Constructs a default FormConstraint which aligns the
component horizontally to the LEFT and vertically at
the CENTER and positions the component at the position
supplied.
- FormConstraints(int, boolean) - Constructor for class org.bounce.FormConstraints
-
Constructs a FormConstraint with the filled value set to
the value supplied.
- FormConstraints(int, int) - Constructor for class org.bounce.FormConstraints
-
Constructs a FormConstraint which aligns the component
horizontally with the value supplied and vertically at
the CENTER.
- FormConstraints(int, int, int) - Constructor for class org.bounce.FormConstraints
-
Constructs a FormConstraint which aligns the component
horizontally and vertically with the values supplied.
- FormConstraints(FormConstraints) - Constructor for class org.bounce.FormConstraints
-
Constructs a FormConstraint which copies its values
from the constraint supplied.
- FormLayout - Class in org.bounce
-
A Layout manager that can be used to layout 2 columns of components.
- FormLayout() - Constructor for class org.bounce.FormLayout
-
Constructs a default FormLayout without any horizontal or
vertical gaps.
- FormLayout(int, int) - Constructor for class org.bounce.FormLayout
-
Constructs a FormLayout with the specified horizontal
and vertical gap.
- FULL - Static variable in class org.bounce.FormConstraints
-
FULL position
- FULL - Static variable in class org.bounce.FormLayout
-
A constraint that allows the component to use the total width of the form.
- FULL_FILL - Static variable in class org.bounce.FormLayout
-
A constraint that allows the component to use the total width of
the form and resizes the component to fill the whole width.
- getAllDependenciesForPackage(Package, Map<String, List<Dependency>>) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Gets a full list of packages (encapsulated in Dependency objects) that are
required by directly and indirectly by the named target package.
- getAllDependenciesForPackage(Package, Map<String, List<Dependency>>) - Method in class org.pentaho.packageManagement.PackageManager
-
Gets a full list of packages (encapsulated in Dependency objects) that are
required by directly and indirectly by the named target package.
- getAllPackages(PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Get all packages that the system knows about (i.e.
- getAllPackages(PrintStream...) - Method in class org.pentaho.packageManagement.PackageManager
-
Get all packages that the system knows about (i.e.
- getAvailablePackages() - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Get a list of packages that are not currently installed.
- getAvailablePackages() - Method in class org.pentaho.packageManagement.PackageManager
-
Get a list of packages that are not currently installed.
- getBaseSystemDependency() - Method in class org.pentaho.packageManagement.DefaultPackage
-
Gets the dependency on the base system that this package requires.
- getBaseSystemDependency() - Method in class org.pentaho.packageManagement.Package
-
Gets the dependency on the base system that this package requires.
- getBaseSystemName() - Method in class org.pentaho.packageManagement.PackageManager
-
Get the name of the main software system for which we manage packages.
- getBaseSystemVersion() - Method in class org.pentaho.packageManagement.PackageManager
-
Get the current installed version of the main system for which we manage
packages.
- getDependencies() - Method in class org.pentaho.packageManagement.DefaultPackage
-
Get the list of packages that this package depends on.
- getDependencies() - Method in class org.pentaho.packageManagement.Package
-
Get the list of packages that this package depends on.
- getHgap() - Method in class org.bounce.FormLayout
-
Returns the horizontal gap between the left column
and the right column.
- getHorizontalAlignment() - Method in class org.bounce.FormConstraints
-
Returns the horizontal alignment for the component.
- getIncompatibleDependencies(List<Package>) - Method in class org.pentaho.packageManagement.DefaultPackage
-
Gets those packages from the supplied list that this package depends on and
are currently incompatible with this package.
- getIncompatibleDependencies() - Method in class org.pentaho.packageManagement.DefaultPackage
-
Gets a list of installed packages that this package depends on that are
currently incompatible with this package.
- getIncompatibleDependencies() - Method in class org.pentaho.packageManagement.Package
-
Gets a list of installed packages that this package depends on that are
currently incompatible with this package.
- getIncompatibleDependencies(List<Package>) - Method in class org.pentaho.packageManagement.Package
-
Gets those packages from the supplied list that this package depends on and
are currently incompatible with this package.
- getInstalledPackageInfo(String) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Get package information on the named installed package.
- getInstalledPackageInfo(String) - Method in class org.pentaho.packageManagement.PackageManager
-
Get package information on the named installed package.
- getInstalledPackages() - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Get a list of installed packages.
- getInstalledPackages() - Method in class org.pentaho.packageManagement.PackageManager
-
Get a list of installed packages.
- getLayoutAlignmentX(Container) - Method in class org.bounce.FormLayout
-
Returns the alignment along the x axis.
- getLayoutAlignmentY(Container) - Method in class org.bounce.FormLayout
-
Returns the alignment along the y axis.
- getLowerBound() - Method in class org.pentaho.packageManagement.VersionRangePackageConstraint
-
Get the lower bound of this range
- getLowerComparison() - Method in class org.pentaho.packageManagement.VersionRangePackageConstraint
-
Get the lower comparison
- getMissingDependencies(List<Package>) - Method in class org.pentaho.packageManagement.DefaultPackage
-
Gets a list of packages that this package depends on that are not in the
supplied list of packages.
- getMissingDependencies() - Method in class org.pentaho.packageManagement.DefaultPackage
-
Gets a list of packages that this package depends on that are not currently
installed.
- getMissingDependencies() - Method in class org.pentaho.packageManagement.Package
-
Gets a list of packages that this package depends on that are not currently
installed.
- getMissingDependencies(List<Package>) - Method in class org.pentaho.packageManagement.Package
-
Gets a list of packages that this package depends on that are not in the
supplied list of packages.
- getName() - Method in class org.pentaho.packageManagement.DefaultPackage
-
Convenience method to return the name of this package.
- getName() - Method in class org.pentaho.packageManagement.Package
-
Convenience method to return the name of this package.
- getPackage() - Method in class org.pentaho.packageManagement.PackageConstraint
-
Get the package that this constraint applies to.
- getPackageArchiveInfo(String) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Get package information from the supplied package archive file.
- getPackageArchiveInfo(String) - Method in class org.pentaho.packageManagement.PackageManager
-
Get package information from the supplied package archive file.
- getPackageHome() - Method in class org.pentaho.packageManagement.PackageManager
-
Get the location (directory) of installed packages
- getPackageMetaData() - Method in class org.pentaho.packageManagement.Package
-
Get the meta data for this package.
- getPackageMetaDataElement(Object) - Method in class org.pentaho.packageManagement.Package
-
Gets the package meta data element associated with the supplied key.
- getPackageRepositoryURL() - Method in class org.pentaho.packageManagement.PackageManager
-
Get the URL to the repository of package meta data.
- getPackageURL() - Method in class org.pentaho.packageManagement.DefaultPackage
-
Convenience method that returns the URL to the package (i.e the provider's
URL).
- getPackageURL() - Method in class org.pentaho.packageManagement.Package
-
Convenience method that returns the URL to the package (i.e the provider's
URL).
- getPasswordAuthentication() - Method in class org.bounce.net.DefaultAuthenticator
-
Return the PasswordAuthentication object.
- getPosition() - Method in class org.bounce.FormConstraints
-
Returns the column position of the component.
- getProxy() - Method in class org.pentaho.packageManagement.PackageManager
-
Get the proxy in use.
- getRepositoryPackageInfo(String) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Get package information on the named package from the repository.
- getRepositoryPackageInfo(String, Object) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Get package information on the named package from the repository.
- getRepositoryPackageInfo(String) - Method in class org.pentaho.packageManagement.PackageManager
-
Get package information on the named package from the repository.
- getRepositoryPackageInfo(String, Object) - Method in class org.pentaho.packageManagement.PackageManager
-
Get package information on the named package from the repository.
- getRepositoryPackageMetaDataOnlyAsZip(PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Gets an array of bytes containing a zip of all the repository meta data and
supporting files.
- getRepositoryPackageMetaDataOnlyAsZip(PrintStream...) - Method in class org.pentaho.packageManagement.PackageManager
-
Gets an array of bytes containing a zip of all the repository meta data and
supporting files.
- getRepositoryPackageMetaDataOnlyAsZipLegacy(PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Gets an array of bytes containing a zip of all the repository meta data and
supporting files using the legacy approach.
- getRepositoryPackageVersions(String) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Get a list of available versions of the named package.
- getRepositoryPackageVersions(String) - Method in class org.pentaho.packageManagement.PackageManager
-
Get a list of available versions of the named package.
- getSource() - Method in class org.pentaho.packageManagement.Dependency
-
Get the source package.
- getTarget() - Method in class org.pentaho.packageManagement.Dependency
-
Get the target package constraint.
- getUpperBound() - Method in class org.pentaho.packageManagement.VersionRangePackageConstraint
-
Get the upper bound of this range
- getUpperComparison() - Method in class org.pentaho.packageManagement.VersionRangePackageConstraint
-
Get the upper comparison
- getURLPackageInfo(URL) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Get package information on the package at the given URL.
- getURLPackageInfo(URL) - Method in class org.pentaho.packageManagement.PackageManager
-
Get package information on the package at the given URL.
- getVersionComparison(String) - Static method in class org.pentaho.packageManagement.VersionPackageConstraint
-
Returns a VersionComparison equivalent to the supplied String operator.
- getVersionComparison() - Method in class org.pentaho.packageManagement.VersionPackageConstraint
-
- getVerticalAlignment() - Method in class org.bounce.FormConstraints
-
Returns the vertical alignment for the component.
- getVgap() - Method in class org.bounce.FormLayout
-
Returns the vertical gap between the rows.
- install() - Method in class org.pentaho.packageManagement.DefaultPackage
-
Install this package.
- install() - Method in class org.pentaho.packageManagement.Package
-
Install this package.
- installAdditionalLibs(String, String[], PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Installs additional library jar files (as specified in the AdditionalLibs
entry in the Description.props file).
- installPackage(String, String, PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Installs a package from a zip/jar archive.
- installPackageFromArchive(String, PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Install a package from an archive on the local file system.
- installPackageFromArchive(String, PrintStream...) - Method in class org.pentaho.packageManagement.PackageManager
-
Install a package from an archive on the local file system.
- installPackageFromRepository(String, Object, PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Install a package sourced from the repository.
- installPackageFromRepository(String, Object, PrintStream...) - Method in class org.pentaho.packageManagement.PackageManager
-
Install a package sourced from the repository.
- installPackageFromURL(URL, PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Install a package sourced from a given URL.
- installPackageFromURL(URL, PrintStream...) - Method in class org.pentaho.packageManagement.PackageManager
-
Install a package sourced from a given URL.
- installPackages(List<Package>, PrintStream...) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Installs all the packages in the supplied list.
- installPackages(List<Package>, PrintStream...) - Method in class org.pentaho.packageManagement.PackageManager
-
Installs all the packages in the supplied list.
- invalidateLayout(Container) - Method in class org.bounce.FormLayout
-
Invalidates the layout, indicating that if the layout manager
has cached information it should be discarded.
- isBoundOR() - Method in class org.pentaho.packageManagement.VersionRangePackageConstraint
-
Returns true if this is a bounded OR type of constraint
- isCompatibleBaseSystem() - Method in class org.pentaho.packageManagement.DefaultPackage
-
Returns true if this package is compatible with the currently installed
version of the base system.
- isCompatibleBaseSystem() - Method in class org.pentaho.packageManagement.Package
-
Returns true if this package is compatible with the currently installed
version of the base system.
- isFilled() - Method in class org.bounce.FormConstraints
-
Returns wether the component occupies the full available horizontal
space.
- isInstalled() - Method in class org.pentaho.packageManagement.DefaultPackage
-
Returns true if this package is already installed
- isInstalled() - Method in class org.pentaho.packageManagement.Package
-
Returns true if this package is already installed
- m_authenticatorSet - Variable in class org.pentaho.packageManagement.PackageManager
-
- m_baseSystemName - Variable in class org.pentaho.packageManagement.PackageManager
-
The name of the base system being managed by this package manager
- m_baseSystemVersion - Variable in class org.pentaho.packageManagement.PackageManager
-
The version of the base system being managed by this package manager
- m_boundOr - Variable in class org.pentaho.packageManagement.VersionRangePackageConstraint
-
is false for version1 <= package <= version2
- m_constraint - Variable in class org.pentaho.packageManagement.VersionPackageConstraint
-
The comparison operator for this constraint
- m_httpProxy - Variable in class org.pentaho.packageManagement.PackageManager
-
Proxy for http connections
- m_lowerBound - Variable in class org.pentaho.packageManagement.VersionRangePackageConstraint
-
the lower bound
- m_lowerConstraint - Variable in class org.pentaho.packageManagement.VersionRangePackageConstraint
-
the comparison for the lower bound
- m_packageHome - Variable in class org.pentaho.packageManagement.DefaultPackage
-
Holds the home directory for installed packages
- m_packageHome - Variable in class org.pentaho.packageManagement.PackageManager
-
The local directory for storing the user's installed packages
- m_packageManager - Variable in class org.pentaho.packageManagement.DefaultPackage
-
The package manager in use
- m_packageMetaData - Variable in class org.pentaho.packageManagement.Package
-
The meta data for the package
- m_packageRepository - Variable in class org.pentaho.packageManagement.PackageManager
-
The URL to the global package meta data repository
- m_proxyPassword - Variable in class org.pentaho.packageManagement.PackageManager
-
The password for the proxy
- m_proxyUsername - Variable in class org.pentaho.packageManagement.PackageManager
-
The user name for the proxy
- m_sourcePackage - Variable in class org.pentaho.packageManagement.Dependency
-
The source package
- m_targetPackage - Variable in class org.pentaho.packageManagement.Dependency
-
The target package (wrapped in a PackageConstraint)
- m_thePackage - Variable in class org.pentaho.packageManagement.PackageConstraint
-
- m_upperBound - Variable in class org.pentaho.packageManagement.VersionRangePackageConstraint
-
the upper bound
- m_upperConstraint - Variable in class org.pentaho.packageManagement.VersionRangePackageConstraint
-
the comparison for the upper bound
- main(String[]) - Static method in class org.pentaho.packageManagement.DefaultPackage
-
- main(String[]) - Static method in class org.pentaho.packageManagement.DefaultPackageManager
-
- maximumLayoutSize(Container) - Method in class org.bounce.FormLayout
-
Returns the maximum size of this component.
- minimumLayoutSize(Container) - Method in class org.bounce.FormLayout
-
Calculates the minimum size dimensions for the specified
panel given the components in the specified parent container.
- saveInstalledPackageCache(List<Package>) - Method in class org.pentaho.packageManagement.DefaultPackageManager
-
Save the supplied list of Packages to the installed package cache file
- setBaseSystemName(String) - Method in class org.pentaho.packageManagement.PackageManager
-
Set the name of the main software system for which we manage packages.
- setBaseSystemVersion(Object) - Method in class org.pentaho.packageManagement.PackageManager
-
Set the current version of the base system for which we manage packages.
- setConstraints(Component, Object) - Method in class org.bounce.FormLayout
-
Adds the specified component to the layout, using the specified
constraint object.
- setFilled(boolean) - Method in class org.bounce.FormConstraints
-
Sets wether the component should occupy the full available
horizontal space.
- setHgap(int) - Method in class org.bounce.FormLayout
-
Sets the horizontal gap between the left column
and the right column.
- setHorizontalAlignment(int) - Method in class org.bounce.FormConstraints
-
Sets the horizontal alignment for the component.
- setPackage(Package) - Method in class org.pentaho.packageManagement.PackageConstraint
-
Set the package that this constraint applies to.
- setPackageHome(File) - Method in class org.pentaho.packageManagement.PackageManager
-
Set the location (directory) of installed packages.
- setPackageManager(PackageManager) - Method in class org.pentaho.packageManagement.DefaultPackage
-
Set the package manager for this package
- setPackageMetaData(Map<?, ?>) - Method in class org.pentaho.packageManagement.Package
-
Set the meta data for this package.
- setPackageMetaDataElement(Object, Object) - Method in class org.pentaho.packageManagement.DefaultPackage
-
Adds a key, value pair to the meta data map.
- setPackageMetaDataElement(Object, Object) - Method in class org.pentaho.packageManagement.Package
-
Adds a key, value pair to the meta data map.
- setPackageRepositoryURL(URL) - Method in class org.pentaho.packageManagement.PackageManager
-
Set the URL to the repository of package meta data.
- setPosition(int) - Method in class org.bounce.FormConstraints
-
Sets the column position of the component;
LEFT, for a component in the left column.
- setProxy(Proxy) - Method in class org.pentaho.packageManagement.PackageManager
-
Set a proxy to use for accessing the internet (default is no proxy).
- setProxyAuthentication(URL) - Method in class org.pentaho.packageManagement.PackageManager
-
Sets an new default Authenticator that will return the values set through
setProxyUsername() and setProxyPassword() (if applicable).
- setProxyPassword(String) - Method in class org.pentaho.packageManagement.PackageManager
-
Set the password for authentication with the proxy.
- setProxyUsername(String) - Method in class org.pentaho.packageManagement.PackageManager
-
Set the user name for authentication with the proxy.
- setRangeConstraint(String, VersionPackageConstraint.VersionComparison, String, VersionPackageConstraint.VersionComparison) - Method in class org.pentaho.packageManagement.VersionRangePackageConstraint
-
Set the range bounds and constraints.
- setSource(Package) - Method in class org.pentaho.packageManagement.Dependency
-
Set the source package.
- setTarget(PackageConstraint) - Method in class org.pentaho.packageManagement.Dependency
-
Set the target package constraint.
- setVersionConstraint(VersionPackageConstraint.VersionComparison) - Method in class org.pentaho.packageManagement.VersionPackageConstraint
-
- setVersionConstraint(String) - Method in class org.pentaho.packageManagement.VersionPackageConstraint
-
- setVerticalAlignment(int) - Method in class org.bounce.FormConstraints
-
Sets the vertical alignment for the component.
- setVgap(int) - Method in class org.bounce.FormLayout
-
Returns the vertical gap between the rows.
- splitNameVersion(String) - Static method in class org.pentaho.packageManagement.DefaultPackage
-