public class ShrinkPanelPluginCollector extends SceneShrinkPanel
Collect ShrinkPanelPlugin
s into one SceneShrinkPanel
. The shrink panels of the collection are put together in
one shrink panel and properties saving is delegated to the shrink panels in this collection.
You need to call setShrinkPanelPlugins(ShrinkPanelPlugin...)
before you use this plugin.
Constructor and Description |
---|
ShrinkPanelPluginCollector() |
Modifier and Type | Method and Description |
---|---|
void |
install(Controller c) |
void |
mainUIChanged(String uiClass) |
void |
restoreStates(Controller c) |
void |
setShrinkPanelPlugins(ShrinkPanelPlugin... plugins)
Register the collection of plugins in this collection.
|
void |
storeStates(Controller c) |
void |
uninstall(Controller c) |
setTriggerComponent
getPerspectivePluginClass
public void setShrinkPanelPlugins(ShrinkPanelPlugin... plugins)
plugins
- public void install(Controller c) throws Exception
install
in class SceneShrinkPanel
Exception
public void uninstall(Controller c) throws Exception
uninstall
in class SceneShrinkPanel
Exception
public void mainUIChanged(String uiClass)