public class ShrinkPanelPluginCollector extends SceneShrinkPanel
Collect ShrinkPanelPlugins 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) |
setTriggerComponentgetPerspectivePluginClasspublic void setShrinkPanelPlugins(ShrinkPanelPlugin... plugins)
plugins - public void install(Controller c)
throws Exception
install in class SceneShrinkPanelExceptionpublic void uninstall(Controller c)
throws Exception
uninstall in class SceneShrinkPanelExceptionpublic void mainUIChanged(String uiClass)