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

java.lang.Object
  extended byorg.tigris.gef.base.Selection
      extended byorg.argouml.uml.diagram.static_structure.ui.FigFeature.SelectionFeature
All Implemented Interfaces:
java.util.EventListener, java.awt.event.KeyListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.io.Serializable
Enclosing class:
FigFeature

private class FigFeature.SelectionFeature
extends org.tigris.gef.base.Selection


Field Summary
 
Fields inherited from class org.tigris.gef.base.Selection
_content, BORDER_WIDTH, HAND_SIZE
 
Constructor Summary
FigFeature.SelectionFeature(org.tigris.gef.presentation.Fig f)
          Constructor for SelectionFeature.
 
Method Summary
 void dragHandle(int mx, int my, int an_x, int an_y, org.tigris.gef.presentation.Handle h)
          Does nothing.
 void hitHandle(java.awt.Rectangle r, org.tigris.gef.presentation.Handle h)
          Does nothing.
 void keyPressed(java.awt.event.KeyEvent e)
           
 
Methods inherited from class org.tigris.gef.base.Selection
contains, contains, contains, damage, delete, dispose, endTrans, getBounds, getContent, getContentBounds, getLocation, getLocked, hit, hitHandle, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, paint, print, reorder, setcontent, stuffBounds, translate
 
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(org.tigris.gef.presentation.Fig f)
Constructor for SelectionFeature.

Parameters:
f -
Method Detail

dragHandle

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

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

hitHandle

public void hitHandle(java.awt.Rectangle r,
                      org.tigris.gef.presentation.Handle h)
Does nothing.

See Also:
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 (20040316)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook