pipe.gui
Class DeleteAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--pipe.gui.DeleteAction
All Implemented Interfaces:
Action, ActionListener, Cloneable, EventListener, Serializable

public class DeleteAction
extends AbstractAction

Action object that can be used to effect deleting a component.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
DeleteAction(Container contentPane, Component component, CreateGui app)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          Actions deleting the component
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteAction

public DeleteAction(Container contentPane,
                    Component component,
                    CreateGui app)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Actions deleting the component