|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.piccolo.event.PBasicInputEventHandler
at.tuwien.ifs.somtoolbox.apps.viewer.handlers.EditLabelEventListener
public class EditLabelEventListener
Event Listerner for double clicks on cluster- and manual labels. Contains also the dialoge for editing the label.
Field Summary | |
---|---|
(package private) JDialog |
editDialog
|
(package private) JButton |
hideButton
|
(package private) TextArea |
newText
|
(package private) edu.umd.cs.piccolo.nodes.PText |
text
|
Constructor Summary | |
---|---|
EditLabelEventListener()
|
Method Summary | |
---|---|
void |
mouseClicked(edu.umd.cs.piccolo.event.PInputEvent event)
|
Methods inherited from class edu.umd.cs.piccolo.event.PBasicInputEventHandler |
---|
acceptsEvent, getEventFilter, keyboardFocusGained, keyboardFocusLost, keyPressed, keyReleased, keyTyped, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelRotated, mouseWheelRotatedByBlock, paramString, processEvent, setEventFilter, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
edu.umd.cs.piccolo.nodes.PText text
JDialog editDialog
TextArea newText
JButton hideButton
Constructor Detail |
---|
public EditLabelEventListener()
Method Detail |
---|
public void mouseClicked(edu.umd.cs.piccolo.event.PInputEvent event)
mouseClicked
in class edu.umd.cs.piccolo.event.PBasicInputEventHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |