de.jreality.plugin.basic
Class Shell

java.lang.Object
  extended by ShrinkPanelPlugin
      extended by de.jreality.plugin.basic.Shell

public class Shell
extends ShrinkPanelPlugin


Nested Class Summary
static class Shell.H
           
 
Constructor Summary
Shell()
           
 
Method Summary
 String getHelpDocument()
           
 Class<?> getHelpHandle()
           
 String getHelpPath()
           
 Class<? extends SideContainerPerspective> getPerspectivePluginClass()
           
 PluginInfo getPluginInfo()
           
 void install(Controller c)
           
 void uninstall(Controller c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shell

public Shell()
Method Detail

getPerspectivePluginClass

public Class<? extends SideContainerPerspective> getPerspectivePluginClass()

install

public void install(Controller c)
             throws Exception
Throws:
Exception

uninstall

public void uninstall(Controller c)
               throws Exception
Throws:
Exception

getPluginInfo

public PluginInfo getPluginInfo()

getHelpDocument

public String getHelpDocument()

getHelpPath

public String getHelpPath()

getHelpHandle

public Class<?> getHelpHandle()