|
|||||||||||
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.SelectionMouseListener
Handles selecting of Objects as well as putting selected Objects on top of others
Field Summary | |
protected boolean |
consume
No comment provided by developer, please add a comment to improve documentation. |
protected boolean |
deleteSelection
No comment provided by developer, please add a comment to improve documentation. |
protected boolean |
multi
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
protected |
SelectionMouseListener()
The default constructor is empty. |
Method Summary | |
static SelectionMouseListener |
get()
No comment provided by developer, please add a comment to improve documentation. |
void |
mouseClicked(java.awt.event.MouseEvent e)
No comment provided by developer, please add a comment to improve documentation. |
void |
mouseDragged(java.awt.event.MouseEvent e)
No comment provided by developer, please add a comment to improve documentation. |
void |
mousePressed(java.awt.event.MouseEvent e)
Overwrites the mousePressed method of ComponentMouseListener. |
void |
mouseReleased(java.awt.event.MouseEvent e)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class javax.swing.event.MouseInputAdapter |
mouseEntered, mouseExited, mouseMoved |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean deleteSelection
protected boolean multi
protected boolean consume
Constructor Detail |
protected SelectionMouseListener()
Method Detail |
public static SelectionMouseListener get()
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed
in interface java.awt.event.MouseListener
e
- No description providedpublic void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased
in interface java.awt.event.MouseListener
e
- No description providedpublic void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged
in interface java.awt.event.MouseMotionListener
e
- No description providedpublic void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked
in interface java.awt.event.MouseListener
e
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |