graphlab.gui.plugins.algorithmanimator.extension
Class AlgorithmExtensionHandler

java.lang.Object
  extended by graphlab.gui.plugins.algorithmanimator.extension.AlgorithmExtensionHandler
All Implemented Interfaces:
ExtensionHandler

public class AlgorithmExtensionHandler
extends java.lang.Object
implements ExtensionHandler


Constructor Summary
AlgorithmExtensionHandler()
           
 
Method Summary
 AbstractAction Handle(BlackBoard b, java.lang.Class clazz)
          tries to handle the given clazz az a known simple plug in,...
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlgorithmExtensionHandler

public AlgorithmExtensionHandler()
Method Detail

Handle

public AbstractAction Handle(BlackBoard b,
                             java.lang.Class clazz)
Description copied from interface: ExtensionHandler
tries to handle the given clazz az a known simple plug in,... SimplePlugins are interfaces that can be sandwiched in an AbstractAction Automatically, there is options for generating menus automatically after loading it

Specified by:
Handle in interface ExtensionHandler
Parameters:
b - the blackboard as the environment...
clazz - the class of which we want to create the AbstractAction from
Returns:
true if it was a valid case and the operation was successfull, null if it was not a valid case