org.vizzini.ui.graphics
Class AbstractViewerSwing.SelectShapeAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.vizzini.ui.graphics.AbstractViewerSwing.SelectShapeAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
AbstractViewerSwing

 class AbstractViewerSwing.SelectShapeAction
extends AbstractAction

Provides an Action for selecting a shape.

Since:
v0.3
Version:
v0.3
Author:
Jeffrey M. Thompson

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
AbstractViewerSwing.SelectShapeAction(IShape shape)
           
 
Method Summary
 void actionPerformed(ActionEvent event)
           
 IShape getShape()
           
 
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

AbstractViewerSwing.SelectShapeAction

public AbstractViewerSwing.SelectShapeAction(IShape shape)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)

getShape

public IShape getShape()


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02