Uses of Class
org.gjt.sp.jedit.Buffer
Packages that use Buffer
Package
Description
-
Uses of Buffer in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit that return BufferModifier and TypeMethodDescriptionstatic BufferjEdit._getBuffer(String path) Deprecated.EditPane.getBuffer()Returns the current buffer.static BufferDeprecated.View.getBuffer()Returns the current edit pane's buffer.static Buffer[]jEdit.getBuffers()Deprecated.Buffer[]View.getBuffers()Returns all Buffers opened in this View, Sorted according to View options.static BufferjEdit.getFirstBuffer()Returns the first buffer.static BufferjEdit.getLastBuffer()Returns the last buffer.Buffer.getNext()Buffer.getPrev()static BufferEditServer.handleClient(boolean restore, boolean newView, boolean newPlainView, String parent, String[] args) static BufferCreates a new `untitled' file.static BufferCreates a new `untitled' file.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.static BufferOpens a file.static BufferjEdit.openFile(View view, String parent, String path, boolean newFile, Hashtable<String, Object> props) Opens a file.static BufferjEdit.openFileAfterStartup(String path) Opens a file, either immediately if the application is finished starting up, or after the first view has been created if not.static BufferOpens the file names specified in the argument array.static BufferjEdit.openTemporary(View view, String parent, String path, boolean newFile) Opens a temporary buffer.static BufferjEdit.openTemporary(View view, String parent, String path, boolean newFile, boolean untitled) Opens a temporary buffer.static BufferjEdit.openTemporary(View view, String parent, String path, boolean newFile, Hashtable<String, Object> props) Opens a temporary buffer.static BufferjEdit.openTemporary(View view, String parent, String path, boolean newFile, Hashtable<String, Object> props, boolean untitled) Opens a temporary buffer.Methods in org.gjt.sp.jedit with parameters of type BufferModifier and TypeMethodDescriptionstatic voidjEdit._closeBuffer(View view, Buffer buffer) Closes the buffer, even if it has unsaved changes.static voidjEdit._closeBuffer(View view, Buffer buffer, boolean doNotSave) Closes the buffer, even if it has unsaved changes.static ReaderMiscUtilities.autodetect(InputStream in, Buffer buffer) Tries to detect if the stream is gzipped, and if it has an encoding specified with an XML PI.voidEditPane.bufferAdded(Buffer buffer, int index) A buffer was added in the bufferSet.voidEditPane.bufferMoved(Buffer buffer, int oldIndex, int newIndex) A buffer was moved in the BufferSet.voidEditPane.bufferRemoved(Buffer buffer, int index) A buffer was removed from the bufferSet.static voidjEdit.closeBuffer(EditPane editPane, Buffer buffer) Close a buffer.static booleanjEdit.closeBuffer(View view, Buffer buffer) Closes a buffer.static voidjEdit.commitTemporary(Buffer buffer) Adds a temporary buffer to the buffer list.View.goToBuffer(Buffer buffer) If this buffer is open in one of the view's edit panes, sets focus to that edit pane.static ViewCreates a new view of a buffer.static ViewCreates a new view of a buffer.static ViewjEdit.newView(View view, Buffer buffer, View.ViewConfig config) Creates a new view.voidSets the current buffer.voidSets the current buffer.voidSets the current edit pane's buffer.voidvoidvoidView.setSplitConfig(Buffer buffer, String splitConfig) sets the split configuration as per the splitConfig.View.showBuffer(Buffer buffer) If this buffer is open in one of the view's edit panes, activates that edit pane.Constructors in org.gjt.sp.jedit with parameters of type Buffer -
Uses of Buffer in org.gjt.sp.jedit.bufferio
Fields in org.gjt.sp.jedit.bufferio declared as BufferModifier and TypeFieldDescriptionprotected final BufferBufferIORequest.bufferprotected BufferMarkersSaveRequest.bufferMethods in org.gjt.sp.jedit.bufferio with parameters of type BufferModifier and TypeMethodDescriptionprotected voidBufferIORequest.write(Buffer buffer, OutputStream out) Constructors in org.gjt.sp.jedit.bufferio with parameters of type BufferModifierConstructorDescriptionCreates a new buffer I/O request.Creates a new buffer I/O request.protectedCreates a new buffer I/O request.Creates a new buffer I/O request.Creates a new buffer I/O request.Creates a new I/O request for markers. -
Uses of Buffer in org.gjt.sp.jedit.bufferset
Methods in org.gjt.sp.jedit.bufferset that return BufferModifier and TypeMethodDescriptionstatic BufferBufferSetManager.createUntitledBuffer()Create an untitled bufferBuffer[]BufferSet.getAllBuffers()Returns an array of all buffers in this bufferSet.BufferSet.getBuffer(int index) Returns the Buffer at the given index.BufferSet.getNextBuffer(int index) BufferSet.getPreviousBuffer(int index) Methods in org.gjt.sp.jedit.bufferset that return types with arguments of type BufferMethods in org.gjt.sp.jedit.bufferset with parameters of type BufferModifier and TypeMethodDescriptionvoidvoidAdd a buffer into the given editPane.voidAdd a buffer into the current editPane of the given view.voidBufferSet.addBufferAt(Buffer buffer, int position) voidBufferSetAdapter.bufferAdded(Buffer buffer, int index) voidBufferSetListener.bufferAdded(Buffer buffer, int index) A buffer was added in the bufferSet.voidBufferSetAdapter.bufferMoved(Buffer buffer, int oldIndex, int newIndex) voidBufferSetListener.bufferMoved(Buffer buffer, int oldIndex, int newIndex) A buffer was moved in the BufferSet.voidBufferSetAdapter.bufferRemoved(Buffer buffer, int index) voidBufferSetListener.bufferRemoved(Buffer buffer, int index) A buffer was removed from the bufferSet.intintintBufferSetManager.countBufferSets(Buffer buffer) Count the bufferSets in which the buffer is.intvoidBufferSetManager.removeBuffer(Buffer buffer) remove a buffer from all bufferSets.voidBufferSetManager.removeBuffer(EditPane editPane, Buffer buffer) Remove a buffer from the EditPane's bufferSet. -
Uses of Buffer in org.gjt.sp.jedit.gui
Methods in org.gjt.sp.jedit.gui with parameters of type BufferConstructors in org.gjt.sp.jedit.gui with parameters of type BufferModifierConstructorDescriptionBufferOptions(View view, Buffer buffer) GrabKeyDialog(Dialog parent, GrabKeyDialog.KeyBinding binding, List<GrabKeyDialog.KeyBinding> allBindings, Buffer debugBuffer) Create and show a new modal dialog.GrabKeyDialog(Frame parent, GrabKeyDialog.KeyBinding binding, List<GrabKeyDialog.KeyBinding> allBindings, Buffer debugBuffer) Create and show a new modal dialog.Constructor parameters in org.gjt.sp.jedit.gui with type arguments of type Buffer -
Uses of Buffer in org.gjt.sp.jedit.io
Methods in org.gjt.sp.jedit.io with parameters of type BufferModifier and TypeMethodDescriptionvoidVFS._finishTwoStageSave(Object session, Buffer buffer, String path, Component comp) Called after a file has been saved and we use twoStageSave (first saving to another file).voidFileVFS._saveComplete(Object session, Buffer buffer, String path, Component comp) voidVFS._saveComplete(Object session, Buffer buffer, String path, Component comp) Called after a file has been saved.booleanbooleanInserts a file into the specified buffer.booleanLoads the specified buffer.booleanbooleanSaves the specifies buffer. -
Uses of Buffer in org.gjt.sp.jedit.msg
Methods in org.gjt.sp.jedit.msg that return BufferModifier and TypeMethodDescriptionBufferChanging.getBuffer()BufferUpdate.getBuffer()Returns the buffer involved.Constructors in org.gjt.sp.jedit.msg with parameters of type BufferModifierConstructorDescriptionBufferChanging(EditPane editPane, Buffer newBuffer) BufferUpdate(Buffer buffer, View view, Object what) Creates a new buffer update message. -
Uses of Buffer in org.gjt.sp.jedit.print
Methods in org.gjt.sp.jedit.print that return BufferMethods in org.gjt.sp.jedit.print with parameters of type BufferModifier and TypeMethodDescriptionBufferPrinter1_7.getCurrentPageRange(View view, Buffer buffer, PrintRequestAttributeSet attributes) BufferPrinter1_7.getPageRanges(View view, Buffer buffer, PrintRequestAttributeSet attributes) This is intended for use by classes that need to know the page ranges of the buffer.static voidDeprecated.static voidDeprecated.static voidvoidSets the value of buffer.Constructors in org.gjt.sp.jedit.print with parameters of type BufferModifierConstructorDescriptionPrintPreview(View view, Buffer buffer, PrintService printService, PrintRequestAttributeSet attributes) PrintPreviewModel(View view, Buffer buffer, PrintService printService, PrintRequestAttributeSet attributes, HashMap<Integer, Range> pageRanges) -
Uses of Buffer in org.gjt.sp.jedit.search
Fields in org.gjt.sp.jedit.search declared as BufferMethods in org.gjt.sp.jedit.search that return BufferModifier and TypeMethodDescriptionMethods in org.gjt.sp.jedit.search with parameters of type BufferModifier and TypeMethodDescriptionstatic booleanFinds the next instance of the search string in the specified buffer.static booleanFinds the next instance of the search string in the specified buffer.static booleanReplaces text in the specified range with the replacement string. -
Uses of Buffer in org.jedit.keymap
Methods in org.jedit.keymap with parameters of type Buffer