edu.stanford.smi.protegex.owl.ui.actions
Class OWLModelActionManager
java.lang.Object
edu.stanford.smi.protegex.owl.ui.actions.OWLModelActionManager
- public class OWLModelActionManager
- extends Object
A singleton managing the available OWLModelActions.
This can be used to populate menubars and toolbars for various platforms.
- Author:
- Holger Knublauch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLModelActionManager
public OWLModelActionManager()
addOWLModelActionsToMenubar
public static void addOWLModelActionsToMenubar(OWLModel owlModel,
OWLModelActionManager.Adder adder)
addOWLModelActionsToToolbar
public static void addOWLModelActionsToToolbar(OWLModel owlModel,
OWLModelActionManager.Adder adder)
getOWLModelActions
private static List getOWLModelActions()
getOWLModelAction
public static OWLModelAction getOWLModelAction(Class clazz)
getOWLModelActionClasses
public static Class[] getOWLModelActionClasses()