org.argouml.uml.ui
Class ActionCut

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.argouml.uml.ui.ActionCut
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action, javax.swing.event.CaretListener

public class ActionCut
extends javax.swing.AbstractAction
implements javax.swing.event.CaretListener

The Cut Action.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ActionCut()
          Constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 void caretUpdate(javax.swing.event.CaretEvent e)
           
static ActionCut getInstance()
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCut

public ActionCut()
Constructor.

Method Detail

getInstance

public static ActionCut getInstance()
Returns:
the singleton

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

caretUpdate

public void caretUpdate(javax.swing.event.CaretEvent e)
Specified by:
caretUpdate in interface javax.swing.event.CaretListener


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook