public abstract class ShrinkPanelAggregator extends SceneShrinkPanel
JComponents in one SceneShrinkPanel plugin.
Subclass this plugin to get your own aggregator, e.g., see MainPanel.| Constructor and Description |
|---|
ShrinkPanelAggregator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(Class<?> context,
JComponent c,
double priority,
String section) |
void |
removeAll(Class<?> context) |
void |
removeComponent(Class<?> context,
JComponent c) |
install, setTriggerComponent, uninstallgetPerspectivePluginClasspublic void addComponent(Class<?> context, JComponent c, double priority, String section)
public void removeComponent(Class<?> context, JComponent c)
public void removeAll(Class<?> context)