|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.event.MouseInputAdapter
de.uni_paderborn.fujaba.fsa.listener.GrabMouseListener
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
private static GrabMouseListener |
singleton
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
private |
GrabMouseListener()
Constructor for class GrabMouseListener |
Method Summary | |
private JGrab |
findGrab(javax.swing.JComponent source)
No comment provided by developer, please add a comment to improve documentation. |
static GrabMouseListener |
get()
No comment provided by developer, please add a comment to improve documentation. |
static Direction |
getOrientation(int x,
int y,
java.awt.Rectangle bounds)
Get the orientation attribute of the GrabMouseListener class |
void |
mouseDragged(java.awt.event.MouseEvent event)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class javax.swing.event.MouseInputAdapter |
mouseClicked, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static GrabMouseListener singleton
Constructor Detail |
private GrabMouseListener()
Method Detail |
public static GrabMouseListener get()
public void mouseDragged(java.awt.event.MouseEvent event)
mouseDragged
in interface java.awt.event.MouseMotionListener
event
- No description providedprivate JGrab findGrab(javax.swing.JComponent source)
source
- No description provided
public static Direction getOrientation(int x, int y, java.awt.Rectangle bounds)
x
- No description providedy
- No description providedbounds
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |