edu.stanford.smi.protege.util
Class RemoveAction
java.lang.Object
javax.swing.AbstractAction
edu.stanford.smi.protege.util.StandardAction
edu.stanford.smi.protege.util.AllowableAction
edu.stanford.smi.protege.util.RemoveAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public abstract class RemoveAction
- extends AllowableAction
An action to remove an item. Note that this is different from deleting the item. Removing it causes the reference
to the item to be removed from this particular place but the same item may still be refered to elsewhere.
- Author:
- Ray Fergerson
- See Also:
- Serialized Form
Methods inherited from class edu.stanford.smi.protege.util.StandardAction |
equals, getIcon, getName, getName, initialize, setDescription, setDescription, setDisabledIcon, setDisabledIcon, setIcon, setIcon, setMnemonic, setMnemonic, setName, setName, setShortcut, setShortcut, substituteIntoName |
RemoveAction
public RemoveAction(ResourceKey key,
Selectable selectable)
RemoveAction
public RemoveAction(String text,
Selectable selectable)
RemoveAction
public RemoveAction(String text,
Selectable selectable,
Icon icon)
RemoveAction
public RemoveAction(String name,
String text,
Selectable selectable,
Icon icon)
actionPerformed
public void actionPerformed(ActionEvent event)
onRemove
public void onRemove(Collection objects)
onRemove
public void onRemove(Object o)
onRemove
public final void onRemove()
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2005 Stanford University.