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

Quick Search    Search Deep
A B C D E G I L M N O P S U V W

A

ACTIVATED - Static variable in class org.gjt.sp.jedit.msg.DockableWindowUpdate
Dockable activated.
ACTIVATED - Static variable in class org.gjt.sp.jedit.msg.PluginUpdate
Plugin activated.

B

BUFFER_CHANGED - Static variable in class org.gjt.sp.jedit.msg.EditPaneUpdate
Edit pane buffer changed.
BufferUpdate - class org.gjt.sp.jedit.msg.BufferUpdate.
Message sent when a buffer-related change occurs.
BufferUpdate(Buffer, View, Object) - Constructor for class org.gjt.sp.jedit.msg.BufferUpdate
Creates a new buffer update message.

C

CLOSED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer closed.
CLOSED - Static variable in class org.gjt.sp.jedit.msg.ViewUpdate
View closed.
CREATED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer created.
CREATED - Static variable in class org.gjt.sp.jedit.msg.EditPaneUpdate
Edit pane created.
CREATED - Static variable in class org.gjt.sp.jedit.msg.ViewUpdate
View created.

D

DEACTIVATED - Static variable in class org.gjt.sp.jedit.msg.DockableWindowUpdate
Dockable deactivated.
DEACTIVATED - Static variable in class org.gjt.sp.jedit.msg.PluginUpdate
Plugin activated.
DESTROYED - Static variable in class org.gjt.sp.jedit.msg.EditPaneUpdate
Edit pane destroyed.
DIRTY_CHANGED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer dirty changed.
DockableWindowUpdate - class org.gjt.sp.jedit.msg.DockableWindowUpdate.
Message sent when dockable window state changes.
DockableWindowUpdate(DockableWindowManager, Object, String) - Constructor for class org.gjt.sp.jedit.msg.DockableWindowUpdate
Creates a new dockable window update message.
DynamicMenuChanged - class org.gjt.sp.jedit.msg.DynamicMenuChanged.
Sending this message will cause the specified dynamic menu to be recreated.
DynamicMenuChanged(String) - Constructor for class org.gjt.sp.jedit.msg.DynamicMenuChanged
Creates a new dynamic menu changed message.
dockable - Variable in class org.gjt.sp.jedit.msg.DockableWindowUpdate
 

E

EDIT_PANE_CHANGED - Static variable in class org.gjt.sp.jedit.msg.ViewUpdate
Active edit pane changed.
EditPaneUpdate - class org.gjt.sp.jedit.msg.EditPaneUpdate.
Message sent when an edit pane-related change occurs.
EditPaneUpdate(EditPane, Object) - Constructor for class org.gjt.sp.jedit.msg.EditPaneUpdate
Creates a new edit pane update message.
EditorExitRequested - class org.gjt.sp.jedit.msg.EditorExitRequested.
Message sent when jEdit starts the exit process.
EditorExitRequested(View) - Constructor for class org.gjt.sp.jedit.msg.EditorExitRequested
Creates a new editor exiting started message.
EditorExiting - class org.gjt.sp.jedit.msg.EditorExiting.
Message sent just before jEdit exits.
EditorExiting(EBComponent) - Constructor for class org.gjt.sp.jedit.msg.EditorExiting
Creates a new editor exiting message.
EditorStarted - class org.gjt.sp.jedit.msg.EditorStarted.
Message sent after jEdit has finished starting up, but before the initial view is created.
EditorStarted(EBComponent) - Constructor for class org.gjt.sp.jedit.msg.EditorStarted
Creates a new editor started message.
exit - Variable in class org.gjt.sp.jedit.msg.PluginUpdate
 

G

getBuffer() - Method in class org.gjt.sp.jedit.msg.BufferUpdate
Returns the buffer involved.
getDockable() - Method in class org.gjt.sp.jedit.msg.DockableWindowUpdate
Returns the dockable in question, or null if the message type is PROPERTIES_CHANGED.
getEditPane() - Method in class org.gjt.sp.jedit.msg.EditPaneUpdate
Returns the edit pane involved.
getMenuName() - Method in class org.gjt.sp.jedit.msg.DynamicMenuChanged
Returns the name of the menu in question.
getPath() - Method in class org.gjt.sp.jedit.msg.VFSUpdate
Returns the path that changed.
getPluginJAR() - Method in class org.gjt.sp.jedit.msg.PluginUpdate
Returns the plugin involved.
getView() - Method in class org.gjt.sp.jedit.msg.BufferUpdate
Returns the view involved, which may be null.
getView() - Method in class org.gjt.sp.jedit.msg.EditorExitRequested
Returns the view involved.
getView() - Method in class org.gjt.sp.jedit.msg.ViewUpdate
Returns the view involved.
getWhat() - Method in class org.gjt.sp.jedit.msg.BufferUpdate
Returns what caused this buffer update.
getWhat() - Method in class org.gjt.sp.jedit.msg.DockableWindowUpdate
Returns what caused this dockable update.
getWhat() - Method in class org.gjt.sp.jedit.msg.EditPaneUpdate
Returns what caused this edit pane update.
getWhat() - Method in class org.gjt.sp.jedit.msg.PluginUpdate
Returns what caused this plugin update.
getWhat() - Method in class org.gjt.sp.jedit.msg.ViewUpdate
Returns what caused this view update.

