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
ConvexZoneEvent  
ConvexZoneListener  
ConvexZoneSelectionListener  
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.
RotateListener Interface for an observer to receive notifications of changes made to an angle in an instance of PECanvas.
SelectionListener Interface for an observer to receive notifications of changes made to a SelectionHandler
ToggleConvexZoneToolBarListener  
ZoomListener Interface for an observer to receive notifications of changes made to a zoom factor in an instance of PECanvas.
 

Class Summary
ConvexZoneSelectionEvent Un événement produit lorsque une ConvexZone est sélectionnée, ou désélectionnée.
ConvexZoneSelectionEvent.EventType enumeration for SelectionEvent types
EditorKitEvent A class that allows an EditorKit's mousetool to send high-level mouse-events, i.e. somehow pre-processed by the EditorKit machinery.
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.
RotateEvent Class for notifications of rotation changes sourced by a PECanvas.
SelectionEvent Class for notifications of changes that occured in a SelectionHandler (strongly mimics javax.swing.event.CaretEvent)
SelectionEvent.EventType enumeration for SelectionEvent types
ToggleConvexZoneToolBarEvent  
ZoomEvent Class for notifications of zoom-factor changes sourced by a PECanvas.
 

Enum Summary
ConvexZoneEvent.EventType  
DrawingEvent.EventType Enumeration for DrawingEvent types.
 

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