org.objectweb.jac.ide.diagrams
Class FieldCreationTool

java.lang.Object
  extended byCH.ifa.draw.standard.AbstractTool
      extended byorg.objectweb.jac.ide.diagrams.AbstractActionTool
          extended byorg.objectweb.jac.ide.diagrams.FieldCreationTool
All Implemented Interfaces:
EventListener, CH.ifa.draw.framework.Tool, CH.ifa.draw.framework.ViewChangeListener

public class FieldCreationTool
extends AbstractActionTool


Nested Class Summary
 
Nested classes inherited from class CH.ifa.draw.standard.AbstractTool
CH.ifa.draw.standard.AbstractTool.EventDispatcher
 
Field Summary
 
Fields inherited from class org.objectweb.jac.ide.diagrams.AbstractActionTool
context
 
Fields inherited from class CH.ifa.draw.standard.AbstractTool
fAnchorX, fAnchorY
 
Constructor Summary
FieldCreationTool(CH.ifa.draw.framework.DrawingEditor newDrawingEditor, DisplayContext context)
           
 
Method Summary
 void action(CH.ifa.draw.framework.Figure figure)
           
 
Methods inherited from class org.objectweb.jac.ide.diagrams.AbstractActionTool
isActive, mouseDown, mouseUp
 
Methods inherited from class CH.ifa.draw.standard.AbstractTool
activate, addToolListener, checkUsable, createEventDispatcher, deactivate, drawing, editor, getEventDispatcher, isEnabled, isUsable, keyDown, mouseDrag, mouseMove, removeToolListener, setEnabled, setUsable, view, viewCreated, viewDestroying, viewSelectionChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldCreationTool

public FieldCreationTool(CH.ifa.draw.framework.DrawingEditor newDrawingEditor,
                         DisplayContext context)
Method Detail

action

public void action(CH.ifa.draw.framework.Figure figure)
Specified by:
action in class AbstractActionTool