com.bonevich.erj.ui
Class CmdDeleteAttribute

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--org.tigris.gef.base.Cmd
              |
              +--com.bonevich.erj.ui.CmdDeleteAttribute
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable

public final class CmdDeleteAttribute
extends org.tigris.gef.base.Cmd

Cmd to delete an Attribute from the model.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.tigris.gef.base.Cmd
_args, _resource, HAS_ICON, NO_ICON
 
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
CmdDeleteAttribute(Attribute attribute)
           
 
Method Summary
 void doIt()
           
 void undoIt()
           
 
Methods inherited from class org.tigris.gef.base.Cmd
about, actionPerformed, cmdAtIndex, containsArg, getArg, getArg, getName, getResource, register, registeredCmds, setArg, setName, setResource, shouldBeEnabled, updateEnabled
 
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

CmdDeleteAttribute

public CmdDeleteAttribute(Attribute attribute)
Method Detail

doIt

public void doIt()
Specified by:
doIt in class org.tigris.gef.base.Cmd

undoIt

public void undoIt()
Specified by:
undoIt in class org.tigris.gef.base.Cmd


Copyright © 2001-2003 bonevich.com. All Rights Reserved.