org.argouml.uml.diagram.static_structure.ui
Class FigFeature.SelectionFeature

java.lang.Object
  |
  +--Selection
        |
        +--org.argouml.uml.diagram.static_structure.ui.FigFeature.SelectionFeature
Enclosing class:
FigFeature

private class FigFeature.SelectionFeature
extends Selection


Constructor Summary
FigFeature.SelectionFeature(Fig f)
          Constructor for SelectionFeature.
 
Method Summary
 void dragHandle(int mx, int my, int an_x, int an_y, Handle h)
          Does nothing.
 void hitHandle(java.awt.Rectangle r, Handle h)
          Does nothing.
 void keyPressed(java.awt.event.KeyEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FigFeature.SelectionFeature

public FigFeature.SelectionFeature(Fig f)
Constructor for SelectionFeature.

Parameters:
f -
Method Detail

dragHandle

public void dragHandle(int mx,
                       int my,
                       int an_x,
                       int an_y,
                       Handle h)
Does nothing.

See Also:
org.tigris.gef.base.Selection#dragHandle(int, int, int, int, org.tigris.gef.presentation.Handle)

hitHandle

public void hitHandle(java.awt.Rectangle r,
                      Handle h)
Does nothing.

See Also:
org.tigris.gef.base.Selection#hitHandle(java.awt.Rectangle, org.tigris.gef.presentation.Handle)

keyPressed

public void keyPressed(java.awt.event.KeyEvent e)
See Also:
KeyListener.keyPressed(java.awt.event.KeyEvent)


ArgoUML © 1996-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook