|
|||||||||||
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.RectangularSelectionListener
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
private java.util.LinkedList |
changed
No comment provided by developer, please add a comment to improve documentation. |
private static int |
LAYER
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.String |
LAYER_NAME
No comment provided by developer, please add a comment to improve documentation. |
private javax.swing.JPanel |
panel
No comment provided by developer, please add a comment to improve documentation. |
private java.awt.Point |
relativePositionOnPress
No comment provided by developer, please add a comment to improve documentation. |
private java.util.HashSet |
selected
No comment provided by developer, please add a comment to improve documentation. |
private static RectangularSelectionListener |
singleton
No comment provided by developer, please add a comment to improve documentation. |
private FSAContainer |
target
No comment provided by developer, please add a comment to improve documentation. |
private java.util.HashSet |
unselected
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
private |
RectangularSelectionListener()
The default constructor is empty. |
Method Summary | |
static RectangularSelectionListener |
get()
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)
No comment provided by developer, please add a comment to improve documentation. |
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 |
mouseClicked, mouseEntered, mouseExited, mouseMoved |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final int LAYER
private static final java.lang.String LAYER_NAME
private static RectangularSelectionListener singleton
private java.awt.Point relativePositionOnPress
private javax.swing.JPanel panel
private java.util.HashSet selected
private java.util.HashSet unselected
private FSAContainer target
private java.util.LinkedList changed
Constructor Detail |
private RectangularSelectionListener()
Method Detail |
public static RectangularSelectionListener get()
public void mousePressed(java.awt.event.MouseEvent e)
e
- No description providedpublic void mouseReleased(java.awt.event.MouseEvent e)
e
- No description providedpublic void mouseDragged(java.awt.event.MouseEvent e)
e
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |