de.jreality.plugin.basic
Class ViewToolBar

java.lang.Object
  extended by ToolBarAggregator
      extended by de.jreality.plugin.basic.ViewToolBar

public class ViewToolBar
extends ToolBarAggregator


Constructor Summary
ViewToolBar()
           
 
Method Summary
 void addTool(Class<?> context, double priority, Component c)
           
 Class<? extends PerspectiveFlavor> getPerspective()
           
 PluginInfo getPluginInfo()
           
 double getToolBarPriority()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewToolBar

public ViewToolBar()
Method Detail

getPluginInfo

public PluginInfo getPluginInfo()

getPerspective

public Class<? extends PerspectiveFlavor> getPerspective()

addTool

public void addTool(Class<?> context,
                    double priority,
                    Component c)

getToolBarPriority

public double getToolBarPriority()