Uses of Class
org.gjt.sp.jedit.EditPane
Package
Description
-
Uses of EditPane in org.gjt.sp.jedit
Modifier and TypeMethodDescriptionstatic EditPane
Returns the EditPane of a TextArea.View.getEditPane()
Returns the current edit pane.EditPane[]
View.getEditPanes()
Returns all edit panes.View.goToBuffer
(Buffer buffer) If this buffer is open in one of the view's edit panes, sets focus to that edit pane.View.showBuffer
(Buffer buffer) If this buffer is open in one of the view's edit panes, activates that edit pane.View.split
(int orientation) Splits the view.View.splitHorizontally()
Splits the view horizontally.View.splitVertically()
Splits the view vertically.Modifier and TypeMethodDescriptionstatic void
jEdit.closeBuffer
(EditPane editPane, Buffer buffer) Close a buffer.static void
jEdit.moveBuffer
(EditPane editPane, int oldPosition, int newPosition) Moves a buffer from a old position to a new position in the BufferSet used in an EditPane.static Buffer
Creates a new `untitled' file.static Buffer
Creates a new `untitled' file.static Buffer
Opens a file.static Buffer
jEdit.openFile
(EditPane editPane, String parent, String path, boolean newFile, Hashtable<String, Object> props) Opens a file.Modifier and TypeMethodDescriptionvoid
View.forEachEditPane
(Consumer<? super EditPane> action) Perform the given action on every EditPane -
Uses of EditPane in org.gjt.sp.jedit.bufferset
Modifier and TypeMethodDescriptionvoid
Add a buffer into the given editPane.void
BufferSetManager.moveBuffer
(EditPane editPane, int oldPosition, int newPosition) Moves a buffer from a old position to a new position in the BufferSet used in an EditPane.void
BufferSetManager.removeBuffer
(EditPane editPane, Buffer buffer) Remove a buffer from the EditPane's bufferSet. -
Uses of EditPane in org.gjt.sp.jedit.gui
-
Uses of EditPane in org.gjt.sp.jedit.msg
ModifierConstructorDescriptionBufferChanging
(EditPane editPane, Buffer newBuffer) EditPaneUpdate
(EditPane editPane, Object what) Creates a new edit pane update message.PositionChanging
(EditPane editPane) protected
PositionChanging
(EditPane editPane, Object whatt) -
Uses of EditPane in org.gjt.sp.jedit.search
-
Uses of EditPane in org.gjt.sp.jedit.visitors