com.bonevich.erj.ui
Class ModeCreateRelation

java.lang.Object
  |
  +--org.tigris.gef.base.ModeImpl
        |
        +--org.tigris.gef.base.FigModifyingModeImpl
              |
              +--org.tigris.gef.base.ModePlace
                    |
                    +--com.bonevich.erj.ui.ModeCreateRelation
All Implemented Interfaces:
java.util.EventListener, org.tigris.gef.base.FigModifyingMode, java.awt.event.KeyListener, org.tigris.gef.base.Mode, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.io.Serializable

public class ModeCreateRelation
extends org.tigris.gef.base.ModePlace

The sole purpose of this class is to provide an instructional string to the status display for placing a new relation.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.tigris.gef.base.ModePlace
_addRelatedEdges, _factory, _node, _pers
 
Fields inherited from class org.tigris.gef.base.FigModifyingModeImpl
editor
 
Fields inherited from class org.tigris.gef.base.ModeImpl
_args
 
Constructor Summary
ModeCreateRelation(org.tigris.gef.graph.GraphFactory gf)
           
 
Method Summary
 java.lang.String instructions()
           
 
Methods inherited from class org.tigris.gef.base.ModePlace
done, getInitialCursor, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, paint, setAddRelatedEdges
 
Methods inherited from class org.tigris.gef.base.FigModifyingModeImpl
getEditor, isFigEnclosedIn, print, setCursor, setEditor
 
Methods inherited from class org.tigris.gef.base.ModeImpl
canExit, getArg, getArgs, init, keyPressed, keyReleased, keyTyped, mouseClicked, setArg, setArgs, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.tigris.gef.base.Mode
canExit, getArg, getArgs, init, setArg, setArgs, start
 

Constructor Detail

ModeCreateRelation

public ModeCreateRelation(org.tigris.gef.graph.GraphFactory gf)
Method Detail

instructions

public java.lang.String instructions()
Specified by:
instructions in interface org.tigris.gef.base.FigModifyingMode
Overrides:
instructions in class org.tigris.gef.base.ModePlace


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