| org.drools.brms.client.packages.PackageManagerView
PackageManagerView | public class PackageManagerView extends Composite (Code) | | This view is a tabbed browser for package management.
The first tab always shows the list of packages in tree form,
with a list/explorer like motif.
This can also be specified to only show one package (ie when viewing a snapshot).
Each editor that is opened is opened in a new tab.
author: Michael Neale |
Constructor Summary | |
public | PackageManagerView() This will provide a explorer for all the packages in the system,
not including snapshots. | public | PackageManagerView(String packageUUID, String snapshotName) This is used when you only want to view one package. |
PackageManagerView | public PackageManagerView()(Code) | | This will provide a explorer for all the packages in the system,
not including snapshots.
|
PackageManagerView | public PackageManagerView(String packageUUID, String snapshotName)(Code) | | This is used when you only want to view one package.
Parameters: packageUUID - The UUID of the package. |
setOpenedViewersContainer | public void setOpenedViewersContainer(Map openedViewers)(Code) | | |
|
|