Uses of Class
org.gjt.sp.jedit.View
Packages that use View
Package
Description
-
Uses of View in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit that return ViewModifier and TypeMethodDescriptionstatic ViewjEdit.getActiveView()Returns the currently focused view.static ViewjEdit.getActiveViewInternal()Returns the internal active view, which might be null.static ViewjEdit.getFirstView()Returns the first view.static ViewjEdit.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 ViewFinds the view parent of the specified component.static View[]jEdit.getViews()Deprecated.static ViewPerspectiveManager.loadPerspective(boolean restoreFiles) static ViewCreates a new view.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.Methods in org.gjt.sp.jedit with parameters of type ViewModifier 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 ObjectEvaluates the specified BeanShell expression.static voidBeanShell._runScript(View view, String path, Reader in, boolean ownNamespace) Runs a BeanShell script.static voidBeanShell._runScript(View view, String path, Reader in, NameSpace namespace) Runs a BeanShell script.voidView.adjust(View parent, View.ViewConfig config) static voidjEdit.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 voidjEdit.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.intBuffer.checkFileStatus(View view) Check if the buffer has changed on disk.static booleanjEdit.closeAllBuffers(View view) Closes all open buffers.static booleanjEdit.closeAllBuffers(View view, boolean isExiting) Closes all open buffers.static booleanjEdit.closeBuffer(View view, Buffer buffer) Closes a buffer.static voidCloses a view.static booleancloseView() used by exit().static ObjectEvaluates the specified BeanShell expression.static voidBeanShell.evalSelection(View view, JEditTextArea textArea) Evaluates the text selected in the specified text area.static voidExits cleanly from jEdit, prompting the user if any unsaved files should be saved first.static booleanAbbrevs.expandAbbrev(View view, boolean add) Expands the abbrev at the caret position in the specified view.booleanBuffer.insertFile(View view, String path) Loads a file from disk, and inserts it into this buffer.voidabstract voidInvokes the action.voidbooleanLoads the buffer from disk.static BufferCreates a new `untitled' file.static BufferCreates a new `untitled' file.static ViewCreates a new view.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.static BufferOpens a file.static BufferjEdit.openFile(View view, String parent, String path, boolean newFile, Hashtable<String, Object> props) Opens a file.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.static voidMacros.recordMacro(View view) Starts recording a macro.static voidMacros.recordTemporaryMacro(View view) Starts recording a temporary macro.voidReloads the buffer from disk, asking for confirmation if the buffer has unsaved changes.static voidjEdit.reloadAllBuffers(View view, boolean confirm) Reloads all open buffers.static ObjectBeanShell.runCachedBlock(BshMethod method, View view, NameSpace namespace) Runs a cached block of code in the specified namespace.abstract voidMacros.Handler.runMacro(View view, Macros.Macro macro) Runs the specified macro.voidMacros.Handler.runMacro(View view, Macros.Macro macro, boolean ownNamespace) Runs the specified macro.static voidRuns a BeanShell script.static voidRuns a BeanShell script.static voidRuns the specified script.static voidMacros.runTemporaryMacro(View view) Runs the temporary macro.booleanSaves this buffer to the specified path name, or the current path name if it's null.booleanSaves this buffer to the specified path name, or the current path name if it's null.booleanSaves this buffer to the specified path name, or the current path name if it's null.static voidjEdit.saveAllBuffers(View view) Saves all open buffers.static voidjEdit.saveAllBuffers(View view, boolean confirm) Saves all open buffers.booleanPrompts the user for a file to save this buffer to.voidSet the next view in linked list.voidSet the previous view in linked list.static voidBeanShell.showEvaluateDialog(View view) Prompts for a BeanShell expression to evaluate.static voidBeanShell.showEvaluateLinesDialog(View view) Evaluates the specified script for each selected line.static voidjEdit.showMemoryDialog(View view) Performs garbage collection and displays a dialog box showing memory status.static voidMacros.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 voidMacros.stopRecording(View view) Stops a recording currently in progress.voidBuffer.toggleAutoIndent(View view) Toggles automatic indentation on and off.voidBuffer.toggleLineSeparator(View view) Toggles the line separator between the three available settings.voidBuffer.toggleLocked(View view) Toggles locked state of the buffer.voidBuffer.toggleWordWrap(View view) Toggles word wrap between the three available modes.booleanBuffer.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.Constructors in org.gjt.sp.jedit with parameters of type View -
Uses of View in org.gjt.sp.jedit.browser
Methods in org.gjt.sp.jedit.browser that return ViewMethods in org.gjt.sp.jedit.browser with parameters of type ViewModifier and TypeMethodDescriptionstatic voidVFSBrowser.browseDirectory(View view, String path) Opens the specified directory in a file system browser.static voidVFSBrowser.browseDirectoryInNewWindow(View view, String path) Opens the specified directory in a new, floating, file system browser.Constructors in org.gjt.sp.jedit.browser with parameters of type ViewModifierConstructorDescriptionVFSBrowser(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
Fields in org.gjt.sp.jedit.bufferio declared as ViewModifier and TypeFieldDescriptionprotected final ViewBufferIORequest.viewprotected ViewMarkersSaveRequest.viewConstructors in org.gjt.sp.jedit.bufferio with parameters of type ViewModifierConstructorDescriptionCreates 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 View in org.gjt.sp.jedit.bufferset
Methods in org.gjt.sp.jedit.bufferset with parameters of type View -
Uses of View in org.gjt.sp.jedit.gui
Fields in org.gjt.sp.jedit.gui declared as ViewModifier and TypeFieldDescriptionprotected ViewDockableWindowManager.viewprotected final ViewInputHandler.viewMethods in org.gjt.sp.jedit.gui that return ViewModifier and TypeMethodDescriptionDockableWindowManager.getView()Returns this dockable window manager's view.Methods in org.gjt.sp.jedit.gui with parameters of type ViewModifier and TypeMethodDescriptionstatic voidCompleteWord.completeWord(View view) DockableWindowManagerProvider.create(View view, DockableWindowFactory instance, View.ViewConfig config) DockingFrameworkProvider.create(View view, DockableWindowFactory instance, View.ViewConfig config) static voidstatic voidDockingLayoutManager.loadCurrentModeLayout(View view) static voidstatic voidDockingLayoutManager.saveCurrentModeLayout(View view) Constructors in org.gjt.sp.jedit.gui with parameters of type ViewModifierConstructorDescriptionAboutDialog(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.protectedEnhancedDialog(View parent, String title, boolean modal) FilePropertiesDialog(View view, VFSBrowser browser, VFSFile[] files) The FilePropertiesDialog's constructorFilesChangedDialog(View view, int[] states, boolean alreadyReloaded) protectedInputHandler(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
Methods in org.gjt.sp.jedit.gui.statusbar with parameters of type ViewModifier and TypeMethodDescriptionreturns an instance of Widget for the given view -
Uses of View in org.gjt.sp.jedit.io
Methods in org.gjt.sp.jedit.io with parameters of type ViewModifier and TypeMethodDescriptionbooleanbooleanInserts a file into the specified buffer.booleanLoads the specified buffer.booleanbooleanSaves the specifies buffer. -
Uses of View in org.gjt.sp.jedit.msg
Methods in org.gjt.sp.jedit.msg that return ViewModifier 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.Constructors in org.gjt.sp.jedit.msg with parameters of type ViewModifierConstructorDescriptionBufferUpdate(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
Constructors in org.gjt.sp.jedit.options with parameters of type View -
Uses of View in org.gjt.sp.jedit.pluginmgr
Methods in org.gjt.sp.jedit.pluginmgr with parameters of type View -
Uses of View in org.gjt.sp.jedit.print
Methods in org.gjt.sp.jedit.print that return ViewMethods in org.gjt.sp.jedit.print with parameters of type ViewModifier 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 voidShows the printer dialog with the page setup tab active, other tabs inactive.static voidDeprecated.static voidDeprecated.static voidvoidSets the value of view.Constructors in org.gjt.sp.jedit.print with parameters of type ViewModifierConstructorDescriptionPrinterDialog(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
Methods in org.gjt.sp.jedit.search that return ViewMethods in org.gjt.sp.jedit.search with parameters of type ViewModifier and TypeMethodDescriptionstatic booleanFinds the next occurrence of the search string.static 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.intBufferListSet.getFileCount(View view) intCurrentBufferSet.getFileCount(View view) intSearchFileSet.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 SearchDialogSearchDialog.getSearchDialog(View view) static booleanSearchAndReplace.hyperSearch(View view) Performs a HyperSearch.static booleanSearchAndReplace.hyperSearch(View view, boolean selection) Performs a HyperSearch.static booleanReplaces the current selection with the replacement string.static booleanReplaces text in the specified range with the replacement string.static booleanSearchAndReplace.replaceAll(View view) Replaces all occurrences of the search string with the replacement string.static booleanSearchAndReplace.replaceAll(View view, boolean dontOpenChangedFiles) Replaces all occurrences of the search string with the replacement string.static voidSearchDialog.showSearchDialog(View view, String searchString, int searchIn) Displays a search and replace dialog box, reusing an existing one if necessary.Constructors in org.gjt.sp.jedit.search with parameters of type ViewModifierConstructorDescriptionAllBufferSet(String glob, View view) Creates a view buffer set.HyperSearchResults(View view) -
Uses of View in org.gjt.sp.jedit.textarea
Methods in org.gjt.sp.jedit.textarea that return ViewMethods in org.gjt.sp.jedit.textarea with parameters of type ViewModifier and TypeMethodDescriptionprotected static voidJEditTextArea.doWordCount(View view, String text) Constructors in org.gjt.sp.jedit.textarea with parameters of type View -
Uses of View in org.gjt.sp.jedit.visitors
Methods in org.gjt.sp.jedit.visitors with parameters of type View -
Uses of View in org.jedit.core
Methods in org.jedit.core with parameters of type ViewModifier and TypeMethodDescriptionstatic voidSearches available FileOpenerServices and uses the first, or the preferred one based on the "fileopener.service" property.abstract voidOpens a file in jEdit, given only a filename and no path. -
Uses of View in org.jedit.options
Constructors in org.jedit.options with parameters of type ViewModifierConstructorDescriptionCombinedOptions(View parent, int tabIndex) TabbedOptionDialog(View frame, String name)