|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EditPane | |
---|---|
org.gjt.sp.jedit | This package contains jEdit's core classes. |
org.gjt.sp.jedit.gui | Various GUI controls and dialog boxes. |
org.gjt.sp.jedit.msg | EditBus messages. |
org.gjt.sp.jedit.search | Search and replace classes. |
Uses of EditPane in org.gjt.sp.jedit |
---|
Methods in org.gjt.sp.jedit that return EditPane | |
---|---|
EditPane |
View.getEditPane()
Returns the current edit pane. |
EditPane[] |
View.getEditPanes()
Returns all edit panes. |
EditPane |
View.goToBuffer(Buffer buffer)
If this buffer is open in one of the view's edit panes, sets focus to that edit pane. |
EditPane |
View.split(int orientation)
Splits the view. |
EditPane |
View.splitHorizontally()
Splits the view horizontally. |
EditPane |
View.splitVertically()
Splits the view vertically. |
Uses of EditPane in org.gjt.sp.jedit.gui |
---|
Constructors in org.gjt.sp.jedit.gui with parameters of type EditPane | |
---|---|
BufferSwitcher(EditPane editPane)
|
Uses of EditPane in org.gjt.sp.jedit.msg |
---|
Methods in org.gjt.sp.jedit.msg that return EditPane | |
---|---|
EditPane |
EditPaneUpdate.getEditPane()
Returns the edit pane involved. |
Constructors in org.gjt.sp.jedit.msg with parameters of type EditPane | |
---|---|
BufferChanging(EditPane editPane,
Buffer newBuffer)
|
|
EditPaneUpdate(EditPane editPane,
java.lang.Object what)
Creates a new edit pane update message. |
Uses of EditPane in org.gjt.sp.jedit.search |
---|
Methods in org.gjt.sp.jedit.search with parameters of type EditPane | |
---|---|
void |
HyperSearchResult.goTo(EditPane editPane)
|
void |
HyperSearchNode.goTo(EditPane editPane)
|
void |
HyperSearchFileNode.goTo(EditPane editPane)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |