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 EditPaneReturns 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 voidjEdit.closeBuffer(EditPane editPane, Buffer buffer) Close a buffer.static voidjEdit.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 BufferCreates a new `untitled' file.static BufferCreates a new `untitled' file.static BufferOpens a file.static BufferjEdit.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 TypeMethodDescriptionvoidView.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 TypeMethodDescriptionvoidAdd a buffer into the given editPane.voidBufferSetManager.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.voidBufferSetManager.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) protectedPositionChanging(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