de.jreality.ui
Class ShrinkPanelAggregator

java.lang.Object
  extended by ShrinkPanelPlugin
      extended by de.jreality.plugin.scene.SceneShrinkPanel
          extended by de.jreality.ui.ShrinkPanelAggregator
Direct Known Subclasses:
MainPanel, VRPanel

public abstract class ShrinkPanelAggregator
extends SceneShrinkPanel


Constructor Summary
ShrinkPanelAggregator()
           
 
Method Summary
 void addComponent(Class<?> context, JComponent c, double priority, String section)
           
 void removeAll(Class<?> context)
           
 void removeComponent(Class<?> context, JComponent c)
           
 
Methods inherited from class de.jreality.plugin.scene.SceneShrinkPanel
getPerspectivePluginClass, install, setTriggerComponent, uninstall
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShrinkPanelAggregator

public ShrinkPanelAggregator()
Method Detail

addComponent

public void addComponent(Class<?> context,
                         JComponent c,
                         double priority,
                         String section)

removeComponent

public void removeComponent(Class<?> context,
                            JComponent c)

removeAll

public void removeAll(Class<?> context)