See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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.
|
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,...
Submit a bug : syd@jpicedt.org