org.argouml.uml.ui
Class ActionCut
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.ActionCut
- All Implemented Interfaces:
- Action, ActionListener, CaretListener, Cloneable, EventListener, Serializable
- public class ActionCut
- extends AbstractAction
- implements CaretListener
The Cut Action.
- See Also:
- Serialized Form
ActionCut
public ActionCut()
- Constructor.
getInstance
public static ActionCut getInstance()
- Returns:
- the singleton
actionPerformed
public void actionPerformed(ActionEvent ae)
- Cuts some text or a fig.
- Specified by:
actionPerformed in interface ActionListener
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
caretUpdate
public void caretUpdate(CaretEvent e)
- Specified by:
caretUpdate in interface CaretListener
- See Also:
CaretListener.caretUpdate(javax.swing.event.CaretEvent)