|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
jEdit.getActionContext()
.
BracketIndentRule.getBrackets(JEditBuffer,int,int,int)
instead.
Brackets in comments or literals should be ignored for indent.
But it can't be done without syntax parsing of a buffer.
VFSBrowser.getActionContext()
.
BeanShellAction
s.
BeanShellAction
s.
SyntaxUtilities.parseStyle(String,String,int,boolean)
direction[0]
.
PROPERTIES_CHANGED
.
dockables.xml
file.
Buffer.getPath()
instead.
VFSBrowser.getVFSFileFilter()
instead. This method
might return wrong information since jEdit 4.3pre6.
getVFSs()
instead.
TextArea.getVisibleLines()
because the buffer can have less lines than
the visible lines
StandardUtilities.getLeadingWhiteSpace(String)
StandardUtilities.getLeadingWhiteSpace(String)
Segment
.
null
if there is none.
Buffer.getMarkersPath(VFS, String)
StandardUtilities.getVirtualWidth(javax.swing.text.Segment, int)
null
if access to that resource is denied.
null if access
to that resource is denied.
- getResourceAsPath(String) -
Method in class org.gjt.sp.jedit.JARClassLoader
- construct a jeditresource:/etc path from the name
of a resource in the associated jar.
- getResourceAsStream(String) -
Method in class org.gjt.sp.jedit.bsh.BshClassManager
- Get a resource stream using the BeanShell classpath
- getResourceAsStream(String) -
Method in class org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl
- Get a resource stream using the BeanShell classpath
- getResourceAsStream(Class<? extends EditPlugin>, String) -
Static method in class org.gjt.sp.jedit.EditPlugin
- Returns an input stream to the specified resource, or
null
if none is found.
- getResourceAsStream(EditPlugin, String) -
Static method in class org.gjt.sp.jedit.EditPlugin
- Returns an input stream to the specified resource, or
null
if none is found.
- getResourceAsStream(String) -
Method in class org.gjt.sp.jedit.JARClassLoader
-
- getResourcePath(Class<? extends EditPlugin>, String) -
Static method in class org.gjt.sp.jedit.EditPlugin
- Returns the full path of the specified plugin resource.
- getResourcePath(EditPlugin, String) -
Static method in class org.gjt.sp.jedit.EditPlugin
- Returns the full path of the specified plugin resource.
- getResources(String) -
Method in class org.gjt.sp.jedit.JARClassLoader
-
- getResources() -
Method in class org.gjt.sp.jedit.PluginJAR
-
- getReturnType() -
Method in class org.gjt.sp.jedit.bsh.BshMethod
- Get the return type of the method.
- getReturnType() -
Method in class org.gjt.sp.jedit.bsh.DelayedEvalBshMethod
-
- getReturnType(String) -
Static method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
- Returns the Java type corresponding to the return type of the given
method descriptor.
- getReturnType(Method) -
Static method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
- Returns the Java type corresponding to the return type of the given
method.
- getReturnTypeDescriptor() -
Method in class org.gjt.sp.jedit.bsh.DelayedEvalBshMethod
-
- getReverseSearch() -
Static method in class org.gjt.sp.jedit.search.SearchAndReplace
- Returns the state of the reverse search flag.
- getRewindedStream() -
Method in class org.gjt.sp.jedit.io.AutoDetection.Result
- Returns the stream which can be read the contents of
the original stream.
- getRightClickPopup() -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns the right click popup menu.
- getRightDockingArea() -
Method in class org.gjt.sp.jedit.gui.DockableWindowManager
-
- getRightDockingArea() -
Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl
-
- getRoot() -
Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
-
- getRootDirectory() -
Static method in class org.gjt.sp.jedit.browser.VFSBrowser
-
- getRow() -
Method in class org.gjt.sp.jedit.gui.ExtendedGridLayoutConstraints
-
- getRowCount() -
Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
-
- getRowCount() -
Method in class org.gjt.sp.jedit.gui.FilteredTableModel
-
- getRowspan() -
Method in class org.gjt.sp.jedit.gui.ExtendedGridLayoutConstraints
-
- getRuleCount() -
Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
-
- getRules(char) -
Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
- Deprecated. As the linking between rules is not anymore done within the rule, use
ParserRuleSet.getRules(Character)
instead
- getRules(Character) -
Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
-
- getRuleSet(String) -
Method in class org.gjt.sp.jedit.syntax.TokenMarker
-
- getRuleSetAtOffset(int) -
Method in class org.gjt.sp.jedit.buffer.JEditBuffer
- Returns the syntax highlighting ruleset at the specified offset.
- getRuleSets() -
Method in class org.gjt.sp.jedit.syntax.TokenMarker
-
- getSavedLayouts() -
Method in class org.gjt.sp.jedit.gui.DockableWindowManager.DockingLayout
-
- getScreenBounds() -
Static method in class org.gjt.sp.jedit.GUIUtilities
- Returns the screen bounds, taking into account multi-screen
environments.
- getScreenBounds() -
Static method in class org.gjt.sp.jedit.OperatingSystem
- Returns the bounds of the default screen.
- getScreenBounds(Rectangle) -
Static method in class org.gjt.sp.jedit.OperatingSystem
- Returns the bounds of the (virtual) screen that the window should be in
- getScreenLineCount(int) -
Method in class org.gjt.sp.jedit.textarea.DisplayManager
- Returns how many screen lines contains the given physical line.
- getScreenLineEndOffset(int) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns the end offset of the specified screen (wrapped) line.
- getScreenLineOfOffset(int) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns the screen (wrapped) line containing the specified offset.
- getScreenLineStartOffset(int) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns the start offset of the specified screen (wrapped) line.
- getScriptStackTrace() -
Method in exception org.gjt.sp.jedit.bsh.EvalError
-
- getScrollLineCount() -
Method in class org.gjt.sp.jedit.textarea.DisplayManager
- Returns the number of displayable lines
It can be greater than the number of lines of the buffer when using
soft wrap (a line can count for n lines), or when using folding, if
the foldings are collapsed
- getSearchBar() -
Method in class org.gjt.sp.jedit.View
- Returns the search bar.
- getSearchDialog(View) -
Static method in class org.gjt.sp.jedit.search.SearchDialog
-
- getSearchFileSet() -
Static method in class org.gjt.sp.jedit.search.SearchAndReplace
- Returns the current search file set.
- getSearchMatcher() -
Method in class org.gjt.sp.jedit.search.HyperSearchOperationNode
-
- getSearchMatcher() -
Static method in class org.gjt.sp.jedit.search.SearchAndReplace
- Returns the current search string matcher.
- getSearchString() -
Method in class org.gjt.sp.jedit.search.HyperSearchOperationNode
-
- getSearchString() -
Static method in class org.gjt.sp.jedit.search.SearchAndReplace
- Returns the current search string.
- getSegment(int, int) -
Method in class org.gjt.sp.jedit.buffer.ContentManager
- Returns a read-only segment of the buffer.
- getSegment(int, int) -
Method in class org.gjt.sp.jedit.buffer.JEditBuffer
- Returns the specified text range.
- getSegmentMapKey(Segment, int, int) -
Method in class org.gjt.sp.jedit.syntax.KeywordMap
-
- getSelectedColor() -
Method in class org.gjt.sp.jedit.gui.ColorWellButton
-
- getSelectedFiles() -
Method in class org.gjt.sp.jedit.browser.VFSBrowser
-
- getSelectedFiles() -
Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
-
- getSelectedFiles() -
Method in class org.gjt.sp.jedit.browser.VFSFileChooserDialog
-
- getSelectedIndex() -
Method in class org.gjt.sp.jedit.gui.CompletionPopup
- Returns index of current selection.
- getSelectedLines() -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns a sorted array of line numbers on which a selection or
selections are present.
- getSelectedNames() -
Static method in class org.gjt.sp.jedit.io.EncodingServer
- Returns the set of user selected encoding names.
- getSelectedText(Selection) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns the text in the specified selection.
- getSelectedText(String) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns the text in all active selections.
- getSelectedText() -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns the text in all active selections, with a newline
between each text chunk.
- getSelectedValue() -
Method in class org.gjt.sp.jedit.gui.JCheckBoxList
-
- getSelection() -
Method in class org.gjt.sp.jedit.BufferHistory.Entry
-
- getSelection() -
Method in class org.gjt.sp.jedit.gui.ContextAddDialog
-
- getSelection() -
Method in class org.gjt.sp.jedit.search.HyperSearchResult
- Returns an array of selection objects pointing to the occurrences
of the search term on the current line.
- getSelection() -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns the current selection.
- getSelection(int) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns the selection with the specified index.
- getSelectionAreaBackground() -
Static method in class org.gjt.sp.jedit.options.GutterOptionPane
-
- getSelectionAreaWidth() -
Static method in class org.gjt.sp.jedit.options.GutterOptionPane
-
- getSelectionAtOffset(int) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns the selection containing the specific offset, or
null
if there is no selection at that offset.
- getSelectionColor() -
Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
- Returns the selection color.
- getSelectionCount() -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns the number of selections.
- getSelectionEnd() -
Method in class org.gjt.sp.jedit.textarea.JEditTextArea
- Deprecated. Instead, obtain a Selection instance using
any means, and call its
getEnd()
method
- getSelectionEnd(int) -
Method in class org.gjt.sp.jedit.textarea.JEditTextArea
- Deprecated. Instead, obtain a Selection instance using
any means, and call its
getEnd(int)
method
- getSelectionEndLine() -
Method in class org.gjt.sp.jedit.textarea.JEditTextArea
- Deprecated. Instead, obtain a Selection instance using
any means, and call its
getEndLine()
method
- getSelectionIterator() -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns the current selection.
- getSelectionStart() -
Method in class org.gjt.sp.jedit.textarea.JEditTextArea
- Deprecated. Instead, obtain a Selection instance using
any means, and call its
getStart()
method
- getSelectionStart(int) -
Method in class org.gjt.sp.jedit.textarea.JEditTextArea
- Deprecated. Instead, obtain a Selection instance using
any means, and call its
getStart(int)
method
- getSelectionStartLine() -
Method in class org.gjt.sp.jedit.textarea.JEditTextArea
- Deprecated. Instead, obtain a Selection instance using
any means, and call its
getStartLine()
method
- getService(String, String) -
Static method in class org.gjt.sp.jedit.ServiceManager
- Returns an instance of the given service.
- getServiceContextMenuItems(JEditTextArea, MouseEvent) -
Static method in class org.gjt.sp.jedit.GUIUtilities
-
- getServiceNames(String) -
Static method in class org.gjt.sp.jedit.ServiceManager
- Returns the names of all registered services with the given
class.
- getServicesURI() -
Method in class org.gjt.sp.jedit.PluginJAR
- Returns the location of the plugin's
services.xml
file.
- getServiceTypes() -
Static method in class org.gjt.sp.jedit.ServiceManager
- Returns all known service class types.
- getSetName() -
Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
-
- getSettingsDirectory() -
Static method in class org.gjt.sp.jedit.jEdit
- Returns the path of the directory where user-specific settings
are stored.
- getShort() -
Method in class org.gjt.sp.jedit.bsh.ClassGeneratorUtil.ConstructorArgs
-
- getShortcut() -
Method in class org.gjt.sp.jedit.gui.GrabKeyDialog
- Returns the shortcut, or null if the current shortcut should be
removed or the dialog either has been cancelled.
- getShortcut() -
Method in class org.gjt.sp.jedit.Marker
- Returns the marker's shortcut character.
- getShortcutLabel(String) -
Static method in class org.gjt.sp.jedit.GUIUtilities
- Returns a label string to show users what shortcut are
assigned to the action.
- getShortURL() -
Method in class org.gjt.sp.jedit.help.HelpViewer
-
- getShortURL() -
Method in interface org.gjt.sp.jedit.help.HelpViewerInterface
-
- getShowHiddenFiles() -
Method in class org.gjt.sp.jedit.browser.VFSBrowser
-
- getShowResults() -
Method in class org.gjt.sp.jedit.bsh.Interpreter
- Show on/off verbose printing status for the show() command.
- getSize() -
Method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
- Returns the size of values of this type.
- getSize() -
Method in class org.gjt.sp.jedit.buffer.KillRing
-
- getSize() -
Method in interface org.gjt.sp.jedit.gui.CompletionPopup.Candidates
- Returns the number of candidates.
- getSize() -
Method in class org.gjt.sp.jedit.gui.FilteredListModel
-
- getSize() -
Method in class org.gjt.sp.util.IntegerArray
-
- getSmartCaseReplace() -
Static method in class org.gjt.sp.jedit.search.SearchAndReplace
- Returns if the replacement string will assume the same case as
each specific occurrence of the search string.
- getSort() -
Method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
- Returns the sort of this Java type.
- getSortAttribute(int) -
Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
-
- getSortColumn() -
Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
-
- getSource() -
Method in class org.gjt.sp.jedit.EBMessage
- Returns the sender of this message.
- getSourceActions(JComponent) -
Method in class org.gjt.sp.jedit.textarea.TextAreaTransferHandler
-
- getSourceFileInfo() -
Method in class org.gjt.sp.jedit.bsh.Interpreter
- Specify the source of the text from which this interpreter is reading.
- getSplitConfig() -
Method in class org.gjt.sp.jedit.View
- Split configurations are recorded in a simple RPN "language".
- getSplitPane() -
Method in class org.gjt.sp.jedit.View
- Returns the top-level split pane, if any.
- getStandardRuleSet(byte) -
Static method in class org.gjt.sp.jedit.syntax.ParserRuleSet
- Returns a parser rule set that highlights everything with the
specified token type.
- getStart() -
Method in class org.gjt.sp.jedit.textarea.Selection
- Returns the start offset of this selection.
- getStart(JEditBuffer, int) -
Method in class org.gjt.sp.jedit.textarea.Selection
- Returns the beginning of the portion of the selection
falling on the specified line.
- getStart(JEditBuffer, int) -
Method in class org.gjt.sp.jedit.textarea.Selection.Range
-
- getStart(JEditBuffer, int) -
Method in class org.gjt.sp.jedit.textarea.Selection.Rect
-
- getStartColumn(JEditBuffer) -
Method in class org.gjt.sp.jedit.textarea.Selection.Rect
-
- getStartLine() -
Method in class org.gjt.sp.jedit.textarea.Selection
- Returns the starting line number of this selection.
- getState() -
Method in class org.gjt.sp.jedit.msg.PropertiesChanging
-
- GETSTATIC -
Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
-
- getStatus() -
Method in class org.gjt.sp.jedit.View
- Returns the status bar.
- getStatus() -
Method in class org.gjt.sp.util.WorkThread
- Returns the status text.
- getStrictJava() -
Method in class org.gjt.sp.jedit.bsh.Interpreter
-
- getStringCase(String) -
Static method in class org.gjt.sp.jedit.TextUtilities
- Returns if the specified string is all upper case, all lower case,
or title case (first letter upper case, rest lower case).
- getStringProperty(String) -
Method in class org.gjt.sp.jedit.buffer.JEditBuffer
- Returns the value of a string property.
- getStringWidth(String) -
Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
- Returns the width of the given string, in pixels, using the text
area's current font.
- getStructureHighlightColor() -
Method in class org.gjt.sp.jedit.textarea.Gutter
- Returns the structure highlight color.
- getStructureHighlightColor() -
Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
- Returns the structure highlight color.
- getStructureMatch() -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns the structure element (bracket, or XML tag, etc) matching the
one before the caret.
- getStyle() -
Method in class org.gjt.sp.jedit.gui.StyleEditor
-
- getStyles() -
Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
- Returns the syntax styles used to paint colorized text.
- getStyleString(SyntaxStyle) -
Static method in class org.gjt.sp.jedit.GUIUtilities
- Converts a style into it's string representation.
- GetSuffix(int) -
Method in class org.gjt.sp.jedit.bsh.JavaCharStream
-
- getSuper(Interpreter) -
Method in class org.gjt.sp.jedit.bsh.NameSpace
- Get the parent namespace' This reference or this namespace' This
reference if we are the top.
- getSymbolicModifierName(int) -
Static method in class org.gjt.sp.jedit.gui.DefaultInputHandler
- Returns a the symbolic modifier name for the specified Java modifier
flag.
- getSymbolicModifierName(int) -
Static method in class org.gjt.sp.jedit.gui.KeyEventTranslator
- Returns a the symbolic modifier name for the specified Java modifier
flag.
- getSymbolicName(int) -
Static method in class org.gjt.sp.jedit.gui.GrabKeyDialog
-
- getSymlinkPath() -
Method in class org.gjt.sp.jedit.Buffer
- If this file is a symbolic link, returns the link destination.
- getSymlinkPath() -
Method in class org.gjt.sp.jedit.io.FileVFS.LocalFile
-
- getSymlinkPath() -
Method in class org.gjt.sp.jedit.io.VFSFile
-
- getSystemId() -
Method in exception com.microstar.xml.XmlException
- Deprecated. Get the URI of the entity containing the error.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.gjt.sp.jedit.browser.FileCellRenderer
-
- getTabSize() -
Method in class org.gjt.sp.jedit.buffer.JEditBuffer
- Returns the tab size used in this buffer.
- getTarget() -
Method in exception org.gjt.sp.jedit.bsh.TargetError
-
- getTargetClass() -
Method in class org.gjt.sp.jedit.bsh.ClassIdentifier
-
- getTerminateChar() -
Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
- Returns the number of chars that can be read before the rule parsing stops.
- getText(int, int) -
Method in class org.gjt.sp.jedit.buffer.ContentManager
-
- getText(int, int, Segment) -
Method in class org.gjt.sp.jedit.buffer.ContentManager
- Returns the specified text range in a
Segment
.
- getText(int, int) -
Method in class org.gjt.sp.jedit.buffer.JEditBuffer
- Returns the specified text range.
- getText(int, int, Segment) -
Method in class org.gjt.sp.jedit.buffer.JEditBuffer
- Returns the specified text range in a
Segment
.
- getText() -
Method in class org.gjt.sp.jedit.gui.HistoryText
- Subclasses can override this to provide funky history behavior,
for JTextPanes and such.
- getText(int, int) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns the specified substring of the buffer.
- getText(int, int, Segment) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Copies the specified substring of the buffer into a segment.
- getText() -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns the entire text of this text area.
- getTextArea() -
Method in class org.gjt.sp.jedit.EditPane
- Returns the view's text area.
- getTextArea() -
Method in class org.gjt.sp.jedit.View
- Returns the current edit pane's text area.
- getTextReader(InputStream) -
Method in class org.gjt.sp.jedit.io.CharsetEncoding
-
- getTextReader(InputStream) -
Method in interface org.gjt.sp.jedit.io.Encoding
- Map an InputStream to a Reader.
- getTextReader(InputStream, String) -
Static method in class org.gjt.sp.jedit.io.EncodingServer
- Returns a Reader object that reads the InputStream with
the encoding.
- getTextReader(InputStream) -
Method in class org.gjt.sp.jedit.io.EncodingWithBOM
-
- getTextWriter(OutputStream) -
Method in class org.gjt.sp.jedit.io.CharsetEncoding
-
- getTextWriter(OutputStream) -
Method in interface org.gjt.sp.jedit.io.Encoding
- Map an OutputStream to a Writer.
- getTextWriter(OutputStream, String) -
Static method in class org.gjt.sp.jedit.io.EncodingServer
- Returns a Writer object that writes to the OutputStream with
the encoding.
- getTextWriter(OutputStream) -
Method in class org.gjt.sp.jedit.io.EncodingWithBOM
-
- getThread(int) -
Method in class org.gjt.sp.util.WorkThreadPool
- Returns the specified thread.
- getThreadCount() -
Method in class org.gjt.sp.util.WorkThreadPool
- Returns the number of threads in this pool.
- getToken(int) -
Method in class org.gjt.sp.jedit.bsh.Parser
-
- getTokenAtOffset(Token, int) -
Static method in class org.gjt.sp.jedit.TextUtilities
- Returns the token that contains the specified offset.
- getTokenMarker() -
Method in class org.gjt.sp.jedit.buffer.JEditBuffer
-
- getTokenMarker() -
Method in class org.gjt.sp.jedit.Mode
- Returns the token marker for this mode.
- getTokenMarker() -
Method in class org.gjt.sp.jedit.syntax.XModeHandler
- Returns the TokenMarker.
- getTokenMarker(String) -
Method in class org.gjt.sp.jedit.syntax.XModeHandler
- Returns the token marker for the given mode.
- getTokens() -
Method in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
- Returns the first syntax token.
- getToolBar() -
Method in class org.gjt.sp.jedit.View
- Returns the view's tool bar.
- getToolTipLocation(MouseEvent) -
Method in class org.gjt.sp.jedit.gui.statusbar.ToolTipLabel
-
- getToolTipText(MouseEvent) -
Method in class org.gjt.sp.jedit.textarea.Gutter
- Returns the tool tip to display at the specified location.
- getToolTipText(int, int) -
Method in class org.gjt.sp.jedit.textarea.TextAreaExtension
- Called by the text area when the mouse hovers over the
location specified in the mouse event.
- getToolTipText(MouseEvent) -
Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
- Returns the tool tip to display at the specified location.
- getTopDockingArea() -
Method in class org.gjt.sp.jedit.gui.DockableWindowManager
-
- getTopDockingArea() -
Method in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl
-
- getTrailingWhiteSpace(String) -
Static method in class org.gjt.sp.jedit.MiscUtilities
- Deprecated. use
StandardUtilities.getTrailingWhiteSpace(String)
- getTrailingWhiteSpace(String) -
Static method in class org.gjt.sp.util.StandardUtilities
- Returns the number of trailing whitespace characters in the
specified string.
- getTree() -
Method in class org.gjt.sp.jedit.search.HyperSearchResults
- Returns the result tree.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) -
Method in class org.gjt.sp.jedit.gui.OptionsDialog.PaneNameRenderer
-
- getTreeModel() -
Method in class org.gjt.sp.jedit.search.HyperSearchResults
-
- getTrueRow(int) -
Method in class org.gjt.sp.jedit.gui.FilteredListModel
- Converts a row index from the JTable to an internal row index from the delegated model.
- getTrueRow(int) -
Method in class org.gjt.sp.jedit.gui.FilteredTableModel
- Converts a row index from the JTable to an internal row index from the delegated model.
- getTwoStageSaveName(String) -
Method in class org.gjt.sp.jedit.io.FileVFS
- Returns a temporary file name based on the given path.
- getTwoStageSaveName(String) -
Method in class org.gjt.sp.jedit.io.VFS
- Returns a temporary file name based on the given path.
- getType(String) -
Static method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
- Returns the Java type corresponding to the given type descriptor.
- getType(Class) -
Static method in class org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
- Returns the Java type corresponding to the given class.
- getType() -
Method in class org.gjt.sp.jedit.bsh.Primitive
- Get the corresponding Java primitive TYPE class for this Primitive.
- getType() -
Method in class org.gjt.sp.jedit.bsh.Variable
- A type of null means loosely typed variable
- getType() -
Method in class org.gjt.sp.jedit.io.VFSFile
-
- getTypeDescriptor() -
Method in class org.gjt.sp.jedit.bsh.Variable
-
- getUndoId() -
Method in class org.gjt.sp.jedit.buffer.JEditBuffer
- Returns an object that identifies the undo operation to which the
current content change belongs.
- getUndoId() -
Method in class org.gjt.sp.jedit.buffer.UndoManager
-
- getURL() -
Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath.JarClassSource
-
- getUrlVFS() -
Static method in class org.gjt.sp.jedit.io.VFSManager
- Returns the URL VFS.
- getUserClassPath() -
Static method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
- A BshClassPath initialized to the user path
from java.class.path
- getUserClassPathComponents() -
Static method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
-
- getValue() -
Method in class org.gjt.sp.jedit.bsh.Primitive
- Return the primitive value stored in its java.lang wrapper class
- getValue() -
Method in class org.gjt.sp.jedit.gui.JCheckBoxList.Entry
-
- getValueAt(int, int) -
Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
-
- getValueAt(int, int) -
Method in class org.gjt.sp.jedit.gui.FilteredTableModel
-
- getValues() -
Method in class org.gjt.sp.jedit.gui.JCheckBoxList
-
- getVariable(String) -
Method in class org.gjt.sp.jedit.bsh.NameSpace
- Get the specified variable in this namespace or a parent namespace.
- getVariable(String, boolean) -
Method in class org.gjt.sp.jedit.bsh.NameSpace
- Get the specified variable in this namespace.
- getVariableImpl(String, boolean) -
Method in class org.gjt.sp.jedit.bsh.ExternalNameSpace
-
- getVariableImpl(String, boolean) -
Method in class org.gjt.sp.jedit.bsh.NameSpace
- Locate a variable and return the Variable object with optional
recursion through parent name spaces.
- getVariableNames() -
Method in class org.gjt.sp.jedit.bsh.ExternalNameSpace
-
- getVariableNames() -
Method in class org.gjt.sp.jedit.bsh.NameSpace
- Get the names of variables defined in this namespace.
- getVersion() -
Static method in class org.gjt.sp.jedit.jEdit
- Returns the jEdit version as a human-readable string.
- getVFS() -
Method in class org.gjt.sp.jedit.Buffer
- Returns the virtual filesystem responsible for loading and
saving this buffer.
- getVFS() -
Method in class org.gjt.sp.jedit.io.VFSFile
-
- getVFSByName(String) -
Static method in class org.gjt.sp.jedit.io.VFSManager
- Deprecated. Use
getVFSForProtocol()
instead.
- getVFSFileFilter() -
Method in class org.gjt.sp.jedit.browser.VFSBrowser
- Returns the currently active VFSFileFilter.
- getVFSForPath(String) -
Static method in class org.gjt.sp.jedit.io.VFSManager
- Returns the VFS for the specified path.
- getVFSForProtocol(String) -
Static method in class org.gjt.sp.jedit.io.VFSManager
- Returns the VFS for the specified protocol.
- getVFSs() -
Static method in class org.gjt.sp.jedit.io.VFSManager
- Returns a list of all registered filesystems.
- getView() -
Method in class org.gjt.sp.jedit.browser.VFSBrowser
-
- getView(Component) -
Static method in class org.gjt.sp.jedit.EditAction
- Deprecated. Call
GUIUtilities.getView()
instead.
- getView() -
Method in class org.gjt.sp.jedit.EditPane
- Returns the view containing this edit pane.
- getView() -
Method in class org.gjt.sp.jedit.gui.DockableWindowManager
- Returns this dockable window manager's view.
- getView(Component) -
Static method in class org.gjt.sp.jedit.GUIUtilities
- Finds the view parent of the specified component.
- getView() -
Method in class org.gjt.sp.jedit.msg.BufferUpdate
- Returns the view involved, which may be null.
- getView() -
Method in class org.gjt.sp.jedit.msg.EditorExitRequested
- Returns the view involved.
- getView() -
Method in class org.gjt.sp.jedit.msg.VFSPathSelected
-
- getView() -
Method in class org.gjt.sp.jedit.msg.ViewUpdate
- Returns the view involved.
- getView() -
Method in class org.gjt.sp.jedit.textarea.JEditTextArea
- Returns this text area's view.
- getViewConfig() -
Method in class org.gjt.sp.jedit.View
-
- getViewCount() -
Static method in class org.gjt.sp.jedit.jEdit
- Returns the number of open views.
- getViews() -
Static method in class org.gjt.sp.jedit.jEdit
- Returns an array of all open views.
- getVirtualWidth(int, int) -
Method in class org.gjt.sp.jedit.buffer.JEditBuffer
- Returns the virtual column number (taking tabs into account) of the
specified position.
- getVirtualWidth(Segment, int) -
Static method in class org.gjt.sp.jedit.MiscUtilities
- Deprecated. use
StandardUtilities.getVirtualWidth(javax.swing.text.Segment, int)
- getVirtualWidth(Segment, int) -
Static method in class org.gjt.sp.util.StandardUtilities
- Returns the virtual column number (taking tabs into account) of the
specified offset in the segment.
- getVisibleLines() -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Returns the number of lines visible in this text area.
- getWhat() -
Method in class org.gjt.sp.jedit.msg.BufferUpdate
- Returns what caused this buffer update.
- getWhat() -
Method in class org.gjt.sp.jedit.msg.DockableWindowUpdate
- Returns what caused this dockable update.
- getWhat() -
Method in class org.gjt.sp.jedit.msg.EditPaneUpdate
- Returns what caused this edit pane update.
- getWhat() -
Method in class org.gjt.sp.jedit.msg.PluginUpdate
- Returns what caused this plugin update.
- getWhat() -
Method in class org.gjt.sp.jedit.msg.ViewUpdate
- Returns what caused this view update.
- getWidget(View) -
Method in class org.gjt.sp.jedit.gui.statusbar.BufferSetWidgetFactory
-
- getWidget(View) -
Method in class org.gjt.sp.jedit.gui.statusbar.ClockWidgetFactory
-
- getWidget(View) -
Method in class org.gjt.sp.jedit.gui.statusbar.EncodingWidgetFactory
-
- getWidget(View) -
Method in class org.gjt.sp.jedit.gui.statusbar.ErrorsWidgetFactory
-
- getWidget(View) -
Method in class org.gjt.sp.jedit.gui.statusbar.FoldWidgetFactory
-
- getWidget(View) -
Method in class org.gjt.sp.jedit.gui.statusbar.LineSepWidgetFactory
-
- getWidget(View) -
Method in class org.gjt.sp.jedit.gui.statusbar.MemoryStatusWidgetFactory
-
- getWidget(View) -
Method in class org.gjt.sp.jedit.gui.statusbar.ModeWidgetFactory
-
- getWidget(View) -
Method in class org.gjt.sp.jedit.gui.statusbar.MultiSelectWidgetFactory
-
- getWidget(View) -
Method in class org.gjt.sp.jedit.gui.statusbar.OverwriteWidgetFactory
-
- getWidget(View) -
Method in class org.gjt.sp.jedit.gui.statusbar.RectSelectWidgetFactory
-
- getWidget(View) -
Method in class org.gjt.sp.jedit.gui.statusbar.SelectionLengthWidgetFactory
-
- getWidget(View) -
Method in interface org.gjt.sp.jedit.gui.statusbar.StatusWidgetFactory
- returns an instance of Widget for the given view
- getWidget(View) -
Method in class org.gjt.sp.jedit.gui.statusbar.WrapWidgetFactory
-
- getWrapGuideColor() -
Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
- Returns the wrap guide color.
- getZipFile() -
Method in class org.gjt.sp.jedit.JARClassLoader
- Deprecated. Call
PluginJAR.getZipFile()
instead.
- getZipFile() -
Method in class org.gjt.sp.jedit.PluginJAR
- Returns the plugin's JAR file, opening it if necessary.
- GEX -
Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-
- global -
Variable in class org.gjt.sp.jedit.BeanShellFacade
-
- GlobalOptions - Class in org.gjt.sp.jedit.options
-
- GlobalOptions(Frame) -
Constructor for class org.gjt.sp.jedit.options.GlobalOptions
-
- GlobalOptions(Frame, String) -
Constructor for class org.gjt.sp.jedit.options.GlobalOptions
-
- GlobalOptions(Dialog) -
Constructor for class org.gjt.sp.jedit.options.GlobalOptions
-
- GlobalOptions(Dialog, String) -
Constructor for class org.gjt.sp.jedit.options.GlobalOptions
-
- globToRE(String) -
Static method in class org.gjt.sp.jedit.MiscUtilities
- Deprecated. Use
StandardUtilities.globToRE(String)
.
- globToRE(String) -
Static method in class org.gjt.sp.util.StandardUtilities
- Converts a Unix-style glob to a regular expression.
- GlobVFSFileFilter - Class in org.gjt.sp.jedit.io
- Implementation of
VFSFileFilter
that uses Unix-style globs
to filter files. - GlobVFSFileFilter(String) -
Constructor for class org.gjt.sp.jedit.io.GlobVFSFileFilter
-
- GOTO -
Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
-
- GOTO -
Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-
- goTo(EditPane) -
Method in class org.gjt.sp.jedit.search.HyperSearchFileNode
-
- goTo(EditPane) -
Method in interface org.gjt.sp.jedit.search.HyperSearchNode
-
- goTo(EditPane) -
Method in class org.gjt.sp.jedit.search.HyperSearchResult
-
- goToActionBar() -
Method in class org.gjt.sp.jedit.gui.ActionBar
-
- goToBuffer(Buffer) -
Method in class org.gjt.sp.jedit.View
- If this buffer is open in one of the view's edit panes, sets focus
to that edit pane.
- goToBufferEnd(boolean) -
Method in class org.gjt.sp.jedit.textarea.JEditTextArea
-
- goToBufferEnd(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the end of the buffer.
- goToBufferStart(boolean) -
Method in class org.gjt.sp.jedit.textarea.JEditTextArea
-
- goToBufferStart(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the beginning of the buffer.
- goToEndOfCode(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the end of the code present on the current line, before the comments and whitespace.
- goToEndOfLine(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the end of the current line.
- goToEndOfWhiteSpace(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the last non-whitespace character of the current
line.
- goToFirstVisibleLine(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the first visible line.
- goToLastVisibleLine(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the last visible line.
- goToMarker(char, boolean) -
Method in class org.gjt.sp.jedit.EditPane
- Moves the caret to the marker with the specified shortcut.
- goToMatchingBracket() -
Method in class org.gjt.sp.jedit.textarea.JEditTextArea
- Moves the caret to the bracket matching the one before the caret.
- goToMatchingBracket() -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the bracket matching the one before the caret.
- goToNextBracket(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the next closing bracket.
- goToNextCharacter(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the next character.
- goToNextFold(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the next fold.
- goToNextLine(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Move the caret to the next line.
- goToNextMarker(boolean) -
Method in class org.gjt.sp.jedit.EditPane
- Moves the caret to the next marker.
- goToNextPage(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the next screenful.
- goToNextParagraph(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the start of the next paragraph.
- goToNextWord(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the start of the next word.
- goToNextWord(boolean, boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the start of the next word.
- goToParentFold() -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the fold containing the one at the caret
position.
- goToPrevBracket(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the previous bracket.
- goToPrevCharacter(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the previous character.
- goToPrevFold(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the previous fold.
- goToPrevLine(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the previous line.
- goToPrevMarker(boolean) -
Method in class org.gjt.sp.jedit.EditPane
- Moves the caret to the previous marker.
- goToPrevPage(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the previous screenful.
- goToPrevParagraph(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the start of the previous paragraph.
- goToPrevWord(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the start of the previous word.
- goToPrevWord(boolean, boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the start of the previous word.
- goToStartOfLine(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the beginning of the current line.
- goToStartOfWhiteSpace(boolean) -
Method in class org.gjt.sp.jedit.textarea.TextArea
- Moves the caret to the first non-whitespace character of the current
line.
- gotoURL(String, boolean, int) -
Method in class org.gjt.sp.jedit.help.HelpViewer
- Displays the specified URL in the HTML component.
- gotoURL(String, boolean, int) -
Method in interface org.gjt.sp.jedit.help.HelpViewerInterface
-
- GrabKeyDialog - Class in org.gjt.sp.jedit.gui
- A dialog for getting shortcut keys.
- GrabKeyDialog(Dialog, GrabKeyDialog.KeyBinding, List<GrabKeyDialog.KeyBinding>, Buffer) -
Constructor for class org.gjt.sp.jedit.gui.GrabKeyDialog
- Create and show a new modal dialog.
- GrabKeyDialog(Frame, GrabKeyDialog.KeyBinding, List<GrabKeyDialog.KeyBinding>, Buffer) -
Constructor for class org.gjt.sp.jedit.gui.GrabKeyDialog
- Create and show a new modal dialog.
- GrabKeyDialog.KeyBinding - Class in org.gjt.sp.jedit.gui
- A jEdit action or macro with its two possible shortcuts.
- GrabKeyDialog.KeyBinding(String, String, String, boolean) -
Constructor for class org.gjt.sp.jedit.gui.GrabKeyDialog.KeyBinding
-
- gridBag -
Variable in class org.gjt.sp.jedit.AbstractOptionPane
- The layout manager.
- GT -
Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-
- GTX -
Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-
- GUIUtilities - Class in org.gjt.sp.jedit
- Various GUI functions.
- GUIUtilities.UnixWorkaround - Class in org.gjt.sp.jedit
-
- GUIUtilities.UnixWorkaround(Window, String, Rectangle, int) -
Constructor for class org.gjt.sp.jedit.GUIUtilities.UnixWorkaround
-
- Gutter - Class in org.gjt.sp.jedit.textarea
- The gutter is the component that displays folding indicators and line
numbers to the left of the text area.
- Gutter(TextArea) -
Constructor for class org.gjt.sp.jedit.textarea.Gutter
-
- GutterOptionPane - Class in org.gjt.sp.jedit.options
-
- GutterOptionPane() -
Constructor for class org.gjt.sp.jedit.options.GutterOptionPane
-
- GutterPopupHandler - Interface in org.gjt.sp.jedit.textarea
-
- gv -
Variable in class org.gjt.sp.jedit.syntax.Chunk
-
- GZIP_MAGIC_1 -
Static variable in class org.gjt.sp.jedit.bufferio.BufferIORequest
- Deprecated.
- GZIP_MAGIC_2 -
Static variable in class org.gjt.sp.jedit.bufferio.BufferIORequest
- Deprecated.
- GZIPPED -
Static variable in class org.gjt.sp.jedit.Buffer
- This property is set to 'true' if the file should be GZipped.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |