Uses of Class
org.gjt.sp.jedit.View
Package
Description
-
Uses of View in org.gjt.sp.jedit
Modifier and TypeMethodDescriptionstatic View
jEdit.getActiveView()
Returns the currently focused view.static View
jEdit.getActiveViewInternal()
Returns the internal active view, which might be null.static View
jEdit.getFirstView()
Returns the first view.static View
jEdit.getLastView()
Returns the last view.View.getNext()
Returns the next view in the list.View.getPrev()
Returns the previous view in the list.EditPane.getView()
Returns the view containing this edit pane.static View
Finds the view parent of the specified component.static View[]
jEdit.getViews()
Deprecated.static View
PerspectiveManager.loadPerspective
(boolean restoreFiles) static View
Creates a new view.static View
Creates a new view of a buffer.static View
Creates a new view of a buffer.static View
jEdit.newView
(View view, Buffer buffer, View.ViewConfig config) Creates a new view.Modifier and TypeMethodDescriptionstatic void
jEdit._closeBuffer
(View view, Buffer buffer) Closes the buffer, even if it has unsaved changes.static void
jEdit._closeBuffer
(View view, Buffer buffer, boolean doNotSave) Closes the buffer, even if it has unsaved changes.static Object
Evaluates the specified BeanShell expression.static void
BeanShell._runScript
(View view, String path, Reader in, boolean ownNamespace) Runs a BeanShell script.static void
BeanShell._runScript
(View view, String path, Reader in, NameSpace namespace) Runs a BeanShell script.void
View.adjust
(View parent, View.ViewConfig config) static void
jEdit.checkBufferStatus
(View view) Checks each buffer's status on disk and shows the dialog box informing the user that buffers changed on disk, if necessary.static void
jEdit.checkBufferStatus
(View view, boolean currentBuffer) Checks buffer status on disk and shows the dialog box informing the user that buffers changed on disk, if necessary.int
Buffer.checkFileStatus
(View view) Check if the buffer has changed on disk.static boolean
jEdit.closeAllBuffers
(View view) Closes all open buffers.static boolean
jEdit.closeAllBuffers
(View view, boolean isExiting) Closes all open buffers.static boolean
jEdit.closeBuffer
(View view, Buffer buffer) Closes a buffer.static void
Closes a view.static boolean
closeView() used by exit().static Object
Evaluates the specified BeanShell expression.static void
BeanShell.evalSelection
(View view, JEditTextArea textArea) Evaluates the text selected in the specified text area.static void
Exits cleanly from jEdit, prompting the user if any unsaved files should be saved first.static boolean
Abbrevs.expandAbbrev
(View view, boolean add) Expands the abbrev at the caret position in the specified view.boolean
Buffer.insertFile
(View view, String path) Loads a file from disk, and inserts it into this buffer.void
abstract void
Invokes the action.void
boolean
Loads the buffer from disk.static Buffer
Creates a new `untitled' file.static Buffer
Creates a new `untitled' file.static View
Creates a new view.static View
Creates a new view of a buffer.static View
Creates a new view of a buffer.static View
jEdit.newView
(View view, Buffer buffer, View.ViewConfig config) Creates a new view.static Buffer
Opens a file.static Buffer
jEdit.openFile
(View view, String parent, String path, boolean newFile, Hashtable<String, Object> props) Opens a file.static Buffer
Opens the file names specified in the argument array.static Buffer
jEdit.openTemporary
(View view, String parent, String path, boolean newFile) Opens a temporary buffer.static Buffer
jEdit.openTemporary
(View view, String parent, String path, boolean newFile, boolean untitled) Opens a temporary buffer.static Buffer
jEdit.openTemporary
(View view, String parent, String path, boolean newFile, Hashtable<String, Object> props) Opens a temporary buffer.static Buffer
jEdit.openTemporary
(View view, String parent, String path, boolean newFile, Hashtable<String, Object> props, boolean untitled) Opens a temporary buffer.static void
Macros.recordMacro
(View view) Starts recording a macro.static void
Macros.recordTemporaryMacro
(View view) Starts recording a temporary macro.void
Reloads the buffer from disk, asking for confirmation if the buffer has unsaved changes.static void
jEdit.reloadAllBuffers
(View view, boolean confirm) Reloads all open buffers.static Object
BeanShell.runCachedBlock
(BshMethod method, View view, NameSpace namespace) Runs a cached block of code in the specified namespace.abstract void
Macros.Handler.runMacro
(View view, Macros.Macro macro) Runs the specified macro.void
Macros.Handler.runMacro
(View view, Macros.Macro macro, boolean ownNamespace) Runs the specified macro.static void
Runs a BeanShell script.static void
Runs a BeanShell script.static void
Runs the specified script.static void
Macros.runTemporaryMacro
(View view) Runs the temporary macro.boolean
Saves this buffer to the specified path name, or the current path name if it's null.boolean
Saves this buffer to the specified path name, or the current path name if it's null.boolean
Saves this buffer to the specified path name, or the current path name if it's null.static void
jEdit.saveAllBuffers
(View view) Saves all open buffers.static void
jEdit.saveAllBuffers
(View view, boolean confirm) Saves all open buffers.boolean
Prompts the user for a file to save this buffer to.void
Set the next view in linked list.void
Set the previous view in linked list.static void
BeanShell.showEvaluateDialog
(View view) Prompts for a BeanShell expression to evaluate.static void
BeanShell.showEvaluateLinesDialog
(View view) Evaluates the specified script for each selected line.static void
jEdit.showMemoryDialog
(View view) Performs garbage collection and displays a dialog box showing memory status.static void
Macros.showRunScriptDialog
(View view) Prompts for one or more files to run as macrosstatic String[]
GUIUtilities.showVFSFileDialog
(Dialog parent, View view, String path, int type, boolean multipleSelection) Displays a VFS file selection dialog box.static String[]
GUIUtilities.showVFSFileDialog
(Frame parent, View view, String path, int type, boolean multipleSelection) Displays a VFS file selection dialog box.static String[]
GUIUtilities.showVFSFileDialog
(View view, String path, int type, boolean multipleSelection) Displays a VFS file selection dialog box.static String[]
GUIUtilities.showVFSFileDialog
(View parent, View view, String path, int type, boolean multipleSelection) static void
Macros.stopRecording
(View view) Stops a recording currently in progress.void
Buffer.toggleAutoIndent
(View view) Toggles automatic indentation on and off.void
Buffer.toggleLineSeparator
(View view) Toggles the line separator between the three available settings.void
Buffer.toggleLocked
(View view) Toggles locked state of the buffer.void
Buffer.toggleWordWrap
(View view) Toggles word wrap between the three available modes.boolean
Buffer.updateMarkersFile
(View view) Save the markers file, or delete it when there are mo markers left Handling markers is now independent from saving the buffer. -
Uses of View in org.gjt.sp.jedit.browser
Modifier and TypeMethodDescriptionstatic void
VFSBrowser.browseDirectory
(View view, String path) Opens the specified directory in a file system browser.static void
VFSBrowser.browseDirectoryInNewWindow
(View view, String path) Opens the specified directory in a new, floating, file system browser.ModifierConstructorDescriptionVFSBrowser
(View view, String position) Creates a new VFS browser.VFSBrowser
(View view, String path, int mode, boolean multipleSelection, String position) Creates a new VFS browser.VFSFileChooserDialog
(Dialog parent, View view, String path, int mode, boolean multipleSelection, boolean autoshow) Constructs a new VFSFileChooserDialog.VFSFileChooserDialog
(Frame parent, View view, String path, int mode, boolean multipleSelection, boolean autoshow) Constructs a new VFSFileChooserDialog.VFSFileChooserDialog
(View view, String path, int mode, boolean multipleSelection) VFSFileChooserDialog
(View view, String path, int mode, boolean multipleSelection, boolean autoshow) Constructs a new VFSFileChooserDialog. -
Uses of View in org.gjt.sp.jedit.bufferio
Modifier and TypeFieldDescriptionprotected final View
BufferIORequest.view
protected View
MarkersSaveRequest.view
ModifierConstructorDescriptionCreates a new buffer I/O request.Creates a new buffer I/O request.protected
Creates 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 View in org.gjt.sp.jedit.bufferset
-
Uses of View in org.gjt.sp.jedit.gui
Modifier and TypeFieldDescriptionprotected View
DockableWindowManager.view
protected final View
InputHandler.view
Modifier and TypeMethodDescriptionDockableWindowManager.getView()
Returns this dockable window manager's view.Modifier and TypeMethodDescriptionstatic void
CompleteWord.completeWord
(View view) DockableWindowManagerProvider.create
(View view, DockableWindowFactory instance, View.ViewConfig config) DockingFrameworkProvider.create
(View view, DockableWindowFactory instance, View.ViewConfig config) static void
static void
DockingLayoutManager.loadCurrentModeLayout
(View view) static void
static void
DockingLayoutManager.saveCurrentModeLayout
(View view) ModifierConstructorDescriptionAboutDialog
(View view) AddAbbrevDialog
(View view, String abbrev) AddModeDialog
(View view) BeanShellErrorDialog
(View view, Throwable t) BufferOptions
(View view, Buffer buffer) CloseDialog
(View view) CloseDialog
(View view, Collection<Buffer> buffers) CompleteWord
(View view, String word, org.gjt.sp.jedit.gui.CompleteWord.Completion[] completions, Point location, String noWordSep) CompletionPopup
(View view) Create a completion popup.CompletionPopup
(View view, Point location) DefaultInputHandler
(View view) Creates a new input handler with no key bindings defined.DefaultInputHandler
(View view, Hashtable bindings) Creates a new input handler with no key bindings defined.DefaultInputHandler
(View view, DefaultInputHandler copy) Creates a new input handler with the same set of key bindings as the one specified.DockableWindowManager
(View view, DockableWindowFactory instance, View.ViewConfig config) DockableWindowManagerImpl
(View view, DockableWindowFactory factory, View.ViewConfig config) Creates a new dockable window manager.protected
EnhancedDialog
(View parent, String title, boolean modal) FilePropertiesDialog
(View view, VFSBrowser browser, VFSFile[] files) The FilePropertiesDialog's constructorFilesChangedDialog
(View view, int[] states, boolean alreadyReloaded) protected
InputHandler
(View view) Creates a new input handler.MarkerViewer
(View view) PasteFromListDialog
(String name, View view, MutableListModel<String> model) PasteSpecialDialog
(View view, TextArea textArea) RegisterViewer
(View view, String position) SelectLineRange
(View view) StyleEditor
(View parent, SyntaxStyle style, String styleName) TipOfTheDay
(View view) -
Uses of View in org.gjt.sp.jedit.gui.statusbar
Modifier and TypeMethodDescriptionreturns an instance of Widget for the given view -
Uses of View in org.gjt.sp.jedit.io
Modifier and TypeMethodDescriptionboolean
boolean
Inserts a file into the specified buffer.boolean
Loads the specified buffer.boolean
boolean
Saves the specifies buffer. -
Uses of View in org.gjt.sp.jedit.msg
Modifier and TypeMethodDescriptionBufferUpdate.getView()
Returns the view involved, which may be null.EditorExitRequested.getView()
Returns the view involved.VFSPathSelected.getView()
ViewUpdate.getView()
Returns the view involved.ModifierConstructorDescriptionBufferUpdate
(Buffer buffer, View view, Object what) Creates a new buffer update message.EditorExitRequested
(View view) Creates a new editor exiting started message.VFSPathSelected
(View source, String path, boolean isDirectory) ViewUpdate
(View view, Object what) Creates a new view update message. -
Uses of View in org.gjt.sp.jedit.options
-
Uses of View in org.gjt.sp.jedit.pluginmgr
-
Uses of View in org.gjt.sp.jedit.print
Modifier 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 void
Deprecated.static void
Deprecated.static void
Shows the printer dialog with the page setup tab active, other tabs inactive.static void
Deprecated.static void
Deprecated.static void
void
Sets the value of view.ModifierConstructorDescriptionPrinterDialog
(View owner, PrintRequestAttributeSet attributes, boolean pageSetupOnly) PrintPreview
(View view, Buffer buffer, PrintService printService, PrintRequestAttributeSet attributes) PrintPreviewModel
(View view, Buffer buffer, PrintService printService, PrintRequestAttributeSet attributes, HashMap<Integer, Range> pageRanges) -
Uses of View in org.gjt.sp.jedit.search
Modifier and TypeMethodDescriptionstatic boolean
Finds the next occurrence of the search string.static boolean
Finds the next instance of the search string in the specified buffer.static boolean
Finds the next instance of the search string in the specified buffer.int
BufferListSet.getFileCount
(View view) int
CurrentBufferSet.getFileCount
(View view) int
SearchFileSet.getFileCount
(View view) Returns the number of files in this file set.String[]
String[]
String[]
Returns all path names in this file set.BufferListSet.getFirstFile
(View view) CurrentBufferSet.getFirstFile
(View view) SearchFileSet.getFirstFile
(View view) Returns the first file to search.BufferListSet.getLastFile
(View view) CurrentBufferSet.getLastFile
(View view) SearchFileSet.getLastFile
(View view) Returns the last file to search.BufferListSet.getNextFile
(View view, String path) CurrentBufferSet.getNextFile
(View view, String file) SearchFileSet.getNextFile
(View view, String path) Returns the next file to search.BufferListSet.getPrevFile
(View view, String path) CurrentBufferSet.getPrevFile
(View view, String file) SearchFileSet.getPrevFile
(View view, String path) Returns the previous file in the set.static SearchDialog
SearchDialog.getSearchDialog
(View view) static boolean
SearchAndReplace.hyperSearch
(View view) Performs a HyperSearch.static boolean
SearchAndReplace.hyperSearch
(View view, boolean selection) Performs a HyperSearch.static boolean
Replaces the current selection with the replacement string.static boolean
Replaces text in the specified range with the replacement string.static boolean
SearchAndReplace.replaceAll
(View view) Replaces all occurrences of the search string with the replacement string.static boolean
SearchAndReplace.replaceAll
(View view, boolean dontOpenChangedFiles) Replaces all occurrences of the search string with the replacement string.static void
SearchDialog.showSearchDialog
(View view, String searchString, int searchIn) Displays a search and replace dialog box, reusing an existing one if necessary.ModifierConstructorDescriptionAllBufferSet
(String glob, View view) Creates a view buffer set.HyperSearchResults
(View view) -
Uses of View in org.gjt.sp.jedit.textarea
Modifier and TypeMethodDescriptionprotected static void
JEditTextArea.doWordCount
(View view, String text) -
Uses of View in org.gjt.sp.jedit.visitors
-
Uses of View in org.jedit.core
Modifier and TypeMethodDescriptionstatic void
Searches available FileOpenerServices and uses the first, or the preferred one based on the "fileopener.service" property.abstract void
Opens a file in jEdit, given only a filename and no path. -
Uses of View in org.jedit.options
ModifierConstructorDescriptionCombinedOptions
(View parent, int tabIndex) TabbedOptionDialog
(View frame, String name)