com.raelity.jvi
Class ColonCommands.ColonAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by com.raelity.jvi.ColonCommands.ColonAction
All Implemented Interfaces:
ColonCommandFlags, ActionListener, Serializable, Cloneable, EventListener, Action
Direct Known Subclasses:
ColonCommands.BangAction, Options.SetCommand
Enclosing class:
ColonCommands

public abstract static class ColonCommands.ColonAction
extends AbstractAction
implements ColonCommandFlags

Commands that take arguments subclass this. Some treatment of the command arguments can be controled through the getFlags() method.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface com.raelity.jvi.ColonCommandFlags
BANG, BUFNAME, COUNT, DFLALL, EDITCMD, EXTRA, FILE1, FILES, NAMEDF, NAMEDFS, NEEDARG, NODFL, NOPARSE, NOSPC, NOTADR, NOTRLCOM, RANGE, REGSTR, TRLBAR, USECTRLV, WORD1, XFILE, ZEROR
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ColonCommands.ColonAction()
           
 
Method Summary
 int getFlags()
          Specify some of the commands argument handling.
 
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
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Constructor Detail

ColonCommands.ColonAction

public ColonCommands.ColonAction()
Method Detail

getFlags

public int getFlags()
Specify some of the commands argument handling. This default implementation returns zero.

See Also:
ColonCommandFlags