yu.ac.bg.etf.javaqx.qswingx.actions
Class CutAction

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.qswing.AbstractAction
      extended byyu.ac.bg.etf.javaqx.qswingx.actions.CutAction
All Implemented Interfaces:
AbstractActionProperties, Action, ActionListener, java.lang.Cloneable, java.util.EventListener
Direct Known Subclasses:
TextComponentCutAction

public abstract class CutAction
extends AbstractAction

Cut Action.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Field Summary
 
Fields inherited from class yu.ac.bg.etf.javaqx.qswing.AbstractAction
changeSupport, enabled, selected
 
Fields inherited from interface yu.ac.bg.etf.javaqx.qswing.Action
ACCELERATOR_KEY, ACCELERATOR_KEY_NAME, ACTION_COMMAND_KEY, DEFAULT, HELP_DESCRIPTION, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON, SMALL_ICON_NAME
 
Fields inherited from interface yu.ac.bg.etf.javaqx.qswing.properties.AbstractActionProperties
PROPERTY_ENABLED, PROPERTY_SELECTED
 
Constructor Summary
CutAction()
          Constructs new CutAction object.
 
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, firePropertyChange, getAcceleratorKey, getAcceleratorKeyName, getAcceleratorKeyName, getActionCommandKey, getHelpDescription, getHelpDescription, getKeyIterator, getKeys, getLongDescription, getLongDescription, getMnemonicKey, getName, getName, getPropertyChangeListeners, getShortDescription, getShortDescription, getSmallIcon, getSmallIconName, getSmallIconName, getStringValue, getStringValue, getValue, isEnabled, isSelected, putValue, removePropertyChangeListener, setAcceleratorKey, setAcceleratorKey, setActionCommandKey, setEnabled, setHelpDescription, setLongDescription, setMnemonicKey, setName, setProperties, setProperties, setProperties, setProperties, setSelected, setShortDescription, setSmallIcon, setSmallIconName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface yu.ac.bg.etf.javaqx.qswing.events.ActionListener
actionPerformed
 

Constructor Detail

CutAction

public CutAction()
Constructs new CutAction object.



Copyright © 2007 ETF and contributors. All Rights Reserved.