Uses of Class
org.gjt.sp.jedit.EditPane
Packages that use EditPane
Package
Description
-
Uses of EditPane in org.gjt.sp.jedit
Fields in org.gjt.sp.jedit declared as EditPaneMethods in org.gjt.sp.jedit that return EditPaneModifier 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.Methods in org.gjt.sp.jedit with parameters of type EditPaneModifier 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.Method parameters in org.gjt.sp.jedit with type arguments of type EditPaneModifier and TypeMethodDescriptionvoid
View.forEachEditPane
(Consumer<? super EditPane> action) Perform the given action on every EditPane -
Uses of EditPane in org.gjt.sp.jedit.bufferset
Methods in org.gjt.sp.jedit.bufferset with parameters of type EditPaneModifier 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
Constructors in org.gjt.sp.jedit.gui with parameters of type EditPane -
Uses of EditPane in org.gjt.sp.jedit.msg
Methods in org.gjt.sp.jedit.msg that return EditPaneConstructors in org.gjt.sp.jedit.msg with parameters of type EditPaneModifierConstructorDescriptionBufferChanging
(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
Methods in org.gjt.sp.jedit.search with parameters of type EditPane -
Uses of EditPane in org.gjt.sp.jedit.visitors
Methods in org.gjt.sp.jedit.visitors with parameters of type EditPane