public class EditorKitEvent
extends java.lang.Object
javax.swing.event.HyperlinkListener.[pending] underway ; compile ok but not used yet.
| Modifier and Type | Class and Description |
|---|---|
static class |
EditorKitEvent.EventType
typesafe enumeration of allowed event types
|
| Constructor and Description |
|---|
EditorKitEvent(EditorKit source,
EditorKitEvent.EventType type,
HitInfo hitInfo)
contruct a new EditorKitEvent.
|
| Modifier and Type | Method and Description |
|---|---|
HitInfo |
getHitInfo()
Return the HitInfo associated with the mouse-event
|
EditorKit |
getSource()
Return the editor kit that sourced this event
|
EditorKitEvent.EventType |
getType()
Return the type of this event
|
java.lang.String |
toString()
Return a String representation of this event for debugging purpose.
|
public EditorKitEvent(EditorKit source, EditorKitEvent.EventType type, HitInfo hitInfo)
source - the editorkit that sourced the eventtype - the event typehitInfo - the HitInfo associated with the mouse eventpublic EditorKit getSource()
public EditorKitEvent.EventType getType()
public HitInfo getHitInfo()
public java.lang.String toString()
toString in class java.lang.ObjectSubmit a bug : syd@jpicedt.org