Higraph, v1.0, January 29, 2003 (02:21 PM)

uk.ac.ed.inf.higraph
Class HigraphEditor.ZoomingAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--uk.ac.ed.inf.higraph.HigraphEditor.AbstractLongAction
              |
              +--uk.ac.ed.inf.higraph.HigraphEditor.ZoomingAction
All Implemented Interfaces:
Action, ActionListener, Cloneable, EventListener, Serializable
Enclosing class:
HigraphEditor

protected class HigraphEditor.ZoomingAction
extends HigraphEditor.AbstractLongAction

Blob zooming action.

See Also:
HigraphGeometry.zoom(), Serialized Form

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
 
Method Summary
 void longExecute()
          If there is exactly one selected cell then it passes it to higraphGeometry for zooming.
 
Methods inherited from class uk.ac.ed.inf.higraph.HigraphEditor.AbstractLongAction
actionPerformed, shortExecute
 
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
 

Method Detail

longExecute

public void longExecute()
If there is exactly one selected cell then it passes it to higraphGeometry for zooming.

Specified by:
longExecute in class HigraphEditor.AbstractLongAction

Higraph, v1.0, January 29, 2003 (02:21 PM)

Copyright © The University of Edinburgh. All Rights Reserved.