edu.stanford.smi.protegex.owl.ui.testing
Class OWLTestSettingsAction
java.lang.Object
edu.stanford.smi.protegex.owl.ui.actions.AbstractOWLModelAction
edu.stanford.smi.protegex.owl.ui.testing.OWLTestSettingsAction
- All Implemented Interfaces:
- edu.stanford.smi.protege.util.Disposable, IconOwner, OWLModelAction
Deprecated. use OWLSettingsPanel directly (currently within PreferencesPanel)
public class OWLTestSettingsAction
- extends AbstractOWLModelAction
- Author:
- Holger Knublauch
Method Summary |
String |
getIconFileName()
Deprecated. Gets the relative name of an (optional) icon. |
String |
getMenubarPath()
Deprecated. Gets a path to the menu bar location of this action. |
String |
getName()
Deprecated. Gets the human readable name of this action, to be used as menu item text and
tool bar button tool tip text. |
void |
run(OWLModel owlModel)
Deprecated. Called when the action is executed by the user. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLTestSettingsAction
public OWLTestSettingsAction()
- Deprecated.
getIconFileName
public String getIconFileName()
- Deprecated.
- Description copied from interface:
IconOwner
- Gets the relative name of an (optional) icon.
- Specified by:
getIconFileName
in interface IconOwner
- Overrides:
getIconFileName
in class AbstractOWLModelAction
- Returns:
- the icon name such as
"classify.gif"
or null
getMenubarPath
public String getMenubarPath()
- Deprecated.
- Description copied from interface:
OWLModelAction
- Gets a path to the menu bar location of this action.
This method determines where the menu item will show up, if at all.
The path consists of a menu name with an optional group name.
There must be a '/' character (
PATH_SEPARATOR
) between
the menu and group name.
- Returns:
- the path for the menu or null if this shall not appear in the menu
getName
public String getName()
- Deprecated.
- Description copied from interface:
OWLModelAction
- Gets the human readable name of this action, to be used as menu item text and
tool bar button tool tip text.
- Returns:
- the name (must not be null)
run
public void run(OWLModel owlModel)
- Deprecated.
- Description copied from interface:
OWLModelAction
- Called when the action is executed by the user.
- Parameters:
owlModel
- the OWLModel to operate on
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.