de.jreality.plugin.basic
Class ToolSystemPlugin

java.lang.Object
  extended by Plugin
      extended by de.jreality.plugin.basic.ToolSystemPlugin
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ChangeListener

public class ToolSystemPlugin
extends Plugin
implements javax.swing.event.ChangeListener

Author:
Steffen Weissmann

Constructor Summary
ToolSystemPlugin()
           
 
Method Summary
 PluginInfo getPluginInfo()
           
 ToolSystem getToolSystem()
           
 void install(Controller c)
           
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 void uninstall(Controller c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolSystemPlugin

public ToolSystemPlugin()
Method Detail

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener

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

getToolSystem

public ToolSystem getToolSystem()