de.jreality.plugin.basic
Class ViewShrinkPanelPlugin

java.lang.Object
  extended by ShrinkPanelPlugin
      extended by de.jreality.plugin.basic.ViewShrinkPanelPlugin
Direct Known Subclasses:
Persistence, SceneShrinkPanel

public abstract class ViewShrinkPanelPlugin
extends ShrinkPanelPlugin

Use this class to get a ShrinkPanelPlugin that will be added to the main SideContainerPerspective of JRViewer , i.e., View. Extend this class and add it to the JRViewer with JRViewer#registerPlugin();

Author:
G. Paul Peters, 22.07.2009
See Also:
SceneShrinkPanel

Constructor Summary
ViewShrinkPanelPlugin()
           
 
Method Summary
 Class<? extends SideContainerPerspective> getPerspectivePluginClass()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewShrinkPanelPlugin

public ViewShrinkPanelPlugin()
Method Detail

getPerspectivePluginClass

public Class<? extends SideContainerPerspective> getPerspectivePluginClass()