I

isExiting() - Method in class org.gjt.sp.jedit.msg.PluginUpdate
Returns true if this plugin is being unloaded as part of the shutdown process, in which case some components like the help viewer and plugin manager ignore the event.

L

LOADED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer loaded.
LOADED - Static variable in class org.gjt.sp.jedit.msg.PluginUpdate
Plugin loaded.
LOAD_STARTED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer load started.

M

MARKERS_CHANGED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer markers changed.
MODE_CHANGED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Deprecated. No longer sent. Listen for PROPERTIES_CHANGED instead.
MacrosChanged - class org.gjt.sp.jedit.msg.MacrosChanged.
Message sent when the list of available macros changes.
MacrosChanged(EBComponent) - Constructor for class org.gjt.sp.jedit.msg.MacrosChanged
Creates a new macros changed message.

N

name - Variable in class org.gjt.sp.jedit.msg.DynamicMenuChanged
 

O

org.gjt.sp.jedit.msg - package org.gjt.sp.jedit.msg
 

P

PROPERTIES_CHANGED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Properties changed.
PROPERTIES_CHANGED - Static variable in class org.gjt.sp.jedit.msg.DockableWindowUpdate
Properties changed.
PluginUpdate - class org.gjt.sp.jedit.msg.PluginUpdate.
Message sent when plugins are loaded and unloaded.
PluginUpdate(PluginJAR, Object, boolean) - Constructor for class org.gjt.sp.jedit.msg.PluginUpdate
Creates a new plugin update message.
PropertiesChanged - class org.gjt.sp.jedit.msg.PropertiesChanged.
Message sent when properties are changed using the global options or plugin options dialog box.
PropertiesChanged(EBComponent) - Constructor for class org.gjt.sp.jedit.msg.PropertiesChanged
Creates a new properties changed message.
paramString() - Method in class org.gjt.sp.jedit.msg.BufferUpdate
 
paramString() - Method in class org.gjt.sp.jedit.msg.DockableWindowUpdate
 
paramString() - Method in class org.gjt.sp.jedit.msg.DynamicMenuChanged
 
paramString() - Method in class org.gjt.sp.jedit.msg.EditPaneUpdate
 
paramString() - Method in class org.gjt.sp.jedit.msg.PluginUpdate
 
paramString() - Method in class org.gjt.sp.jedit.msg.VFSUpdate
 
paramString() - Method in class org.gjt.sp.jedit.msg.ViewUpdate
 
path - Variable in class org.gjt.sp.jedit.msg.VFSUpdate
 

S

SAVED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer saved.
SAVING - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer saving.
SearchSettingsChanged - class org.gjt.sp.jedit.msg.SearchSettingsChanged.
Message sent when search and replace settings change.
SearchSettingsChanged(EBComponent) - Constructor for class org.gjt.sp.jedit.msg.SearchSettingsChanged
Creates a new search and replace settings changed message.

U

UNLOADED - Static variable in class org.gjt.sp.jedit.msg.PluginUpdate
Plugin unloaded.

V

VFSUpdate - class org.gjt.sp.jedit.msg.VFSUpdate.
Message sent when a file or directory changes.
VFSUpdate(String) - Constructor for class org.gjt.sp.jedit.msg.VFSUpdate
Creates a VFS update message.
ViewUpdate - class org.gjt.sp.jedit.msg.ViewUpdate.
Message sent when a view-related change occurs.
ViewUpdate(View, Object) - Constructor for class org.gjt.sp.jedit.msg.ViewUpdate
Creates a new view update message.
view - Variable in class org.gjt.sp.jedit.msg.BufferUpdate
 

W

what - Variable in class org.gjt.sp.jedit.msg.BufferUpdate
 
what - Variable in class org.gjt.sp.jedit.msg.DockableWindowUpdate
 
what - Variable in class org.gjt.sp.jedit.msg.EditPaneUpdate
 
what - Variable in class org.gjt.sp.jedit.msg.PluginUpdate
 
what - Variable in class org.gjt.sp.jedit.msg.ViewUpdate
 

A B C D E G I L M N O P S U V W