http://www.jpicedt.org

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,...

See:
          Description

Interface Summary
DrawingEvent Interface for notifications of changes in a Drawing.
DrawingListener Interface for an observer to receive notifications of changes made to a Drawing
EditorKitListener Interface for an observer to receive notifications of changes produced by an EditorKit
HelpMessageListener Interface for an observer to receive help messages posted by an EditorKit
PEMouseInputListener The listener for receiving mouse and mouse motion events.
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 zoom factor in an instance of PECanvas.
 

Class Summary
DrawingEvent.EventType enumeration for DrawingEvent types
EditorKitEvent A class that allows an EditorKit's mousetool to send high-level mouse-events, i.e.
EditorKitEvent.EventType typesafe enumeration of allowed event types
HelpMessageEvent 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 of java.awt.AWTEventMulticaster that supports chaining PEMouseInputListener'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 mimics javax.swing.event.CaretEvent)
SelectionEvent.EventType enumeration for SelectionEvent types
ZoomEvent Class for notifications of zoom-factor changes sourced by a PECanvas.
 

Package jpicedt.graphic.event Description

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

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org