Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package jpicedt.graphic.event

Interface Summary
DrawingEvent Interface for Drawing changes notifications.
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 SelectionHandler
 

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 list of allowed event types
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,...
PEEventMulticaster An enhanced version of AWTEventMulticaster that supports chaining of PEMouseInputListener's
PEMouseEvent This is an enriched implementation of MouseEvent that return mouse coordinates in model-coordinates
PEMouseInputAdapter Default implementation of PEMouseInputListener which does nothing.
SelectionEvent Class for SelectionHandler changes notifications (aka CaretEvent in javax.swing.text)
SelectionEvent.EventType enumeration for SelectionEvent types
ZoomEvent Class for zoom changes notifications sourced by PECanvas.