|
|||||||||
Home >> All >> jpicedt >> graphic >> [ event overview ] | PREV NEXT |
A
- ATTRIBUTE_CHANGE - Static variable in class jpicedt.graphic.event.DrawingEvent.EventType
- an element attribute or attribute set changed
- add(PEMouseInputListener, PEMouseInputListener) - Static method in class jpicedt.graphic.event.PEEventMulticaster
- Adds PEMouseInputListener-a with PEMouseInputListener-b and returns the resulting multicast listener.
- addInternal(EventListener, EventListener) - Static method in class jpicedt.graphic.event.PEEventMulticaster
- Returns the resulting multicast listener from adding listener-a and listener-b together.
- awtEvent - Variable in class jpicedt.graphic.event.PEMouseEvent
C
- changedUpdate(DrawingEvent) - Method in interface jpicedt.graphic.event.DrawingListener
- called when an element changed in the drawing
D
- DrawingEvent - interface jpicedt.graphic.event.DrawingEvent.
- Interface for Drawing changes notifications.
- DrawingEvent.EventType - class jpicedt.graphic.event.DrawingEvent.EventType.
- enumeration for DrawingEvent types
- DrawingEvent.EventType(String) - Constructor for class jpicedt.graphic.event.DrawingEvent.EventType
- DrawingListener - interface jpicedt.graphic.event.DrawingListener.
- Interface for an observer to receive notifications of changes made to a Drawing
E
- ELEMENT_CLICKED - Static variable in class jpicedt.graphic.event.EditorKitEvent.EventType
- signals that the user clicked on a graphic element [pending] change name to ON_MOUVE_CLICK
- ELEMENT_ENTERED - Static variable in class jpicedt.graphic.event.EditorKitEvent.EventType
- signal that the mouse-cursor entered the sensitive area of a graphic element [pending] change name to ON_MOUVE_OVER to conform to W3C's DOM for XML-SVG
- ELEMENT_EXITED - Static variable in class jpicedt.graphic.event.EditorKitEvent.EventType
- signals that the mouse-cursor exited the sensitive area of a graphic element
- EditorKitEvent - class jpicedt.graphic.event.EditorKitEvent.
- A class that allows an EditorKit's mousetool to send high-level mouse-events, i.e.
- EditorKitEvent(EditorKit, EditorKitEvent.EventType, HitInfo) - Constructor for class jpicedt.graphic.event.EditorKitEvent
- contruct a new event
- EditorKitEvent.EventType - class jpicedt.graphic.event.EditorKitEvent.EventType.
- list of allowed event types
- EditorKitEvent.EventType(String) - Constructor for class jpicedt.graphic.event.EditorKitEvent.EventType
- EditorKitListener - interface jpicedt.graphic.event.EditorKitListener.
- Interface for an observer to receive notifications of changes produced by an EditorKit
- editorKitUpdate(EditorKitEvent) - Method in interface jpicedt.graphic.event.EditorKitListener
- elements - Variable in class jpicedt.graphic.event.SelectionEvent
- the elements that were (un)selected
G
- GEOMETRY_CHANGE - Static variable in class jpicedt.graphic.event.DrawingEvent.EventType
- an element geometry changed
- getAwtMouseEvent() - Method in class jpicedt.graphic.event.PEMouseEvent
- getCanvas() - Method in class jpicedt.graphic.event.PEMouseEvent
- getCenterPoint() - Method in class jpicedt.graphic.event.ZoomEvent
- getClickCount() - Method in class jpicedt.graphic.event.PEMouseEvent
- getDrawing() - Method in interface jpicedt.graphic.event.DrawingEvent
- getElements() - Method in interface jpicedt.graphic.event.DrawingEvent
- getElements() - Method in class jpicedt.graphic.event.SelectionEvent
- getHitInfo() - Method in class jpicedt.graphic.event.EditorKitEvent
- getMessage() - Method in class jpicedt.graphic.event.HelpMessageEvent
- getModifiers() - Method in class jpicedt.graphic.event.PEMouseEvent
- getNewZoomValue() - Method in class jpicedt.graphic.event.ZoomEvent
- getOldZoomValue() - Method in class jpicedt.graphic.event.ZoomEvent
- getPicPoint() - Method in class jpicedt.graphic.event.PEMouseEvent
- getSource() - Method in class jpicedt.graphic.event.EditorKitEvent
- getSource() - Method in class jpicedt.graphic.event.HelpMessageEvent
- getType() - Method in interface jpicedt.graphic.event.DrawingEvent
- getType() - Method in class jpicedt.graphic.event.EditorKitEvent
- getType() - Method in class jpicedt.graphic.event.SelectionEvent
- getX() - Method in class jpicedt.graphic.event.PEMouseEvent
- getY() - Method in class jpicedt.graphic.event.PEMouseEvent
H
- HelpMessageEvent - class jpicedt.graphic.event.HelpMessageEvent.
- A class that allows an EditorKit to post help-messages (or tooltip) that make sense with the current operation being performed, to the UI that can dispatch them to a status-bar,...
- HelpMessageEvent(EditorKit, String) - Constructor for class jpicedt.graphic.event.HelpMessageEvent
- contruct a new event
- HelpMessageListener - interface jpicedt.graphic.event.HelpMessageListener.
- Interface for an observer to receive help messages posted by an EditorKit
- helpMessagePosted(HelpMessageEvent) - Method in interface jpicedt.graphic.event.HelpMessageListener
- hitInfo - Variable in class jpicedt.graphic.event.EditorKitEvent
I
- INSERT - Static variable in class jpicedt.graphic.event.DrawingEvent.EventType
- a child was inserted
- isAltDown() - Method in class jpicedt.graphic.event.PEMouseEvent
- isAltGraphDown() - Method in class jpicedt.graphic.event.PEMouseEvent
- isControlDown() - Method in class jpicedt.graphic.event.PEMouseEvent
- isLeftButton() - Method in class jpicedt.graphic.event.PEMouseEvent
- isMetaDown() - Method in class jpicedt.graphic.event.PEMouseEvent
- isMiddleButton() - Method in class jpicedt.graphic.event.PEMouseEvent
- isPopupTrigger() - Method in class jpicedt.graphic.event.PEMouseEvent
- isRightButton() - Method in class jpicedt.graphic.event.PEMouseEvent
- isShiftDown() - Method in class jpicedt.graphic.event.PEMouseEvent
J
- jpicedt.graphic.event - package jpicedt.graphic.event
M
- message - Variable in class jpicedt.graphic.event.HelpMessageEvent
- mouseClicked(PEMouseEvent) - Method in class jpicedt.graphic.event.PEEventMulticaster
- Handles the mouseClicked event by invoking the mouseClicked methods on listener-a and listener-b.
- mouseClicked(PEMouseEvent) - Method in class jpicedt.graphic.event.PEMouseInputAdapter
- mouseClicked(PEMouseEvent) - Method in interface jpicedt.graphic.event.PEMouseInputListener
- mouseDragged(PEMouseEvent) - Method in class jpicedt.graphic.event.PEEventMulticaster
- Handles the mouseDragged event by invoking the mouseDragged methods on listener-a and listener-b.
- mouseDragged(PEMouseEvent) - Method in class jpicedt.graphic.event.PEMouseInputAdapter
- mouseDragged(PEMouseEvent) - Method in interface jpicedt.graphic.event.PEMouseInputListener
- mouseEntered(PEMouseEvent) - Method in class jpicedt.graphic.event.PEEventMulticaster
- Handles the mouseEntered event by invoking the mouseEntered methods on listener-a and listener-b.
- mouseEntered(PEMouseEvent) - Method in class jpicedt.graphic.event.PEMouseInputAdapter
- mouseEntered(PEMouseEvent) - Method in interface jpicedt.graphic.event.PEMouseInputListener
- mouseExited(PEMouseEvent) - Method in class jpicedt.graphic.event.PEEventMulticaster
- Handles the mouseExited event by invoking the mouseExited methods on listener-a and listener-b.
- mouseExited(PEMouseEvent) - Method in class jpicedt.graphic.event.PEMouseInputAdapter
- mouseExited(PEMouseEvent) - Method in interface jpicedt.graphic.event.PEMouseInputListener
- mouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.event.PEEventMulticaster
- Handles the mouseMoved event by invoking the mouseMoved methods on listener-a and listener-b.
- mouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.event.PEMouseInputAdapter
- mouseMoved(PEMouseEvent) - Method in interface jpicedt.graphic.event.PEMouseInputListener
- mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.event.PEEventMulticaster
- Handles the mousePressed event by invoking the mousePressed methods on listener-a and listener-b.
- mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.event.PEMouseInputAdapter
- mousePressed(PEMouseEvent) - Method in interface jpicedt.graphic.event.PEMouseInputListener
- mouseReleased(PEMouseEvent) - Method in class jpicedt.graphic.event.PEEventMulticaster
- Handles the mouseReleased event by invoking the mouseReleased methods on listener-a and listener-b.
- mouseReleased(PEMouseEvent) - Method in class jpicedt.graphic.event.PEMouseInputAdapter
- mouseReleased(PEMouseEvent) - Method in interface jpicedt.graphic.event.PEMouseInputListener
N
- name - Variable in class jpicedt.graphic.event.EditorKitEvent.EventType
- newZoom - Variable in class jpicedt.graphic.event.ZoomEvent
- the new zoom factor
O
P
- PEEventMulticaster - class jpicedt.graphic.event.PEEventMulticaster.
- An enhanced version of AWTEventMulticaster that supports chaining of PEMouseInputListener's
- PEEventMulticaster(EventListener, EventListener) - Constructor for class jpicedt.graphic.event.PEEventMulticaster
- Creates a PEEventMulticaster instance which chains listener-a with listener-b
- PEMouseEvent - class jpicedt.graphic.event.PEMouseEvent.
- This is an enriched implementation of MouseEvent that return mouse coordinates in model-coordinates
- PEMouseEvent(MouseEvent, PECanvas, PicPoint) - Constructor for class jpicedt.graphic.event.PEMouseEvent
- PEMouseInputAdapter - class jpicedt.graphic.event.PEMouseInputAdapter.
- Default implementation of PEMouseInputListener which does nothing.
- PEMouseInputAdapter() - Constructor for class jpicedt.graphic.event.PEMouseInputAdapter
- PEMouseInputListener - interface jpicedt.graphic.event.PEMouseInputListener.
- The listener for receiving mouse and mouse motion events.
- pt - Variable in class jpicedt.graphic.event.PEMouseEvent
- ptCenter - Variable in class jpicedt.graphic.event.ZoomEvent
- the coordinate of the point that was at the center of the canvas before the zoom changed
R
- REMOVE - Static variable in class jpicedt.graphic.event.DrawingEvent.EventType
- a child was removed
- REPLACE - Static variable in class jpicedt.graphic.event.DrawingEvent.EventType
- a child was replaced by another element
- remove(PEMouseInputListener, PEMouseInputListener) - Static method in class jpicedt.graphic.event.PEEventMulticaster
- Removes the old PEMouseInputListener from PEMouseInputListener-l and returns the resulting multicast listener.
- removeInternal(EventListener, EventListener) - Static method in class jpicedt.graphic.event.PEEventMulticaster
- Returns the resulting multicast listener after removing the old listener from listener-l.
S
- SELECT - Static variable in class jpicedt.graphic.event.SelectionEvent.EventType
- an element was selected
- SelectionEvent - class jpicedt.graphic.event.SelectionEvent.
- Class for SelectionHandler changes notifications (aka CaretEvent in javax.swing.text)
- SelectionEvent(PECanvas, Element[], SelectionEvent.EventType) - Constructor for class jpicedt.graphic.event.SelectionEvent
- a new SelectionEvent sourced from the given PECanvas
- SelectionEvent(PECanvas, Element, SelectionEvent.EventType) - Constructor for class jpicedt.graphic.event.SelectionEvent
- a new SelectionEvent sourced from the given PECanvas (constructor to be used when only one element was (un)selected).
- SelectionEvent.EventType - class jpicedt.graphic.event.SelectionEvent.EventType.
- enumeration for SelectionEvent types
- SelectionEvent.EventType(String) - Constructor for class jpicedt.graphic.event.SelectionEvent.EventType
- SelectionListener - interface jpicedt.graphic.event.SelectionListener.
- Interface for an observer to receive notifications of changes made to a SelectionHandler
- selectionUpdate(SelectionEvent) - Method in interface jpicedt.graphic.event.SelectionListener
- called when the content of the selection changed
- source - Variable in class jpicedt.graphic.event.EditorKitEvent
- source - Variable in class jpicedt.graphic.event.HelpMessageEvent
T
- toString() - Method in class jpicedt.graphic.event.DrawingEvent.EventType
- toString() - Method in class jpicedt.graphic.event.EditorKitEvent.EventType
- toString() - Method in class jpicedt.graphic.event.EditorKitEvent
- toString() - Method in class jpicedt.graphic.event.HelpMessageEvent
- toString() - Method in class jpicedt.graphic.event.PEMouseEvent
- toString() - Method in class jpicedt.graphic.event.SelectionEvent.EventType
- toString() - Method in class jpicedt.graphic.event.SelectionEvent
- a textual representation of this event
- toString() - Method in class jpicedt.graphic.event.ZoomEvent
- a textual representation of this event
- type - Variable in class jpicedt.graphic.event.DrawingEvent.EventType
- type - Variable in class jpicedt.graphic.event.EditorKitEvent
- type - Variable in class jpicedt.graphic.event.SelectionEvent.EventType
- type - Variable in class jpicedt.graphic.event.SelectionEvent
- the event type
U
- UNSELECT - Static variable in class jpicedt.graphic.event.SelectionEvent.EventType
- an element was unselected
Z
- ZoomEvent - class jpicedt.graphic.event.ZoomEvent.
- Class for zoom changes notifications sourced by PECanvas.
- ZoomEvent(PECanvas, double, double, PicPoint) - Constructor for class jpicedt.graphic.event.ZoomEvent
- a new ZoomEvent sourced from the given PECanvas
- ZoomListener - interface jpicedt.graphic.event.ZoomListener.
- Interface for an observer to receive notifications of changes made to a SelectionHandler
- zoomUpdate(ZoomEvent) - Method in interface jpicedt.graphic.event.ZoomListener
- called when the zoom changed in the sourcing canvas
A C D E G H I J M N O P R S T U Z
|
|||||||||
Home >> All >> jpicedt >> graphic >> [ event overview ] | PREV NEXT |