de.jreality.plugin.basic
Class ViewMenuBar

java.lang.Object
  extended by MenuAggregator
      extended by de.jreality.plugin.basic.ViewMenuBar

public class ViewMenuBar
extends MenuAggregator


Constructor Summary
ViewMenuBar()
           
 
Method Summary
 java.lang.Class<? extends PerspectiveFlavor> getPerspective()
           
 PluginInfo getPluginInfo()
           
 void install(Controller c)
           
 void setShutdownListener(ShutdownListener shutdownListener)
           
 void uninstall(Controller c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewMenuBar

public ViewMenuBar()
Method Detail

getPluginInfo

public PluginInfo getPluginInfo()

install

public void install(Controller c)
             throws java.lang.Exception
Throws:
java.lang.Exception

uninstall

public void uninstall(Controller c)
               throws java.lang.Exception
Throws:
java.lang.Exception

getPerspective

public java.lang.Class<? extends PerspectiveFlavor> getPerspective()

setShutdownListener

public void setShutdownListener(ShutdownListener shutdownListener)