Serialized Form
-
Package org.gjt.sp.jedit
-
Class org.gjt.sp.jedit.AbstractOptionPane
class AbstractOptionPane extends JPanel implements Serializable-
Serialized Fields
-
gridBag
GridBagLayout gridBag
The layout manager. -
initialized
boolean initialized
Has the option pane been initialized? -
name
String name
-
y
int y
The number of components already added to the layout manager.
-
-
-
Class org.gjt.sp.jedit.EditPane
class EditPane extends JPanel implements Serializable-
Serialized Fields
-
buffer
Buffer buffer
The current buffer. -
bufferSet
BufferSet bufferSet
-
bufferSwitcher
BufferSwitcher bufferSwitcher
-
caretsForPath
Map<String,
org.gjt.sp.jedit.EditPane.CaretInfo> caretsForPath -
init
boolean init
-
markerHighlight
org.gjt.sp.jedit.EditPane.MarkerHighlight markerHighlight
-
recentBuffer
Buffer recentBuffer
-
textArea
JEditTextArea textArea
The textArea inside the edit pane. -
view
View view
The View where the edit pane is.
-
-
-
Class org.gjt.sp.jedit.View
class View extends JFrame implements Serializable-
Serialized Fields
-
actionBar
ActionBar actionBar
-
bottomToolBars
JPanel bottomToolBars
-
closed
boolean closed
-
dockableWindowManager
DockableWindowManager dockableWindowManager
-
editPane
EditPane editPane
-
fullScreenMode
boolean fullScreenMode
-
inputHandler
InputHandler inputHandler
-
lastSplitConfig
String lastSplitConfig
-
mainContent
Component mainContent
-
mainPanel
JPanel mainPanel
-
menuBar
JMenuBar menuBar
-
next
View next
-
plainView
boolean plainView
-
prefixFocusOwner
Component prefixFocusOwner
-
prev
View prev
-
recorder
Macros.Recorder recorder
-
searchBar
SearchBar searchBar
-
showFullPath
boolean showFullPath
-
splitPane
JSplitPane splitPane
-
status
StatusBar status
-
toolBar
Container toolBar
-
toolBarManager
ToolBarManager toolBarManager
-
topToolBars
JPanel topToolBars
-
userTitle
String userTitle
-
waitCount
int waitCount
-
waitSocket
Socket waitSocket
-
windowedBounds
Rectangle windowedBounds
-
-
-
-
Package org.gjt.sp.jedit.browser
-
Class org.gjt.sp.jedit.browser.BrowserCommandsMenu
class BrowserCommandsMenu extends JPopupMenu implements Serializable-
Serialized Fields
-
autoDetect
JCheckBoxMenuItem autoDetect
-
browser
VFSBrowser browser
-
encodingMenuItems
HashMap<String,
JRadioButtonMenuItem> encodingMenuItems -
otherEncoding
JRadioButtonMenuItem otherEncoding
-
-
-
Class org.gjt.sp.jedit.browser.FileCellRenderer
class FileCellRenderer extends DefaultTableCellRenderer implements Serializable -
Class org.gjt.sp.jedit.browser.VFSBrowser
class VFSBrowser extends JPanel implements Serializable-
Serialized Fields
-
autoDetectEncoding
boolean autoDetectEncoding
-
browserView
org.gjt.sp.jedit.browser.BrowserView browserView
-
currentEncoding
String currentEncoding
-
defaultFocusComponent
JComponent defaultFocusComponent
-
doubleClickClose
boolean doubleClickClose
-
favorites
org.gjt.sp.jedit.browser.VFSBrowser.FavoritesMenuButton favorites
-
filterCheckbox
JCheckBox filterCheckbox
-
filterEditor
org.gjt.sp.jedit.browser.VFSBrowser.HistoryComboBoxEditor filterEditor
-
filterField
JComboBox<VFSFileFilter> filterField
-
historyStack
Stack<String> historyStack
-
horizontalLayout
boolean horizontalLayout
-
listenerList
EventListenerList listenerList
-
maybeReloadRequestRunning
boolean maybeReloadRequestRunning
-
mode
int mode
-
multipleSelection
boolean multipleSelection
-
nextDirectoryStack
Stack<String> nextDirectoryStack
-
path
String path
-
pathAndFilterPanel
JPanel pathAndFilterPanel
-
pathField
HistoryTextField pathField
-
plugins
org.gjt.sp.jedit.browser.VFSBrowser.PluginsMenuButton plugins
-
requestRunning
boolean requestRunning
-
showHiddenFiles
boolean showHiddenFiles
-
sortIgnoreCase
boolean sortIgnoreCase
-
sortMixFilesAndDirs
boolean sortMixFilesAndDirs
-
toolbarBox
Box toolbarBox
-
topBox
Box topBox
-
view
View view
-
-
-
Class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
class VFSDirectoryEntryTable extends JTable implements Serializable-
Serialized Fields
-
browserView
org.gjt.sp.jedit.browser.BrowserView browserView
-
header
JTableHeader header
-
renderer
FileCellRenderer renderer
-
resizingColumns
boolean resizingColumns
-
timer
Timer timer
-
typeSelectBuffer
StringBuffer typeSelectBuffer
-
-
-
Class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
class VFSDirectoryEntryTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
ascending
boolean ascending
-
extAttrs
List<org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel.ExtendedAttribute> extAttrs
-
files
org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel.Entry[] files
-
sortColumnIndex
int sortColumnIndex
-
-
-
Class org.gjt.sp.jedit.browser.VFSFileChooserDialog
class VFSFileChooserDialog extends EnhancedDialog implements Serializable-
Serialized Fields
-
browser
VFSBrowser browser
-
cancel
JButton cancel
-
filename
String filename
-
filenameField
VFSFileNameField filenameField
-
ioTaskHandler
TaskListener ioTaskHandler
-
isOK
boolean isOK
-
ok
JButton ok
-
-
-
Class org.gjt.sp.jedit.browser.VFSFileNameField
class VFSFileNameField extends HistoryTextField implements Serializable-
Serialized Fields
-
browser
VFSBrowser browser
-
-
-
-
Package org.gjt.sp.jedit.bsh
-
Class org.gjt.sp.jedit.bsh.BSHFormalComment
class BSHFormalComment extends org.gjt.sp.jedit.bsh.SimpleNode implements Serializable-
Serialized Fields
-
text
String text
-
-
-
Class org.gjt.sp.jedit.bsh.BshMethod
class BshMethod extends Object implements Serializable-
Serialized Fields
-
cparamTypes
Class[] cparamTypes
-
creturnType
Class creturnType
-
declaringNameSpace
NameSpace declaringNameSpace
-
javaMethod
Method javaMethod
-
javaObject
Object javaObject
-
methodBody
org.gjt.sp.jedit.bsh.BSHBlock methodBody
-
modifiers
Modifiers modifiers
-
name
String name
-
numArgs
int numArgs
-
paramNames
String[] paramNames
-
-
-
Class org.gjt.sp.jedit.bsh.BSHPackageDeclaration
class BSHPackageDeclaration extends org.gjt.sp.jedit.bsh.SimpleNode implements Serializable -
Exception org.gjt.sp.jedit.bsh.ClassPathException
class ClassPathException extends UtilEvalError implements Serializable -
Class org.gjt.sp.jedit.bsh.DelayedEvalBshMethod
class DelayedEvalBshMethod extends BshMethod implements Serializable -
Exception org.gjt.sp.jedit.bsh.EvalError
class EvalError extends Exception implements Serializable -
Class org.gjt.sp.jedit.bsh.ExternalNameSpace
class ExternalNameSpace extends NameSpace implements Serializable-
Serialized Fields
-
externalMap
Map externalMap
-
-
-
Class org.gjt.sp.jedit.bsh.Interpreter
class Interpreter extends Object implements Serializable-
Serialization Methods
-
readObject
De-serialization setup. Default out and err streams to stdout, stderr if they are null.- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
console
ConsoleInterface console
-
evalOnly
boolean evalOnly
-
exitOnEOF
boolean exitOnEOF
by default in interactive mode System.exit() on EOF -
globalNameSpace
NameSpace globalNameSpace
-
interactive
boolean interactive
-
parent
Interpreter parent
If this interpeter is a child of another, the parent -
showResults
boolean showResults
Control the verbose printing of results for the show() command. -
sourceFileInfo
String sourceFileInfo
The name of the file or other source that this interpreter is reading -
strictJava
boolean strictJava
Strict Java mode- See Also:
-
-
-
Exception org.gjt.sp.jedit.bsh.InterpreterError
class InterpreterError extends RuntimeException implements Serializable -
Class org.gjt.sp.jedit.bsh.Modifiers
class Modifiers extends Object implements Serializable-
Serialized Fields
-
modifiers
Hashtable modifiers
-
-
-
Class org.gjt.sp.jedit.bsh.NameSpace
class NameSpace extends Object implements Serializable-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
callerInfoNode
org.gjt.sp.jedit.bsh.SimpleNode callerInfoNode
The node associated with the creation of this namespace. This is used support getInvocationLine() and getInvocationText(). -
classInstance
Object classInstance
-
classStatic
Class classStatic
-
importedClasses
Hashtable importedClasses
-
importedCommands
Vector importedCommands
-
importedObjects
Vector importedObjects
-
importedPackages
Vector importedPackages
-
importedStatic
Vector importedStatic
-
isClass
boolean isClass
Note that the namespace is a class body or class instance namespace. This is used for controlling static/object import precedence, etc. -
isMethod
boolean isMethod
Note that the namespace is a method body namespace. This is used for printing stack traces in exceptions. -
methods
Hashtable methods
-
names
Hashtable names
Name resolver objects -
nameSourceListeners
Vector nameSourceListeners
-
nsName
String nsName
The name of this namespace. If the namespace is a method body namespace then this is the name of the method. If it's a class or class instance then it's the name of the class. -
packageName
String packageName
-
parent
NameSpace parent
-
thisReference
This thisReference
-
variables
Hashtable variables
-
-
-
Exception org.gjt.sp.jedit.bsh.ParseException
class ParseException extends EvalError implements Serializable-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
sourceFile
String sourceFile
-
specialConstructor
boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below). -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
-
Class org.gjt.sp.jedit.bsh.Primitive
class Primitive extends Object implements Serializable-
Serialized Fields
-
value
Object value
The primitive value stored in its java.lang wrapper class
-
-
-
Exception org.gjt.sp.jedit.bsh.TargetError
class TargetError extends EvalError implements Serializable-
Serialized Fields
-
inNativeCode
boolean inNativeCode
-
target
Throwable target
-
-
-
Class org.gjt.sp.jedit.bsh.This
class This extends Object implements Serializable-
Serialized Fields
-
namespace
NameSpace namespace
The namespace that this This reference wraps.
-
-
-
Class org.gjt.sp.jedit.bsh.Token
class Token extends Object implements Serializable-
Serialized Fields
-
beginColumn
int beginColumn
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token. -
beginLine
int beginLine
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token. -
endColumn
int endColumn
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token. -
endLine
int endLine
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
-
Error org.gjt.sp.jedit.bsh.TokenMgrError
class TokenMgrError extends Error implements Serializable-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Exception org.gjt.sp.jedit.bsh.UtilEvalError
class UtilEvalError extends Exception implements Serializable -
Exception org.gjt.sp.jedit.bsh.UtilTargetError
class UtilTargetError extends UtilEvalError implements Serializable-
Serialized Fields
-
t
Throwable t
-
-
-
Class org.gjt.sp.jedit.bsh.Variable
class Variable extends Object implements Serializable -
Class org.gjt.sp.jedit.bsh.XThis
class XThis extends This implements Serializable-
Serialized Fields
-
interfaces
Hashtable interfaces
A cache of proxy interface handlers. Currently just one per interface. -
invocationHandler
InvocationHandler invocationHandler
-
-
-
-
Package org.gjt.sp.jedit.bsh.classpath
-
Class org.gjt.sp.jedit.bsh.classpath.DiscreteFilesClassLoader.ClassSourceMap
class ClassSourceMap extends HashMap implements Serializable
-
-
Package org.gjt.sp.jedit.gui
-
Class org.gjt.sp.jedit.gui.AbbrevEditor
class AbbrevEditor extends JPanel implements Serializable-
Serialized Fields
-
abbrev
JTextField abbrev
-
afterCaret
JTextArea afterCaret
-
beforeCaret
JTextArea beforeCaret
-
-
-
Class org.gjt.sp.jedit.gui.AboutDialog
class AboutDialog extends JDialog implements Serializable -
Class org.gjt.sp.jedit.gui.AbstractContextOptionPane
class AbstractContextOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
actionContext
ActionContext actionContext
-
add
JButton add
-
buttons
JPanel buttons
-
caption
JLabel caption
-
list
JList<org.gjt.sp.jedit.gui.AbstractContextOptionPane.MenuItem> list
-
listModel
DefaultListModel<org.gjt.sp.jedit.gui.AbstractContextOptionPane.MenuItem> listModel
-
moveDown
JButton moveDown
-
moveUp
JButton moveUp
-
remove
JButton remove
-
reset
JButton reset
-
-
-
Class org.gjt.sp.jedit.gui.ActionBar
class ActionBar extends JToolBar implements Serializable-
Serialized Fields
-
action
HistoryTextField action
-
close
RolloverButton close
-
popup
org.gjt.sp.jedit.gui.ActionBar.CompletionPopup popup
-
repeatCount
int repeatCount
-
temp
boolean temp
-
view
View view
-
-
-
Class org.gjt.sp.jedit.gui.AddAbbrevDialog
class AddAbbrevDialog extends JDialog implements Serializable-
Serialized Fields
-
cancel
JButton cancel
-
editor
AbbrevEditor editor
-
global
JButton global
-
modeSpecific
JButton modeSpecific
-
view
View view
-
-
-
Class org.gjt.sp.jedit.gui.AddModeDialog
class AddModeDialog extends EnhancedDialog implements Serializable-
Serialized Fields
-
browse
JButton browse
-
cancel
JButton cancel
-
canceled
boolean canceled
-
filenameGlob
JTextField filenameGlob
-
firstLineGlob
JTextField firstLineGlob
-
modeFile
JTextField modeFile
-
modeName
JTextField modeName
-
ok
JButton ok
-
-
-
Class org.gjt.sp.jedit.gui.AnimatedIcon
class AnimatedIcon extends ImageIcon implements Serializable -
Class org.gjt.sp.jedit.gui.BeanShellErrorDialog
class BeanShellErrorDialog extends TextAreaDialog implements Serializable -
Class org.gjt.sp.jedit.gui.BufferOptions
class BufferOptions extends EnhancedDialog implements Serializable-
Serialized Fields
-
cancel
JButton cancel
-
ok
JButton ok
-
panel
BufferOptionPane panel
-
-
-
Class org.gjt.sp.jedit.gui.BufferSwitcher
-
Class org.gjt.sp.jedit.gui.CloseDialog
class CloseDialog extends EnhancedDialog implements Serializable -
Class org.gjt.sp.jedit.gui.ColorChooserDialog
class ColorChooserDialog extends JDialog implements Serializable-
Serialized Fields
-
colorChooser
JColorChooser colorChooser
-
initialColor
Color initialColor
-
-
-
Class org.gjt.sp.jedit.gui.ColorWellButton
class ColorWellButton extends JButton implements Serializable -
Class org.gjt.sp.jedit.gui.CompleteWord
class CompleteWord extends CompletionPopup implements Serializable-
Serialized Fields
-
buffer
Buffer buffer
-
noWordSep
String noWordSep
-
textArea
JEditTextArea textArea
-
view
View view
-
word
String word
-
-
-
Class org.gjt.sp.jedit.gui.CompletionPopup
class CompletionPopup extends JWindow implements Serializable-
Serialized Fields
-
candidates
CompletionPopup.Candidates candidates
-
keyHandler
org.gjt.sp.jedit.gui.CompletionPopup.KeyHandler keyHandler
-
list
JList list
-
view
View view
-
-
-
Class org.gjt.sp.jedit.gui.ContextAddDialog
class ContextAddDialog extends EnhancedDialog implements Serializable-
Serialized Fields
-
action
JRadioButton action
-
cancel
JButton cancel
-
combo
JComboBox<ActionSet> combo
-
isOK
boolean isOK
-
list
JList<org.gjt.sp.jedit.gui.AbstractContextOptionPane.MenuItem> list
-
ok
JButton ok
-
separator
JRadioButton separator
-
-
-
Class org.gjt.sp.jedit.gui.DockableWindowManager
class DockableWindowManager extends JPanel implements Serializable-
Serialized Fields
-
alternateLayout
boolean alternateLayout
-
closeToggle
boolean closeToggle
-
factory
DockableWindowFactory factory
-
plugins
Map<PluginJAR,
Set<String>> plugins -
positions
Map<String,
String> positions -
tBottom
boolean tBottom
-
tLeft
boolean tLeft
-
tRight
boolean tRight
-
tTop
boolean tTop
-
view
View view
-
windows
Map<String,
JComponent> windows
-
-
-
Class org.gjt.sp.jedit.gui.DockableWindowManagerImpl
class DockableWindowManagerImpl extends DockableWindowManager implements Serializable-
Serialized Fields
-
bottom
PanelWindowContainer bottom
-
clones
List<org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry> clones
-
continuousLayout
boolean continuousLayout
-
lastEntry
org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry lastEntry
-
left
PanelWindowContainer left
-
resizePos
int resizePos
-
resizeRect
Rectangle resizeRect
This is the rectangle you drag to resize the split. It is used with non continuous layout. -
right
PanelWindowContainer right
-
showStack
Stack<String> showStack
-
top
PanelWindowContainer top
-
windows
Map<String,
org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry> windows A mapping from Strings to Entry objects.
-
-
-
Class org.gjt.sp.jedit.gui.DropShadowBorder
class DropShadowBorder extends AbstractBorder implements Serializable-
Serialized Fields
-
_color
Color _color
-
_width
int _width
-
-
-
Class org.gjt.sp.jedit.gui.EditAbbrevDialog
class EditAbbrevDialog extends JDialog implements Serializable-
Serialized Fields
-
abbrevs
Map abbrevs
-
cancel
JButton cancel
-
editor
AbbrevEditor editor
-
isOK
boolean isOK
-
ok
JButton ok
-
originalAbbrev
String originalAbbrev
-
-
-
Class org.gjt.sp.jedit.gui.EnhancedButton
class EnhancedButton extends RolloverButton implements Serializable -
Class org.gjt.sp.jedit.gui.EnhancedDialog
class EnhancedDialog extends JDialog implements Serializable-
Serialized Fields
-
enterEnabled
boolean enterEnabled
-
keyHandler
org.gjt.sp.jedit.gui.EnhancedDialog.KeyHandler keyHandler
-
-
-
Class org.gjt.sp.jedit.gui.ErrorListDialog
class ErrorListDialog extends EnhancedDialog implements Serializable -
Class org.gjt.sp.jedit.gui.ErrorListDialog.JTextPaneSized
class JTextPaneSized extends JTextPane implements Serializable -
Class org.gjt.sp.jedit.gui.FilePropertiesDialog
class FilePropertiesDialog extends EnhancedDialog implements Serializable-
Serialized Fields
-
browser
VFSBrowser browser
-
cancelButton
JButton cancelButton
-
infoIcon
JLabel infoIcon
-
local
VFSFile local
-
nameTextField
JTextField nameTextField
-
okButton
JButton okButton
-
readable
JCheckBox readable
-
selectedFiles
VFSFile[] selectedFiles
-
write
JCheckBox write
-
-
-
Class org.gjt.sp.jedit.gui.FilesChangedDialog
class FilesChangedDialog extends EnhancedDialog implements Serializable-
Serialized Fields
-
bufferTree
JTree bufferTree
-
bufferTreeModel
DefaultTreeModel bufferTreeModel
-
close
JButton close
-
ignore
JButton ignore
-
reload
JButton reload
-
root
DefaultMutableTreeNode root
-
selectAll
JButton selectAll
-
selectAllInProgress
boolean selectAllInProgress
-
view
View view
-
-
-
Class org.gjt.sp.jedit.gui.FilteredListModel
class FilteredListModel extends AbstractListModel implements Serializable-
Serialized Fields
-
-
Class org.gjt.sp.jedit.gui.FilteredTableModel
class FilteredTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
-
Class org.gjt.sp.jedit.gui.FloatingWindowContainer
class FloatingWindowContainer extends JFrame implements Serializable-
Serialized Fields
-
clone
boolean clone
-
dockableName
String dockableName
-
dockableWindowManager
DockableWindowManagerImpl dockableWindowManager
-
entry
org.gjt.sp.jedit.gui.DockableWindowManagerImpl.Entry entry
-
menu
JButton menu
-
-
-
Class org.gjt.sp.jedit.gui.FontSelector
class FontSelector extends JButton implements Serializable-
Serialized Fields
-
antiAlias
boolean antiAlias
-
-
-
Class org.gjt.sp.jedit.gui.FontSelectorDialog
class FontSelectorDialog extends EnhancedDialog implements Serializable-
Serialized Fields
-
cancel
JButton cancel
-
familyField
JTextField familyField
-
familyList
JList<String> familyList
-
fontSelector
FontSelector fontSelector
-
isOK
boolean isOK
-
ok
JButton ok
-
preview
JLabel preview
-
sizeField
JTextField sizeField
-
sizeList
JList<String> sizeList
-
styleField
JTextField styleField
-
styleList
JList<String> styleList
-
-
-
Class org.gjt.sp.jedit.gui.GrabKeyDialog
class GrabKeyDialog extends JDialog implements Serializable-
Serialized Fields
-
allBindings
List<GrabKeyDialog.KeyBinding> allBindings
-
assignedTo
JLabel assignedTo
-
binding
GrabKeyDialog.KeyBinding binding
-
cancel
JButton cancel
-
clear
JButton clear
-
debugBuffer
Buffer debugBuffer
-
isOK
boolean isOK
-
ok
JButton ok
-
remove
JButton remove
-
shortcut
org.gjt.sp.jedit.gui.GrabKeyDialog.InputPane shortcut
-
-
-
Class org.gjt.sp.jedit.gui.HistoryModel
-
Serialized Fields
-
max
int max
-
maxSize
int maxSize
-
name
String name
-
-
-
Class org.gjt.sp.jedit.gui.HistoryTextArea
class HistoryTextArea extends JTextArea implements Serializable-
Serialized Fields
-
controller
HistoryText controller
-
-
-
Class org.gjt.sp.jedit.gui.HistoryTextField
class HistoryTextField extends JTextField implements Serializable-
Serialized Fields
-
controller
HistoryText controller
-
enterAddsToHistory
boolean enterAddsToHistory
-
selectAllOnFocus
boolean selectAllOnFocus
-
-
-
Class org.gjt.sp.jedit.gui.JCheckBoxList
class JCheckBoxList extends JTable implements Serializable-
Serialized Fields
-
dummy
TableCellRenderer dummy
-
-
-
Class org.gjt.sp.jedit.gui.LogViewer
class LogViewer extends JPanel implements Serializable-
Serialized Fields
-
cellRenderer
org.gjt.sp.jedit.gui.LogViewer.ColorizerCellRenderer cellRenderer
-
copy
JButton copy
-
filter
JTextField filter
-
list
JList<String> list
-
listHandler
org.gjt.sp.jedit.gui.LogViewer.ListHandler listHandler
-
listModel
FilteredListModel<ListModel<String>> listModel
-
tail
JCheckBox tail
-
tailIsOn
boolean tailIsOn
-
-
-
Class org.gjt.sp.jedit.gui.MarkerViewer
class MarkerViewer extends JPanel implements Serializable-
Serialized Fields
-
clear
RolloverButton clear
-
markerList
JList<Marker> markerList
-
markerListScroller
JScrollPane markerListScroller
-
next
RolloverButton next
-
previous
RolloverButton previous
-
view
View view
-
-
-
Class org.gjt.sp.jedit.gui.NumericTextField
class NumericTextField extends JTextField implements Serializable-
Serialized Fields
-
defaultBackground
Color defaultBackground
-
defaultForeground
Color defaultForeground
-
integerOnly
boolean integerOnly
-
invalidStyle
SyntaxStyle invalidStyle
-
maxValue
Number maxValue
-
minValue
Number minValue
-
positiveOnly
boolean positiveOnly
-
-
-
Class org.gjt.sp.jedit.gui.OptionsDialog
class OptionsDialog extends EnhancedDialog implements Serializable-
Serialized Fields
-
apply
JButton apply
-
cancel
JButton cancel
-
currentPane
OptionPane currentPane
-
deferredOptionPanes
Map<Object,
OptionPane> deferredOptionPanes -
name
String name
-
ok
JButton ok
-
paneTree
JTree paneTree
-
splitter
JSplitPane splitter
-
stage
JScrollPane stage
-
-
-
Class org.gjt.sp.jedit.gui.OptionsDialog.PaneNameRenderer
class PaneNameRenderer extends EnhancedTreeCellRenderer implements Serializable -
Class org.gjt.sp.jedit.gui.PasteFromListDialog
class PasteFromListDialog extends EnhancedDialog implements Serializable -
Class org.gjt.sp.jedit.gui.PasteSpecialDialog
class PasteSpecialDialog extends EnhancedDialog implements Serializable-
Serialized Fields
-
flavorList
JList<DataFlavor> flavorList
-
textArea
TextArea textArea
-
-
-
Class org.gjt.sp.jedit.gui.PingPongList
class PingPongList extends JPanel implements Serializable-
Serialized Fields
-
buttonsBox
Box buttonsBox
-
left
JList<E> left
-
leftLabel
JLabel leftLabel
-
leftModel
org.gjt.sp.jedit.gui.PingPongList.MyListModel<E> leftModel
-
leftPanel
JPanel leftPanel
-
right
JList<E> right
-
rightLabel
JLabel rightLabel
-
rightModel
org.gjt.sp.jedit.gui.PingPongList.MyListModel<E> rightModel
-
rightPanel
JPanel rightPanel
-
selectAllButton
JButton selectAllButton
-
selectNoneButton
JButton selectNoneButton
-
-
-
Class org.gjt.sp.jedit.gui.RegisterViewer
class RegisterViewer extends JPanel implements Serializable-
Serialized Fields
-
contentTextArea
JTextArea contentTextArea
-
documentHandler
org.gjt.sp.jedit.gui.RegisterViewer.DocumentHandler documentHandler
-
editing
boolean editing
-
popup
JPopupMenu popup
-
registerList
JList<String> registerList
contains either a - String object (no Register is registered yet, "view-registers.none") or - Character objects ("name" of the register; char value must be between 0 and 255, see Registers.java) changed so this can use generics, the registerList now can contain only Strings, either "view-registers.none" or a single character string, where the single char must have a value between 0 and 255. (More realisticly, it should be a character than can actually be typed from a keyboard.) -
splitPane
JSplitPane splitPane
-
view
View view
-
-
-
Class org.gjt.sp.jedit.gui.RolloverButton
class RolloverButton extends JButton implements Serializable-
Serialized Fields
-
revalidateBlocked
boolean revalidateBlocked
-
-
-
Class org.gjt.sp.jedit.gui.SelectLineRange
class SelectLineRange extends EnhancedDialog implements Serializable-
Serialized Fields
-
cancel
JButton cancel
-
endField
NumericTextField endField
-
ok
JButton ok
-
startField
NumericTextField startField
-
view
View view
-
-
-
Class org.gjt.sp.jedit.gui.ShortcutPrefixActiveEvent
class ShortcutPrefixActiveEvent extends ChangeEvent implements Serializable-
Serialized Fields
-
active
boolean active
Description of the Field -
bindings
Hashtable bindings
Description of the Field
-
-
-
Class org.gjt.sp.jedit.gui.SplashScreen
class SplashScreen extends JComponent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
firstAdvanceTime
long firstAdvanceTime
-
fm
FontMetrics fm
-
image
Image image
-
label
String label
-
labelFont
Font labelFont
-
lastAdvanceTime
long lastAdvanceTime
-
lastLabel
String lastLabel
-
progress
int progress
-
realSplash
SplashScreen realSplash
-
versionColor1
Color versionColor1
-
versionColor2
Color versionColor2
-
win
JWindow win
-
-
Class org.gjt.sp.jedit.gui.StatusBar
class StatusBar extends JPanel implements Serializable-
Serialized Fields
-
box
Box box
-
buf
StringBuilder buf
-
caretStatus
ToolTipLabel caretStatus
-
currentBar
String currentBar
-
currentMessageIsIO
boolean currentMessageIsIO
-
encodingWidget
Widget encodingWidget
-
foldWidget
Widget foldWidget
-
indentWidget
Widget indentWidget
-
lineSepWidget
Widget lineSepWidget
-
lockedWidget
Widget lockedWidget
-
message
JLabel message
-
messageComp
Component messageComp
-
modeWidget
Widget modeWidget
-
multiSelectWidget
Widget multiSelectWidget
-
overwriteWidget
Widget overwriteWidget
-
panel
JPanel panel
-
rectSelectWidget
Widget rectSelectWidget
-
seg
Segment seg
-
showCaretStatus
boolean showCaretStatus
-
taskHandler
org.gjt.sp.jedit.gui.StatusBar.TaskHandler taskHandler
-
tempTimer
Timer tempTimer
-
view
View view
-
wrapWidget
Widget wrapWidget
-
-
-
Class org.gjt.sp.jedit.gui.StyleEditor
class StyleEditor extends EnhancedDialog implements Serializable-
Serialized Fields
-
bgColor
ColorWellButton bgColor
-
bgColorCheckBox
JCheckBox bgColorCheckBox
-
bold
JCheckBox bold
-
cancel
JButton cancel
-
fgColor
ColorWellButton fgColor
-
fgColorCheckBox
JCheckBox fgColorCheckBox
-
italics
JCheckBox italics
-
ok
JButton ok
-
okClicked
boolean okClicked
-
-
-
Class org.gjt.sp.jedit.gui.TaskMonitor
class TaskMonitor extends JPanel implements Serializable -
Class org.gjt.sp.jedit.gui.TextAreaDialog
class TextAreaDialog extends EnhancedDialog implements Serializable -
Class org.gjt.sp.jedit.gui.TipOfTheDay
class TipOfTheDay extends EnhancedDialog implements Serializable-
Serialized Fields
-
close
JButton close
-
currentTip
int currentTip
-
nextTip
JButton nextTip
-
showNextTime
JCheckBox showNextTime
-
tipText
JEditorPane tipText
-
-
-
Class org.gjt.sp.jedit.gui.VariableGridLayout
class VariableGridLayout extends Object implements Serializable-
Serialized Fields
-
distanceToBorders
Insets distanceToBorders
-
hgap
int hgap
-
mode
int mode
-
size
int size
-
takeSizesIntoAccount
boolean takeSizesIntoAccount
-
vgap
int vgap
-
-
-
-
Package org.gjt.sp.jedit.gui.statusbar
-
Class org.gjt.sp.jedit.gui.statusbar.ToolTipLabel
class ToolTipLabel extends JLabel implements Serializable
-
-
Package org.gjt.sp.jedit.help
-
Class org.gjt.sp.jedit.help.HelpSearchPanel
class HelpSearchPanel extends JPanel implements Serializable-
Serialized Fields
-
helpViewer
HelpViewerInterface helpViewer
-
index
org.gjt.sp.jedit.help.HelpIndex index
-
results
JList<org.gjt.sp.jedit.help.HelpSearchPanel.Result> results
-
searchField
HistoryTextField searchField
-
-
-
Class org.gjt.sp.jedit.help.HelpTOCPanel
class HelpTOCPanel extends JPanel implements Serializable-
Serialized Fields
-
helpViewer
HelpViewerInterface helpViewer
-
nodes
Map<String,
DefaultMutableTreeNode> nodes -
toc
JTree toc
-
tocModel
DefaultTreeModel tocModel
-
-
-
Class org.gjt.sp.jedit.help.HelpViewer
class HelpViewer extends JFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
back
HistoryButton back
-
baseURL
String baseURL
-
forward
HistoryButton forward
-
historyModel
HelpHistoryModel historyModel
-
queuedTOCReload
boolean queuedTOCReload
-
shortURL
String shortURL
-
splitter
JSplitPane splitter
-
title
JLabel title
-
toc
HelpTOCPanel toc
-
viewer
JEditorPane viewer
-
viewerScrollPane
JScrollPane viewerScrollPane
-
-
Class org.gjt.sp.jedit.help.HistoryButton
class HistoryButton extends JPanel implements Serializable-
Serialized Fields
-
arrow_button
RolloverButton arrow_button
-
arrowActionListener
ActionListener arrowActionListener
-
drop_button
RolloverButton drop_button
-
history
HelpHistoryModel history
-
historyList
JPopupMenu historyList
-
type
int type
-
-
-
-
Package org.gjt.sp.jedit.io
-
Class org.gjt.sp.jedit.io.FavoritesVFS.Favorite
class Favorite extends VFSFile implements Serializable-
Serialized Fields
-
label
String label
-
-
-
Class org.gjt.sp.jedit.io.FileVFS.LocalFile
class LocalFile extends VFSFile implements Serializable-
Serialized Fields
-
file
File file
-
modified
long modified
-
-
-
Class org.gjt.sp.jedit.io.VFSFile
class VFSFile extends Object implements Serializable-
Serialized Fields
-
canRead
boolean canRead
-
canWrite
boolean canWrite
-
color
Color color
-
colorCalculated
boolean colorCalculated
-
deletePath
String deletePath
-
fetchedAttrs
boolean fetchedAttrs
This is true if the attributes are already fetched. -
hidden
boolean hidden
-
length
long length
-
name
String name
-
path
String path
-
symlinkPath
String symlinkPath
-
type
int type
-
-
-
-
Package org.gjt.sp.jedit.menu
-
Package org.gjt.sp.jedit.options
-
Class org.gjt.sp.jedit.options.AbbrevsOptionPane
class AbbrevsOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
abbrevsTable
JTable abbrevsTable
-
add
JButton add
-
edit
JButton edit
-
expandOnInput
JCheckBox expandOnInput
-
globalAbbrevs
org.gjt.sp.jedit.options.AbbrevsOptionPane.AbbrevsModel globalAbbrevs
-
modeAbbrevs
Map<String,
org.gjt.sp.jedit.options.AbbrevsOptionPane.AbbrevsModel> modeAbbrevs -
remove
JButton remove
-
setsComboBox
JComboBox<String> setsComboBox
-
-
-
Class org.gjt.sp.jedit.options.AppearanceOptionPane
class AppearanceOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
decorateDialogs
JCheckBox decorateDialogs
-
decorateFrames
JCheckBox decorateFrames
-
helpViewerFont
FontSelector helpViewerFont
-
history
JTextField history
-
iconThemes
JComboBox<String> iconThemes
-
lfs
UIManager.LookAndFeelInfo[] lfs
-
lnfChanged
boolean lnfChanged
-
lookAndFeel
JComboBox<String> lookAndFeel
-
menuSpillover
JTextField menuSpillover
-
primaryFont
FontSelector primaryFont
-
secondaryFont
FontSelector secondaryFont
-
showSplash
JCheckBox showSplash
-
showTips
JCheckBox showTips
-
systemTrayIcon
JCheckBox systemTrayIcon
-
textColors
JCheckBox textColors
-
-
-
Class org.gjt.sp.jedit.options.BrowserColorsOptionPane
class BrowserColorsOptionPane extends AbstractOptionPane implements Serializable -
Class org.gjt.sp.jedit.options.BrowserContextOptionPane
class BrowserContextOptionPane extends AbstractContextOptionPane implements Serializable -
Class org.gjt.sp.jedit.options.BrowserOptionPane
class BrowserOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
currentBufferFilter
JCheckBox currentBufferFilter
-
defaultDirectory
JComboBox<String> defaultDirectory
-
doubleClickClose
JCheckBox doubleClickClose
-
showHiddenFiles
JCheckBox showHiddenFiles
-
showIcons
JCheckBox showIcons
-
showMenubar
JCheckBox showMenubar
-
showToolbar
JCheckBox showToolbar
-
sortIgnoreCase
JCheckBox sortIgnoreCase
-
sortMixFilesAndDirs
JCheckBox sortMixFilesAndDirs
-
useDefaultIcons
JCheckBox useDefaultIcons
-
-
-
Class org.gjt.sp.jedit.options.BufferOptionPane
class BufferOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
autoIndent
JComboBox<String> autoIndent
-
buffer
Buffer buffer
-
checkModStatus
JComboBox<String> checkModStatus
-
elasticTabstops
JCheckBox elasticTabstops
-
encoding
JComboBox<String> encoding
-
folding
JComboBox<String> folding
-
gzipped
JCheckBox gzipped
-
indentSize
JComboBox<String> indentSize
-
lineSeparator
JComboBox<String> lineSeparator
-
locked
JCheckBox locked
-
maxLineLen
JComboBox<String> maxLineLen
-
mode
JComboBox<Mode> mode
-
modes
Mode[] modes
-
noTabs
JCheckBox noTabs
-
tabSize
JComboBox<String> tabSize
-
wrap
JComboBox<String> wrap
-
-
-
Class org.gjt.sp.jedit.options.ContextOptionPane
class ContextOptionPane extends AbstractContextOptionPane implements Serializable-
Serialized Fields
-
includeOptionsLink
JCheckBox includeOptionsLink
-
-
-
Class org.gjt.sp.jedit.options.DockingOptionPane
class DockingOptionPane extends AbstractOptionPane implements Serializable -
Class org.gjt.sp.jedit.options.EditingOptionPane
class EditingOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
editModes
EditModesPane editModes
-
modeSettings
ModeSettingsPane modeSettings
-
undoSettings
UndoPane undoSettings
-
-
-
Class org.gjt.sp.jedit.options.EditModesPane
class EditModesPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
browse
JButton browse
-
defaultMode
JComboBox<Mode> defaultMode
-
deleteSelectedButton
JButton deleteSelectedButton
-
filenameGlob
JTextField filenameGlob
-
firstLineGlob
JTextField firstLineGlob
-
modeFile
JTextField modeFile
-
modeName
JTextField modeName
-
ok
JButton ok
-
pingPongList
PingPongList<Mode> pingPongList
-
-
-
Class org.gjt.sp.jedit.options.EncodingsOptionPane
class EncodingsOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
defaultEncoding
JComboBox<String> defaultEncoding
-
encodingAutodetect
JCheckBox encodingAutodetect
-
encodingDetectors
JTextField encodingDetectors
-
fallbackEncodings
JTextField fallbackEncodings
-
lineSeparator
JComboBox<String> lineSeparator
-
pingPongList
PingPongList<String> pingPongList
-
-
-
Class org.gjt.sp.jedit.options.FirewallOptionPane
class FirewallOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
httpEnabled
JCheckBox httpEnabled
-
httpHost
JTextField httpHost
-
httpNonProxy
JTextField httpNonProxy
-
httpPass
JPasswordField httpPass
-
httpPort
JTextField httpPort
-
httpUser
JTextField httpUser
-
socksEnabled
JCheckBox socksEnabled
-
socksHost
JTextField socksHost
-
socksPort
JTextField socksPort
-
-
-
Class org.gjt.sp.jedit.options.GeneralOptionPane
class GeneralOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
checkModStatus
JComboBox<String> checkModStatus
-
checkModStatusUpon
JComboBox<String> checkModStatusUpon
-
closeAllConfirm
JCheckBox closeAllConfirm
-
hideOpen
JCheckBox hideOpen
-
hypersearchResultsWarning
JSpinner hypersearchResultsWarning
-
lang
JComboBox<String> lang
-
persistentMarkers
JCheckBox persistentMarkers
-
recentFiles
JSpinner recentFiles
-
restore
JCheckBox restore
-
restoreCLI
JCheckBox restoreCLI
-
restoreRemote
JCheckBox restoreRemote
-
restoreSplits
JCheckBox restoreSplits
-
saveCaret
JCheckBox saveCaret
-
sortRecent
JCheckBox sortRecent
-
useDefaultLocale
JCheckBox useDefaultLocale
-
-
-
Class org.gjt.sp.jedit.options.GlobalOptions
class GlobalOptions extends OptionsDialog implements Serializable -
Class org.gjt.sp.jedit.options.GutterOptionPane
class GutterOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
foldPainter
JComboBox<String> foldPainter
-
gutterBackground
ColorWellButton gutterBackground
-
gutterComponents
JPanel gutterComponents
-
gutterCurrentLineHighlight
ColorWellButton gutterCurrentLineHighlight
-
gutterCurrentLineHighlightEnabled
JCheckBox gutterCurrentLineHighlightEnabled
-
gutterEnabled
JCheckBox gutterEnabled
-
gutterFocusBorder
ColorWellButton gutterFocusBorder
-
gutterFoldMarkers
ColorWellButton gutterFoldMarkers
-
gutterFont
FontSelector gutterFont
-
gutterForeground
ColorWellButton gutterForeground
-
gutterHighlightColor
ColorWellButton gutterHighlightColor
-
gutterHighlightInterval
JTextField gutterHighlightInterval
-
gutterMarkerHighlight
ColorWellButton gutterMarkerHighlight
-
gutterMarkerHighlightEnabled
JCheckBox gutterMarkerHighlightEnabled
-
gutterNoFocusBorder
ColorWellButton gutterNoFocusBorder
-
gutterStructureHighlight
ColorWellButton gutterStructureHighlight
-
gutterStructureHighlightEnabled
JCheckBox gutterStructureHighlightEnabled
-
lineNumbersEnabled
JCheckBox lineNumbersEnabled
-
minLineNumberDigits
JTextField minLineNumberDigits
-
painters
String[] painters
-
selectionAreaBgColor
ColorWellButton selectionAreaBgColor
-
selectionAreaEnabled
JCheckBox selectionAreaEnabled
-
selectionAreaWidth
JTextField selectionAreaWidth
-
-
-
Class org.gjt.sp.jedit.options.LargeFilesOptionPane
class LargeFilesOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
askLargeFileMode
JRadioButton askLargeFileMode
-
fullSyntaxLargeFileMode
JRadioButton fullSyntaxLargeFileMode
-
limitedSyntaxLargeFileMode
JRadioButton limitedSyntaxLargeFileMode
-
noHighlightLargeFileMode
JRadioButton noHighlightLargeFileMode
-
-
-
Class org.gjt.sp.jedit.options.ModeSettingsPane
class ModeSettingsPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
autoIndent
JComboBox<String> autoIndent
-
camelCasedWords
JCheckBox camelCasedWords
-
captionBox
Box captionBox
-
collapseFolds
JTextField collapseFolds
-
current
org.gjt.sp.jedit.options.ModeSettingsPane.ModeProperties current
-
deepIndent
JCheckBox deepIndent
-
elasticTabstops
JCheckBox elasticTabstops
-
filenameGlob
JTextField filenameGlob
-
firstlineGlob
JTextField firstlineGlob
-
folding
JComboBox<String> folding
-
global
org.gjt.sp.jedit.options.ModeSettingsPane.ModeProperties global
-
indentSize
JComboBox<String> indentSize
-
maxLineLen
JComboBox<String> maxLineLen
-
mode
JComboBox<String> mode
-
modeNames
String[] modeNames
-
modeProps
org.gjt.sp.jedit.options.ModeSettingsPane.ModeProperties[] modeProps
-
noTabs
JCheckBox noTabs
-
noWordSep
JTextField noWordSep
-
tabSize
JComboBox<String> tabSize
-
useDefaults
JCheckBox useDefaults
-
wrap
JComboBox<String> wrap
-
-
-
Class org.gjt.sp.jedit.options.MouseOptionPane
class MouseOptionPane extends AbstractOptionPane implements Serializable -
Class org.gjt.sp.jedit.options.PluginManagerOptionPane
class PluginManagerOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
cacheForSpinner
JSpinner cacheForSpinner
-
deleteDownloads
JCheckBox deleteDownloads
-
disableObsolete
JCheckBox disableObsolete
-
downloadSource
JCheckBox downloadSource
-
miraList
JList<String> miraList
-
miraModel
org.gjt.sp.jedit.options.PluginManagerOptionPane.MirrorModel miraModel
-
mirrorLabel
JLabel mirrorLabel
-
settingsDir
JRadioButton settingsDir
-
spinnerModel
SpinnerNumberModel spinnerModel
-
updateMirrors
JButton updateMirrors
The button to update mirror list. -
updateStatus
JLabel updateStatus
A label telling if the mirror list is being updated.
-
-
-
Class org.gjt.sp.jedit.options.PluginOptions
class PluginOptions extends OptionsDialog implements Serializable-
Serialized Fields
-
pluginsGroup
OptionGroup pluginsGroup
-
-
-
Class org.gjt.sp.jedit.options.PluginOptions.NoPluginsPane
class NoPluginsPane extends AbstractOptionPane implements Serializable -
Class org.gjt.sp.jedit.options.PrintOptionPane
class PrintOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
color
JCheckBox color
-
font
FontSelector font
-
force13
JCheckBox force13
-
glyphVector
JCheckBox glyphVector
-
printFolds
JCheckBox printFolds
-
printFooter
JCheckBox printFooter
-
printHeader
JCheckBox printHeader
-
printLineNumbers
JCheckBox printLineNumbers
-
tabSize
JComboBox<String> tabSize
-
useSystemDialog
JCheckBox useSystemDialog
-
-
-
Class org.gjt.sp.jedit.options.SaveBackupOptionPane
class SaveBackupOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
autosave
JTextField autosave
-
autosaveDirectory
JTextField autosaveDirectory
-
autosaveUntitled
JCheckBox autosaveUntitled
-
backupDirectory
JTextField backupDirectory
-
backupEverySave
JCheckBox backupEverySave
-
backupPrefix
JTextField backupPrefix
-
backups
JTextField backups
-
backupSuffix
JTextField backupSuffix
-
confirmSaveAll
JCheckBox confirmSaveAll
-
saveAsUsesFSB
JCheckBox saveAsUsesFSB
-
suppressNotSavedConfirmUntitled
JCheckBox suppressNotSavedConfirmUntitled
-
twoStageSave
JCheckBox twoStageSave
-
useMD5forDirtyCalculation
JCheckBox useMD5forDirtyCalculation
-
-
-
Class org.gjt.sp.jedit.options.ShortcutsOptionPane
class ShortcutsOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
allBindings
List<GrabKeyDialog.KeyBinding> allBindings
-
deleteKeymap
JButton deleteKeymap
-
duplicateKeymap
JButton duplicateKeymap
-
filteredModel
FilteredTableModel<org.gjt.sp.jedit.options.ShortcutsOptionPane.ShortcutsModel> filteredModel
-
filterTF
JTextField filterTF
-
keymaps
JComboBox<String> keymaps
-
keyTable
JTable keyTable
-
models
Vector<org.gjt.sp.jedit.options.ShortcutsOptionPane.ShortcutsModel> models
-
resetKeymap
JButton resetKeymap
-
selectedKeymap
Keymap selectedKeymap
The selected keymap. It is a copy of the current keymap in the beginning, but it may be another one -
selectModel
JComboBox<org.gjt.sp.jedit.options.ShortcutsOptionPane.ShortcutsModel> selectModel
-
-
-
Class org.gjt.sp.jedit.options.StatusBarOptionPane
class StatusBarOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
add
RolloverButton add
-
backgroundColor
ColorWellButton backgroundColor
-
edit
RolloverButton edit
-
foregroundColor
ColorWellButton foregroundColor
-
list
JList<String> list
-
listModel
DefaultListModel<String> listModel
-
memBackgroundColor
ColorWellButton memBackgroundColor
-
memForegroundColor
ColorWellButton memForegroundColor
-
moveDown
RolloverButton moveDown
-
moveUp
RolloverButton moveUp
-
previewStatusBar
JLabel previewStatusBar
-
remove
RolloverButton remove
-
showCaretBufferLength
JCheckBox showCaretBufferLength
-
showCaretDot
JCheckBox showCaretDot
-
showCaretLineNumber
JCheckBox showCaretLineNumber
-
showCaretOffset
JCheckBox showCaretOffset
-
showCaretVirtual
JCheckBox showCaretVirtual
-
showStatusbar
JCheckBox showStatusbar
-
showStatusbarPlain
JCheckBox showStatusbarPlain
-
-
-
Class org.gjt.sp.jedit.options.SyntaxHiliteOptionPane
class SyntaxHiliteOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
styleModel
org.gjt.sp.jedit.options.SyntaxHiliteOptionPane.StyleTableModel styleModel
-
styleTable
JTable styleTable
-
-
-
Class org.gjt.sp.jedit.options.TextAreaOptionPane
class TextAreaOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
antiAlias
JComboBox<String> antiAlias
-
backgroundColor
ColorWellButton backgroundColor
-
blinkCaret
JCheckBox blinkCaret
-
blockCaret
JCheckBox blockCaret
-
caretColor
ColorWellButton caretColor
-
completeFromAllBuffers
JCheckBox completeFromAllBuffers
-
electricBorders
JCheckBox electricBorders
-
eolMarkerColor
ColorWellButton eolMarkerColor
-
eolMarkers
JCheckBox eolMarkers
-
font
FontSelector font
-
fontSubst
JCheckBox fontSubst
-
fontSubstList
org.gjt.sp.jedit.options.TextAreaOptionPane.FontList fontSubstList
-
fontSubstSystemFonts
JCheckBox fontSubstSystemFonts
-
foregroundColor
ColorWellButton foregroundColor
-
fracFontMetrics
JCheckBox fracFontMetrics
-
insertCompletionWithDigit
JCheckBox insertCompletionWithDigit
-
lineHighlight
JCheckBox lineHighlight
-
lineHighlightColor
ColorWellButton lineHighlightColor
-
lineSpacing
JTextField lineSpacing
-
multipleSelectionColor
ColorWellButton multipleSelectionColor
-
pageBreaks
JCheckBox pageBreaks
-
pageBreaksColor
ColorWellButton pageBreaksColor
-
selectionColor
ColorWellButton selectionColor
-
selectionFg
JCheckBox selectionFg
-
selectionFgColor
ColorWellButton selectionFgColor
-
stripTrailingEOL
JCheckBox stripTrailingEOL
-
structureHighlight
JCheckBox structureHighlight
-
structureHighlightColor
ColorWellButton structureHighlightColor
-
thickCaret
JCheckBox thickCaret
-
wrapGuide
JCheckBox wrapGuide
-
wrapGuideColor
ColorWellButton wrapGuideColor
-
-
-
Class org.gjt.sp.jedit.options.ToolBarOptionPane
class ToolBarOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
add
RolloverButton add
-
edit
RolloverButton edit
-
iconList
DefaultComboBoxModel<org.gjt.sp.jedit.options.ToolBarOptionPane.IconListEntry> iconList
-
list
JList<org.gjt.sp.jedit.options.ToolBarOptionPane.Button> list
-
listModel
DefaultListModel<org.gjt.sp.jedit.options.ToolBarOptionPane.Button> listModel
-
moveDown
RolloverButton moveDown
-
moveUp
RolloverButton moveUp
-
remove
RolloverButton remove
-
reset
RolloverButton reset
-
showToolbar
JCheckBox showToolbar
-
-
-
Class org.gjt.sp.jedit.options.UndoPane
class UndoPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
resetUndoOnSave
JCheckBox resetUndoOnSave
-
undoCount
JTextField undoCount
-
-
-
Class org.gjt.sp.jedit.options.ViewOptionPane
class ViewOptionPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
abbreviatePaths
JCheckBox abbreviatePaths
-
alternateDockingLayout
JButton alternateDockingLayout
-
alternateToolBarLayout
JButton alternateToolBarLayout
-
beepOnSearchAutoWrap
JCheckBox beepOnSearchAutoWrap
-
buffersetScope
JComboBox<BufferSet.Scope> buffersetScope
-
bufferSwitcherMaxRowCount
JTextField bufferSwitcherMaxRowCount
-
floatableToolbars
JCheckBox floatableToolbars
-
fullScreenIncludesMenu
JCheckBox fullScreenIncludesMenu
-
fullScreenIncludesStatus
JCheckBox fullScreenIncludesStatus
-
fullScreenIncludesToolbar
JCheckBox fullScreenIncludesToolbar
-
layout
JLabel layout
-
layoutIcon1
Icon layoutIcon1
-
layoutIcon2
Icon layoutIcon2
-
layoutIcon3
Icon layoutIcon3
-
layoutIcon4
Icon layoutIcon4
-
showBufferSwitcher
JCheckBox showBufferSwitcher
-
showFullPath
JCheckBox showFullPath
-
showSearchbar
JCheckBox showSearchbar
-
sortBuffers
JCheckBox sortBuffers
-
sortBufferSwitcher
JCheckBox sortBufferSwitcher
-
sortBufferSwitcherByName
JCheckBox sortBufferSwitcherByName
-
sortByName
JCheckBox sortByName
-
-
-
-
Package org.gjt.sp.jedit.pluginmgr
-
Class org.gjt.sp.jedit.pluginmgr.ManagePanel
class ManagePanel extends JPanel implements Serializable-
Serialized Fields
-
hideLibraries
JCheckBox hideLibraries
-
jarNames
Set<String> jarNames
-
pluginDetailPanel
org.gjt.sp.jedit.pluginmgr.PluginDetailPanel pluginDetailPanel
-
pluginModel
org.gjt.sp.jedit.pluginmgr.ManagePanel.PluginTableModel pluginModel
-
popup
JPopupMenu popup
-
scrollpane
JScrollPane scrollpane
-
selectedPlugins
Set<String> selectedPlugins
-
table
JTable table
-
window
PluginManager window
-
-
-
Class org.gjt.sp.jedit.pluginmgr.PluginManager
class PluginManager extends JFrame implements Serializable-
Serialized Fields
-
done
JButton done
-
downloadingPluginList
boolean downloadingPluginList
-
installer
org.gjt.sp.jedit.pluginmgr.InstallPanel installer
-
manager
ManagePanel manager
-
mgrOptions
JButton mgrOptions
-
parent
Frame parent
-
pluginList
org.gjt.sp.jedit.pluginmgr.PluginList pluginList
-
pluginOptions
JButton pluginOptions
-
queuedUpdate
boolean queuedUpdate
-
tabPane
JTabbedPane tabPane
-
updater
org.gjt.sp.jedit.pluginmgr.InstallPanel updater
-
-
-
-
Package org.gjt.sp.jedit.print
-
Class org.gjt.sp.jedit.print.BasicPrintPreviewPaneUI.PrintPreviewRenderer
class PrintPreviewRenderer extends JPanel implements Serializable -
Class org.gjt.sp.jedit.print.Margins
class Margins extends Object implements Serializable- serialVersionUID:
- 5343792322705104289L
-
Serialized Fields
-
bottom
float bottom
-
left
float left
-
right
float right
-
top
float top
-
-
Class org.gjt.sp.jedit.print.PrinterDialog
class PrinterDialog extends JDialog implements Serializable-
Serialized Fields
-
attributes
PrintRequestAttributeSet attributes
-
canceled
boolean canceled
-
copies
JSpinner copies
-
DOC_FLAVOR
DocFlavor DOC_FLAVOR
-
finishing
JComboBox<Finishings> finishing
-
jobName
String jobName
-
messageMap
Map<String,
String> messageMap -
orientation
JComboBox<OrientationRequested> orientation
-
pageOrdering
JComboBox<PresentationDirection> pageOrdering
-
pageSetupOnly
boolean pageSetupOnly
-
pageSetupPanel
org.gjt.sp.jedit.print.PrinterDialog.PageSetupPanel pageSetupPanel
-
pagesPerSide
JComboBox<NumberUp> pagesPerSide
-
paperSize
JComboBox<String> paperSize
-
paperSizes
List<Media> paperSizes
-
paperSource
JComboBox<MediaTray> paperSource
-
printers
JList<PrintService> printers
-
priority
JComboBox<org.gjt.sp.jedit.print.PrinterDialog.Priority> priority
-
selectedPrintService
PrintService selectedPrintService
-
sides
JComboBox<Sides> sides
-
tabs
JTabbedPane tabs
-
view
View view
-
-
-
Class org.gjt.sp.jedit.print.PrintPreview
class PrintPreview extends EnhancedDialog implements Serializable-
Serialized Fields
-
attributes
PrintRequestAttributeSet attributes
-
buffer
Buffer buffer
-
cancelButton
JButton cancelButton
-
fullPage
JButton fullPage
-
fullWidth
JButton fullWidth
-
model
PrintPreviewModel model
-
nextPage
JButton nextPage
-
pageRanges
HashMap<Integer,
Range> pageRanges -
pages
JComboBox<Integer> pages
-
prevPage
JButton prevPage
-
printPreviewPane
PrintPreviewPane printPreviewPane
-
printService
PrintService printService
-
view
View view
-
zoomIn
JButton zoomIn
-
zoomLevel
float zoomLevel
-
zoomOut
JButton zoomOut
-
-
-
Class org.gjt.sp.jedit.print.PrintPreviewPane
class PrintPreviewPane extends JComponent implements Serializable-
Serialized Fields
-
changeListeners
Set<ChangeListener> changeListeners
-
printPreviewModel
PrintPreviewModel printPreviewModel
-
-
-
Class org.gjt.sp.jedit.print.PrintRangeType
class PrintRangeType extends IntegerSyntax implements Serializable- serialVersionUID:
- -6426631421680023833L
-
Class org.gjt.sp.jedit.print.Reverse
class Reverse extends Object implements Serializable- serialVersionUID:
- -2823970704630722439L
-
-
Package org.gjt.sp.jedit.search
-
Class org.gjt.sp.jedit.search.HyperSearchResults
class HyperSearchResults extends JPanel implements Serializable-
Serialized Fields
-
caption
JLabel caption
-
clear
RolloverButton clear
-
highlight
RolloverButton highlight
-
multi
RolloverButton multi
-
multiStatus
boolean multiStatus
-
resultTree
JTree resultTree
-
resultTreeModel
DefaultTreeModel resultTreeModel
-
resultTreeRoot
DefaultMutableTreeNode resultTreeRoot
-
stop
RolloverButton stop
-
view
View view
-
-
-
Class org.gjt.sp.jedit.search.SearchBar
class SearchBar extends JToolBar implements Serializable-
Serialized Fields
-
close
RolloverButton close
-
defaultBackground
Color defaultBackground
-
defaultForeground
Color defaultForeground
-
errorBackground
Color errorBackground
-
errorForeground
Color errorForeground
-
find
HistoryTextField find
-
hyperSearch
JCheckBox hyperSearch
-
ignoreCase
JCheckBox ignoreCase
-
isRemovable
boolean isRemovable
-
regexp
JCheckBox regexp
-
searchReverse
boolean searchReverse
-
searchStart
int searchStart
-
timer
Timer timer
-
view
View view
-
wasError
boolean wasError
-
wholeWord
JCheckBox wholeWord
-
-
-
Class org.gjt.sp.jedit.search.SearchDialog
class SearchDialog extends EnhancedDialog implements Serializable-
Serialized Fields
-
beanShellReplace
JRadioButton beanShellReplace
-
choose
JButton choose
-
closeBtn
JButton closeBtn
-
directoryField
HistoryTextField directoryField
-
filter
HistoryTextField filter
-
find
HistoryTextArea find
-
findBtn
JButton findBtn
-
focusOrder
org.gjt.sp.jedit.search.SearchDialog.FocusOrder focusOrder
-
hyperSearch
JCheckBox hyperSearch
-
ignoreCase
JCheckBox ignoreCase
-
keepDialog
JCheckBox keepDialog
-
regexp
JCheckBox regexp
-
replace
HistoryTextArea replace
-
replaceAllBtn
JButton replaceAllBtn
-
replaceAndFindBtn
JButton replaceAndFindBtn
-
replaceBtn
JButton replaceBtn
-
saving
boolean saving
-
searchAllBuffers
JRadioButton searchAllBuffers
-
searchBack
JRadioButton searchBack
-
searchCurrentBuffer
JRadioButton searchCurrentBuffer
-
searchDirectory
JRadioButton searchDirectory
-
searchForward
JRadioButton searchForward
-
searchSelection
JRadioButton searchSelection
-
searchSubDirectories
JCheckBox searchSubDirectories
-
skipBinaryFiles
JCheckBox skipBinaryFiles
-
skipHidden
JCheckBox skipHidden
-
stringReplace
JRadioButton stringReplace
-
synchronize
JButton synchronize
-
view
View view
-
wholeWord
JCheckBox wholeWord
-
wrap
JCheckBox wrap
-
-
-
-
Package org.gjt.sp.jedit.textarea
-
Class org.gjt.sp.jedit.textarea.Gutter
class Gutter extends JComponent implements Serializable-
Serialized Fields
-
alignment
int alignment
-
borderWidth
int borderWidth
-
buffer
JEditBuffer buffer
-
bufferListener
BufferListener bufferListener
-
collapsedSize
Dimension collapsedSize
-
currentLineHighlight
Color currentLineHighlight
-
currentLineHighlightEnabled
boolean currentLineHighlightEnabled
-
disabledSize
Dimension disabledSize
-
enabled
boolean enabled
-
expanded
boolean expanded
-
extensionMgr
org.gjt.sp.jedit.textarea.ExtensionManager extensionMgr
-
fm
FontMetrics fm
-
focusBorder
Border focusBorder
-
foldColor
Color foldColor
-
foldPainter
FoldPainter foldPainter
-
gutterSize
Dimension gutterSize
-
interval
int interval
-
intervalHighlight
Color intervalHighlight
-
lineNumberWidth
int lineNumberWidth
-
minLineNumberDigits
int minLineNumberDigits
-
mouseHandler
org.gjt.sp.jedit.textarea.Gutter.MouseHandler mouseHandler
-
noFocusBorder
Border noFocusBorder
-
selectionAreaBgColor
Color selectionAreaBgColor
-
selectionAreaEnabled
boolean selectionAreaEnabled
-
selectionAreaWidth
int selectionAreaWidth
-
structureHighlight
boolean structureHighlight
-
structureHighlightColor
Color structureHighlightColor
-
textArea
TextArea textArea
-
-
-
Class org.gjt.sp.jedit.textarea.JEditEmbeddedTextArea
class JEditEmbeddedTextArea extends TextArea implements Serializable -
Class org.gjt.sp.jedit.textarea.JEditTextArea
class JEditTextArea extends TextArea implements Serializable-
Serialized Fields
-
view
View view
-
-
-
Class org.gjt.sp.jedit.textarea.StandaloneTextArea
class StandaloneTextArea extends TextArea implements Serializable-
Serialized Fields
-
propertyManager
IPropertyManager propertyManager
-
-
-
Class org.gjt.sp.jedit.textarea.TextArea
class TextArea extends JPanel implements Serializable-
Serialized Fields
-
actionContext
JEditActionContext<JEditBeanShellAction,
JEditActionSet<JEditBeanShellAction>> actionContext The action context. It is used only when the textarea is standalone -
blink
boolean blink
-
buffer
JEditBuffer buffer
-
bufferChanging
boolean bufferChanging
-
caret
int caret
-
caretBlinks
boolean caretBlinks
-
caretEvent
org.gjt.sp.jedit.textarea.TextArea.MutableCaretEvent caretEvent
-
caretLine
int caretLine
-
caretScreenLine
int caretScreenLine
-
charWidth
int charWidth
-
charWidthDouble
double charWidthDouble
-
chunkCache
org.gjt.sp.jedit.textarea.ChunkCache chunkCache
-
ctrlForRectangularSelection
boolean ctrlForRectangularSelection
-
displayManager
DisplayManager displayManager
-
dndEnabled
boolean dndEnabled
-
elasticTabstopsExpander
ElasticTabstopsTabExpander elasticTabstopsExpander
-
electricScroll
int electricScroll
-
gutter
Gutter gutter
-
hardWrap
boolean hardWrap
-
horizontal
JScrollBar horizontal
-
horizontalOffset
int horizontalOffset
-
inputHandlerProvider
InputHandlerProvider inputHandlerProvider
-
inputMethodSupport
org.gjt.sp.jedit.textarea.InputMethodSupport inputMethodSupport
-
joinNonWordChars
boolean joinNonWordChars
-
lastLinePartial
boolean lastLinePartial
-
listenerList
EventListenerList listenerList
-
magicCaret
int magicCaret
-
match
StructureMatcher.Match match
-
maxHorizontalScrollWidth
int maxHorizontalScrollWidth
-
maxLineLen
int maxLineLen
-
mouseHandler
MouseInputAdapter mouseHandler
-
multi
boolean multi
Flag that tells if multiple selection is on. -
offsetXY
Point offsetXY
Cursor location, measured as an offset (in pixels) from upper left corner of the TextArea. -
oldCaretLine
int oldCaretLine
-
overwrite
boolean overwrite
-
painter
TextAreaPainter painter
-
physLastLine
int physLastLine
The last visible physical line index. -
popup
JPopupMenu popup
-
popupEnabled
boolean popupEnabled
-
queuedCaretUpdate
boolean queuedCaretUpdate
-
queuedFireCaretEvent
boolean queuedFireCaretEvent
-
queuedScrollMode
int queuedScrollMode
-
quickCopy
boolean quickCopy
-
rectangularSelectionMode
boolean rectangularSelectionMode
-
screenLastLine
int screenLastLine
The last screen line index. -
scrollBarsInitialized
boolean scrollBarsInitialized
-
selectionManager
org.gjt.sp.jedit.textarea.SelectionManager selectionManager
-
softWrap
boolean softWrap
-
structureMatchers
List<StructureMatcher> structureMatchers
-
tabSize
float tabSize
-
vertical
JScrollBar vertical
-
verticalBox
Box verticalBox
-
visibleLines
int visibleLines
The visible lines count. -
wrap
String wrap
-
wrapMargin
int wrapMargin
-
wrapToWidth
boolean wrapToWidth
-
-
-
Class org.gjt.sp.jedit.textarea.TextAreaBorder
class TextAreaBorder extends AbstractBorder implements Serializable -
Exception org.gjt.sp.jedit.textarea.TextAreaException
class TextAreaException extends Exception implements Serializable -
Class org.gjt.sp.jedit.textarea.TextAreaPainter
class TextAreaPainter extends JComponent implements Serializable-
Serialized Fields
-
antiAlias
AntiAlias antiAlias
-
blockCaret
boolean blockCaret
-
caretColor
Color caretColor
-
caretExtension
org.gjt.sp.jedit.textarea.TextAreaPainter.PaintCaret caretExtension
-
defaultCursor
boolean defaultCursor
-
eolMarkerChar
String eolMarkerChar
-
eolMarkerColor
Color eolMarkerColor
-
eolMarkers
boolean eolMarkers
-
extensionMgr
org.gjt.sp.jedit.textarea.ExtensionManager extensionMgr
-
extraLineSpacing
int extraLineSpacing
-
fm
FontMetrics fm
-
foldLineStyle
SyntaxStyle[] foldLineStyle
-
fontRenderContext
FontRenderContext fontRenderContext
-
fracFontMetrics
boolean fracFontMetrics
-
hiddenCursor
Cursor hiddenCursor
-
lineHighlight
boolean lineHighlight
-
lineHighlightColor
Color lineHighlightColor
-
multipleSelectionColor
Color multipleSelectionColor
-
renderingHints
RenderingHints renderingHints
-
selectionColor
Color selectionColor
-
selectionFg
boolean selectionFg
-
selectionFgColor
Color selectionFgColor
-
structureHighlight
boolean structureHighlight
-
structureHighlightColor
Color structureHighlightColor
-
styles
SyntaxStyle[] styles
-
textArea
TextArea textArea
-
thickCaret
boolean thickCaret
-
wrapGuide
boolean wrapGuide
-
wrapGuideColor
Color wrapGuideColor
-
-
-
Class org.gjt.sp.jedit.textarea.TextAreaTransferHandler
class TextAreaTransferHandler extends TransferHandler implements Serializable
-
-
Package org.gjt.sp.util
-
Class org.gjt.sp.util.EnhancedTreeCellRenderer
class EnhancedTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable-
Serialized Fields
-
propertyChangeListeners
Map<JTree,
PropertyChangeListener> propertyChangeListeners
-
-
-
Class org.gjt.sp.util.SegmentCharSequence
class SegmentCharSequence extends Object implements Serializable-
Serialized Fields
-
length
int length
-
offset
int offset
-
seg
Segment seg
-
-
-
Class org.gjt.sp.util.StringList
- serialVersionUID:
- -6408080298368668262L
-
-
Package org.jedit.options
-
Class org.jedit.options.CombinedOptions
class CombinedOptions extends TabbedOptionDialog implements Serializable-
Serialized Fields
-
globalOptions
GlobalOptionGroup globalOptions
-
pluginOptions
PluginOptionGroup pluginOptions
-
startingIndex
int startingIndex
-
-
-
Class org.jedit.options.OptionGroupPane
class OptionGroupPane extends AbstractOptionPane implements Serializable-
Serialized Fields
-
currentPane
OptionPane currentPane
-
deferredOptionPanes
HashMap<Object,
OptionPane> deferredOptionPanes -
optionGroup
OptionGroup optionGroup
-
optionTreeModel
OptionTreeModel optionTreeModel
-
paneTree
JTree paneTree
-
splitter
JSplitPane splitter
-
stage
JPanel stage
-
title
StringModel title
-
-
-
Class org.jedit.options.PluginOptionGroup.NoPluginsPane
class NoPluginsPane extends AbstractOptionPane implements Serializable -
Class org.jedit.options.TabbedOptionDialog
class TabbedOptionDialog extends EnhancedDialog implements Serializable-
Serialized Fields
-
apply
JButton apply
-
cancel
JButton cancel
-
ok
JButton ok
-
panes
LinkedList<OptionPane> panes
-
shownPanes
Set<OptionPane> shownPanes
-
tabs
JTabbedPane tabs
-
-
-