|
|||||||||||
| 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.FSAEditorPane.PaneMouseAdapter
No comment provided by developer, please add a comment to improve documentation.
| Field Summary | |
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 java.util.HashSet |
unselected
No comment provided by developer, please add a comment to improve documentation. |
| Constructor Summary | |
(package private) |
FSAEditorPane.PaneMouseAdapter()
|
| Method Summary | |
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 java.awt.Point relativePositionOnPress
private javax.swing.JPanel panel
private java.util.HashSet selected
private java.util.HashSet unselected
| Constructor Detail |
FSAEditorPane.PaneMouseAdapter()
| Method Detail |
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 | ||||||||||