Home >> All >> jpicedt >> graphic >> [ event Javadoc ] |
jpicedt.graphic.event: Javadoc index of package jpicedt.graphic.event.
Package Samples:
jpicedt.graphic.event
Classes:
EditorKitEvent: A class that allows an EditorKit's mousetool to send high-level mouse-events, i.e. somehow pre-processed by the EditorKit machinery. This is inspired from javax.swing.event.HyperlinkListener. Application cover : UI implementation outside the jpicedt.graphic package can react to mouse-event w/o the burden of processing the event. Internal use by other EditorKit's mousetools. [pending] underway ; compile ok but not used yet.
PEMouseInputListener: The listener for receiving mouse and mouse motion events. In comparison with MouseInputListener, the benefit of using this listener is that MouseEvent's are transformed to PEMouseEvent's, which contains enhanced data e.g. scaled mouse coordinates.
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,...
PEMouseEvent: This is an enriched implementation of MouseEvent that return mouse coordinates in model-coordinates
PEEventMulticaster: An enhanced version of AWTEventMulticaster that supports chaining of PEMouseInputListener's
SelectionListener: Interface for an observer to receive notifications of changes made to a SelectionHandler
ZoomListener: Interface for an observer to receive notifications of changes made to a SelectionHandler
EditorKitListener: Interface for an observer to receive notifications of changes produced by an EditorKit
SelectionEvent: Class for SelectionHandler changes notifications (aka CaretEvent in javax.swing.text)
DrawingListener: Interface for an observer to receive notifications of changes made to a Drawing
HelpMessageListener: Interface for an observer to receive help messages posted by an EditorKit
PEMouseInputAdapter: Default implementation of PEMouseInputListener which does nothing.
ZoomEvent: Class for zoom changes notifications sourced by PECanvas.
DrawingEvent: Interface for Drawing changes notifications.
Home | Contact Us | Privacy Policy | Terms of Service |