|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EditPaneUpdate | |
---|---|
org.gjt.sp.jedit | This package contains jEdit's core classes. |
org.gjt.sp.jedit.bufferset | Classes related to implementation of the BufferSets feature of jEdit. |
org.gjt.sp.jedit.gui | Various GUI controls and dialog boxes. |
org.gjt.sp.jedit.gui.statusbar | |
org.gjt.sp.jedit.msg | EditBus messages. |
Uses of EditPaneUpdate in org.gjt.sp.jedit |
---|
Methods in org.gjt.sp.jedit with parameters of type EditPaneUpdate | |
---|---|
void |
View.handleEditPaneUpdate(EditPaneUpdate msg)
|
Uses of EditPaneUpdate in org.gjt.sp.jedit.bufferset |
---|
Methods in org.gjt.sp.jedit.bufferset with parameters of type EditPaneUpdate | |
---|---|
void |
BufferSetManager.handleEditPaneUpdate(EditPaneUpdate message)
|
Uses of EditPaneUpdate in org.gjt.sp.jedit.gui |
---|
Methods in org.gjt.sp.jedit.gui with parameters of type EditPaneUpdate | |
---|---|
void |
MarkerViewer.handleEditPaneUpdate(EditPaneUpdate epu)
|
Uses of EditPaneUpdate in org.gjt.sp.jedit.gui.statusbar |
---|
Methods in org.gjt.sp.jedit.gui.statusbar with parameters of type EditPaneUpdate | |
---|---|
void |
LastModifiedWidgetFactory.LastModifiedWidget.handleMessage(EditPaneUpdate message)
|
Uses of EditPaneUpdate in org.gjt.sp.jedit.msg |
---|
Subclasses of EditPaneUpdate in org.gjt.sp.jedit.msg | |
---|---|
class |
BufferChanging
An EBMessage sent by the EditPane just before the buffer changes. |
class |
PositionChanging
An EBMessage associated with an EditPane that is sent just before its caret position changes in a "major way" to another location in the same Buffer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |