Package jpicedt.graphic.event
Various events used for the communication between model, view and controler, as well as to notify external receivers of changes in the document structure, appearance,...
- Since:
- PicEdt 1.3.2
-
Interface Summary Interface Description DrawingEvent Interface for notifications of changes in a Drawing.DrawingListener Interface for an observer to receive notifications of changes made to a DrawingEditorKitListener Interface for an observer to receive notifications of changes produced by an EditorKitHelpMessageListener Interface for an observer to receive help messages posted by an EditorKitPEMouseInputListener The listener for receiving mouse and mouse motion events.SelectionListener Interface for an observer to receive notifications of changes made to a SelectionHandlerZoomListener Interface for an observer to receive notifications of changes made to a zoom factor in an instance of PECanvas. -
Class Summary Class Description DrawingEvent.EventType enumeration for DrawingEvent typesEditorKitEvent A class that allows an EditorKit's mousetool to send high-level mouse-events, i.e.EditorKitEvent.EventType typesafe enumeration of allowed event typesHelpMessageEvent A class that allows an EditorKit to post help-messages (or tooltips) that make sense with the current operation being performed.PEEventMulticaster An enhanced version ofjava.awt.AWTEventMulticasterthat supports chainingPEMouseInputListener's.PEMouseEvent This is an enriched implementation of MouseEvent that return mouse coordinates in model-coordinates in addition to the usual screen-coordinates.PEMouseInputAdapter An abstract adapter class for receiving PEMouseEvent's.SelectionEvent Class for notifications of changes that occured in a SelectionHandler (strongly mimicsjavax.swing.event.CaretEvent)SelectionEvent.EventType enumeration for SelectionEvent typesZoomEvent Class for notifications of zoom-factor changes sourced by a PECanvas.