Serialized Form


Package org.gjt.sp.jedit

Class org.gjt.sp.jedit.AbstractOptionPane extends JPanel implements Serializable

Serialized Fields

initialized

boolean initialized
Has the option pane been initialized?


gridBag

GridBagLayout gridBag
The layout manager.


y

int y
The number of components already added to the layout manager.


name

String name

Class org.gjt.sp.jedit.EditPane extends JPanel implements Serializable

Serialized Fields

init

boolean init

view

View view

buffer

Buffer buffer

recentBuffer

Buffer recentBuffer

bufferSwitcher

BufferSwitcher bufferSwitcher

textArea

JEditTextArea textArea

Class org.gjt.sp.jedit.View extends JFrame implements Serializable

Serialized Fields

prev

View prev

next

View next

closed

boolean closed

dockableWindowManager

DockableWindowManager dockableWindowManager

topToolBars

JPanel topToolBars

bottomToolBars

JPanel bottomToolBars

toolBarManager

ToolBarManager toolBarManager

toolBar

Box toolBar

searchBar

SearchBar searchBar

actionBar

ActionBar actionBar

editPane

EditPane editPane

splitPane

JSplitPane splitPane

status

StatusBar status

keyEventInterceptor

KeyListener keyEventInterceptor

inputHandler

InputHandler inputHandler

recorder

Macros.Recorder recorder

prefixFocusOwner

Component prefixFocusOwner

waitCount

int waitCount

showFullPath

boolean showFullPath

plainView

boolean plainView

waitSocket

Socket waitSocket


Package org.gjt.sp.jedit.browser

Class org.gjt.sp.jedit.browser.BrowserCommandsMenu extends JPopupMenu implements Serializable

Serialized Fields

browser

VFSBrowser browser

encodingMenuItems

HashMap encodingMenuItems

autoDetect

JCheckBoxMenuItem autoDetect

otherEncoding

JRadioButtonMenuItem otherEncoding

Class org.gjt.sp.jedit.browser.FileCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

plainFont

Font plainFont

boldFont

Font boldFont

showIcons

boolean showIcons

openBuffer

boolean openBuffer

isSelected

boolean isSelected

file

VFS.DirectoryEntry file

Class org.gjt.sp.jedit.browser.VFSBrowser extends JPanel implements Serializable

Serialized Fields

currentEncoding

String currentEncoding

autoDetectEncoding

boolean autoDetectEncoding

listenerList

EventListenerList listenerList

view

View view

horizontalLayout

boolean horizontalLayout

path

String path

pathField

HistoryTextField pathField

filterCheckbox

JCheckBox filterCheckbox

filterField

HistoryTextField filterField

toolbarBox

Box toolbarBox

favorites

VFSBrowser.FavoritesMenuButton favorites

plugins

VFSBrowser.PluginsMenuButton plugins

browserView

BrowserView browserView

filenameFilter

RE filenameFilter

mode

int mode

multipleSelection

boolean multipleSelection

showHiddenFiles

boolean showHiddenFiles

sortMixFilesAndDirs

boolean sortMixFilesAndDirs

sortIgnoreCase

boolean sortIgnoreCase

doubleClickClose

boolean doubleClickClose

requestRunning

boolean requestRunning

maybeReloadRequestRunning

boolean maybeReloadRequestRunning

Class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable extends JTable implements Serializable

Serialized Fields

browserView

BrowserView browserView

renderer

FileCellRenderer renderer

typeSelectBuffer

StringBuffer typeSelectBuffer

timer

Timer timer

Class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel extends AbstractTableModel implements Serializable

Serialized Fields

files

VFSDirectoryEntryTableModel.Entry[] files

extAttrs

List extAttrs

Class org.gjt.sp.jedit.browser.VFSFileChooserDialog extends EnhancedDialog implements Serializable

Serialized Fields

browser

VFSBrowser browser

filenameField

VFSFileNameField filenameField

filename

String filename

ok

JButton ok

cancel

JButton cancel

isOK

boolean isOK

workThreadHandler

VFSFileChooserDialog.WorkThreadHandler workThreadHandler


Package org.gjt.sp.jedit.gui

Class org.gjt.sp.jedit.gui.AbbrevEditor extends JPanel implements Serializable

Serialized Fields

abbrev

JTextField abbrev

beforeCaret

JTextArea beforeCaret

afterCaret

JTextArea afterCaret

Class org.gjt.sp.jedit.gui.AboutDialog extends EnhancedDialog implements Serializable

Serialized Fields

close

JButton close

Class org.gjt.sp.jedit.gui.ActionBar extends JPanel implements Serializable

Serialized Fields

view

View view

temp

boolean temp

repeatCount

int repeatCount

action

HistoryTextField action

popup

ActionBar.CompletionPopup popup

close

RolloverButton close

Class org.gjt.sp.jedit.gui.AddAbbrevDialog extends JDialog implements Serializable

Serialized Fields

view

View view

editor

AbbrevEditor editor

global

JButton global

modeSpecific

JButton modeSpecific

cancel

JButton cancel

Class org.gjt.sp.jedit.gui.AnimatedIcon extends ImageIcon implements Serializable

Serialized Fields

frames

Image[] frames

current

int current

delay

int delay

timer

Timer timer

host

Component host

icon

Image icon

Class org.gjt.sp.jedit.gui.BeanShellErrorDialog extends TextAreaDialog implements Serializable

Class org.gjt.sp.jedit.gui.BufferOptions extends EnhancedDialog implements Serializable

Serialized Fields

view

View view

buffer

Buffer buffer

modes

Mode[] modes

mode

JComboBox mode

lineSeparator

JComboBox lineSeparator

encoding

JComboBox encoding

gzipped

JCheckBox gzipped

folding

JComboBox folding

wrap

JComboBox wrap

maxLineLen

JComboBox maxLineLen

tabSize

JComboBox tabSize

indentSize

JComboBox indentSize

noTabs

JCheckBox noTabs

ok

JButton ok

cancel

JButton cancel

Class org.gjt.sp.jedit.gui.BufferSwitcher extends JComboBox implements Serializable

Serialized Fields

editPane

EditPane editPane

updating

boolean updating

Class org.gjt.sp.jedit.gui.CloseDialog extends EnhancedDialog implements Serializable

Serialized Fields

view

View view

bufferList

JList bufferList

bufferModel

DefaultListModel bufferModel

selectAll

JButton selectAll

save

JButton save

discard

JButton discard

cancel

JButton cancel

ok

boolean ok

selectAllFlag

boolean selectAllFlag

Class org.gjt.sp.jedit.gui.ColorWellButton extends JButton implements Serializable

Class org.gjt.sp.jedit.gui.CompleteWord extends JWindow implements Serializable

Serialized Fields

view

View view

textArea

JEditTextArea textArea

buffer

Buffer buffer

word

String word

words

JList words

noWordSep

String noWordSep

Class org.gjt.sp.jedit.gui.DockableWindowManager extends JPanel implements Serializable

Serialized Fields

resizePos

int resizePos

resizeRect

Rectangle resizeRect

view

View view

windows

Hashtable windows

alternateLayout

boolean alternateLayout

left

PanelWindowContainer left

right

PanelWindowContainer right

top

PanelWindowContainer top

bottom

PanelWindowContainer bottom

clones

ArrayList clones

Class org.gjt.sp.jedit.gui.EditAbbrevDialog extends JDialog implements Serializable

Serialized Fields

editor

AbbrevEditor editor

ok

JButton ok

cancel

JButton cancel

isOK

boolean isOK

originalAbbrev

String originalAbbrev

abbrevs

Map abbrevs

Class org.gjt.sp.jedit.gui.EnhancedButton extends RolloverButton implements Serializable

Serialized Fields

action

String action

Class org.gjt.sp.jedit.gui.EnhancedDialog extends JDialog implements Serializable

Serialized Fields

keyHandler

EnhancedDialog.KeyHandler keyHandler

Class org.gjt.sp.jedit.gui.ErrorListDialog extends EnhancedDialog implements Serializable

Serialized Fields

ok

JButton ok

pluginMgr

JButton pluginMgr

Class org.gjt.sp.jedit.gui.FilesChangedDialog extends EnhancedDialog implements Serializable

Serialized Fields

view

View view

bufferTree

JTree bufferTree

bufferTreeModel

DefaultTreeModel bufferTreeModel

root

DefaultMutableTreeNode root

selectAll

JButton selectAll

selectAllInProgress

boolean selectAllInProgress

reload

JButton reload

close

JButton close

Class org.gjt.sp.jedit.gui.FloatingWindowContainer extends JFrame implements Serializable

Serialized Fields

dockableWindowManager

DockableWindowManager dockableWindowManager

clone

boolean clone

entry

DockableWindowManager.Entry entry

menu

JButton menu

Class org.gjt.sp.jedit.gui.FontSelector extends JButton implements Serializable

Serialized Fields

antiAlias

boolean antiAlias

Class org.gjt.sp.jedit.gui.GrabKeyDialog extends JDialog implements Serializable

Serialized Fields

shortcut

GrabKeyDialog.InputPane shortcut

assignedTo

JLabel assignedTo

ok

JButton ok

remove

JButton remove

cancel

JButton cancel

clear

JButton clear

isOK

boolean isOK

binding

GrabKeyDialog.KeyBinding binding

allBindings

Vector allBindings

debugBuffer

Buffer debugBuffer

Class org.gjt.sp.jedit.gui.HistoryModel extends AbstractListModel implements Serializable

Serialized Fields

name

String name

data

Vector data

Class org.gjt.sp.jedit.gui.HistoryTextField extends JTextField implements Serializable

Serialized Fields

historyModel

HistoryModel historyModel

popup

JPopupMenu popup

instantPopups

boolean instantPopups

enterAddsToHistory

boolean enterAddsToHistory

selectAllOnFocus

boolean selectAllOnFocus

current

String current

index

int index

Class org.gjt.sp.jedit.gui.IOProgressMonitor extends JPanel implements Serializable

Serialized Fields

caption

JLabel caption

threads

IOProgressMonitor.ThreadProgress[] threads

workThreadHandler

IOProgressMonitor.WorkThreadHandler workThreadHandler

Class org.gjt.sp.jedit.gui.JCheckBoxList extends JTable implements Serializable

Serialized Fields

dummy

TableCellRenderer dummy

Class org.gjt.sp.jedit.gui.LogViewer extends JPanel implements Serializable

Serialized Fields

list

JList list

copy

JButton copy

tail

JCheckBox tail

tailIsOn

boolean tailIsOn

Class org.gjt.sp.jedit.gui.OptionsDialog extends EnhancedDialog implements Serializable

Serialized Fields

name

String name

splitter

JSplitPane splitter

paneTree

JTree paneTree

stage

JPanel stage

ok

JButton ok

cancel

JButton cancel

apply

JButton apply

currentPane

OptionPane currentPane

deferredOptionPanes

Map deferredOptionPanes

Class org.gjt.sp.jedit.gui.PasteFromListDialog extends EnhancedDialog implements Serializable

Serialized Fields

view

View view

clips

JList clips

clipText

JTextArea clipText

insert

JButton insert

cancel

JButton cancel

Class org.gjt.sp.jedit.gui.RolloverButton extends JButton implements Serializable

Serialized Fields

revalidateBlocked

boolean revalidateBlocked

Class org.gjt.sp.jedit.gui.SelectLineRange extends EnhancedDialog implements Serializable

Serialized Fields

view

View view

startField

JTextField startField

endField

JTextField endField

ok

JButton ok

cancel

JButton cancel

Class org.gjt.sp.jedit.gui.SplashScreen extends JComponent implements Serializable

Serialized Fields

fm

FontMetrics fm

win

JWindow win

image

Image image

progress

int progress

Class org.gjt.sp.jedit.gui.StatusBar extends JPanel implements Serializable

Serialized Fields

view

View view

panel

JPanel panel

box

Box box

caretStatus

StatusBar.ToolTipLabel caretStatus

messageComp

Component messageComp

message

JLabel message

mode

JLabel mode

wrap

JLabel wrap

multiSelect

JLabel multiSelect

rectSelect

JLabel rectSelect

overwrite

JLabel overwrite

lineSep

JLabel lineSep

buf

StringBuffer buf

tempTimer

Timer tempTimer

currentMessageIsIO

boolean currentMessageIsIO

seg

Segment seg

showCaretStatus

boolean showCaretStatus

showEditMode

boolean showEditMode

showFoldMode

boolean showFoldMode

showEncoding

boolean showEncoding

showWrap

boolean showWrap

showMultiSelect

boolean showMultiSelect

showRectSelect

boolean showRectSelect

showOverwrite

boolean showOverwrite

showLineSeperator

boolean showLineSeperator

Class org.gjt.sp.jedit.gui.TextAreaDialog extends EnhancedDialog implements Serializable

Class org.gjt.sp.jedit.gui.TipOfTheDay extends EnhancedDialog implements Serializable

Serialized Fields

showNextTime

JCheckBox showNextTime

nextTip

JButton nextTip

close

JButton close

tipText

JEditorPane tipText

currentTip

int currentTip

Class org.gjt.sp.jedit.gui.VariableGridLayout extends Object implements Serializable

Serialized Fields

mode

int mode

size

int size

hgap

int hgap

vgap

int vgap

Class org.gjt.sp.jedit.gui.ViewRegisters extends EnhancedDialog implements Serializable

Serialized Fields

registerList

JList registerList

contentTextArea

JTextArea contentTextArea

close

JButton close


Package org.gjt.sp.jedit.io

Class org.gjt.sp.jedit.io.FileVFS.LocalDirectoryEntry extends VFS.DirectoryEntry implements Serializable

Serialized Fields

modified

long modified

Class org.gjt.sp.jedit.io.VFS.DirectoryEntry extends Object implements Serializable

Serialized Fields

name

String name

path

String path

symlinkPath

String symlinkPath
Since:
jEdit 4.2pre5

deletePath

String deletePath

type

int type

length

long length

hidden

boolean hidden

canRead

boolean canRead

canWrite

boolean canWrite

colorCalculated

boolean colorCalculated

color

Color color


Package org.gjt.sp.jedit.options

Class org.gjt.sp.jedit.options.AbbrevsOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

setsComboBox

JComboBox setsComboBox

expandOnInput

JCheckBox expandOnInput

abbrevsTable

JTable abbrevsTable

globalAbbrevs

AbbrevsModel globalAbbrevs

modeAbbrevs

Hashtable modeAbbrevs

add

JButton add

edit

JButton edit

remove

JButton remove

Class org.gjt.sp.jedit.options.AppearanceOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

lfs

UIManager.LookAndFeelInfo[] lfs

lookAndFeel

JComboBox lookAndFeel

primaryFont

FontSelector primaryFont

secondaryFont

FontSelector secondaryFont

history

JTextField history

menuSpillover

JTextField menuSpillover

showTips

JCheckBox showTips

showSplash

JCheckBox showSplash

textColors

JCheckBox textColors

decorateFrames

JCheckBox decorateFrames

decorateDialogs

JCheckBox decorateDialogs

Class org.gjt.sp.jedit.options.AutosaveBackupOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

autosave

JTextField autosave

backups

JTextField backups

backupDirectory

JTextField backupDirectory

backupPrefix

JTextField backupPrefix

backupSuffix

JTextField backupSuffix

backupEverySave

JCheckBox backupEverySave

Class org.gjt.sp.jedit.options.BrowserColorsOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

colorsModel

BrowserColorsModel colorsModel

colorsTable

JTable colorsTable

add

JButton add

remove

JButton remove

moveUp

JButton moveUp

moveDown

JButton moveDown

Class org.gjt.sp.jedit.options.BrowserOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

defaultDirectory

JComboBox defaultDirectory

showToolbar

JCheckBox showToolbar

showMenubar

JCheckBox showMenubar

showIcons

JCheckBox showIcons

showHiddenFiles

JCheckBox showHiddenFiles

sortIgnoreCase

JCheckBox sortIgnoreCase

sortMixFilesAndDirs

JCheckBox sortMixFilesAndDirs

doubleClickClose

JCheckBox doubleClickClose

currentBufferFilter

JCheckBox currentBufferFilter

Class org.gjt.sp.jedit.options.ContextOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

listModel

DefaultListModel listModel

list

JList list

add

JButton add

remove

JButton remove

moveUp

JButton moveUp

moveDown

JButton moveDown

Class org.gjt.sp.jedit.options.DockingOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

windowTable

JTable windowTable

windowModel

WindowTableModel windowModel

Class org.gjt.sp.jedit.options.EditingOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

defaultMode

JComboBox defaultMode

undoCount

JTextField undoCount

global

EditingOptionPane.ModeProperties global

modeProps

EditingOptionPane.ModeProperties[] modeProps

current

EditingOptionPane.ModeProperties current

captionBox

Box captionBox

mode

JComboBox mode

useDefaults

JCheckBox useDefaults

filenameGlob

JTextField filenameGlob

firstlineGlob

JTextField firstlineGlob

noWordSep

JTextField noWordSep

folding

JComboBox folding

collapseFolds

JTextField collapseFolds

wrap

JComboBox wrap

maxLineLen

JComboBox maxLineLen

tabSize

JComboBox tabSize

indentSize

JComboBox indentSize

noTabs

JCheckBox noTabs

deepIndent

JCheckBox deepIndent

Class org.gjt.sp.jedit.options.FirewallOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

httpEnabled

JCheckBox httpEnabled

httpHost

JTextField httpHost

httpPort

JTextField httpPort

httpUser

JTextField httpUser

httpPass

JPasswordField httpPass

httpNonProxy

JTextField httpNonProxy

socksEnabled

JCheckBox socksEnabled

socksHost

JTextField socksHost

socksPort

JTextField socksPort

Class org.gjt.sp.jedit.options.GeneralOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

lineSeparator

JComboBox lineSeparator

encoding

JComboBox encoding

encodingAutodetect

JCheckBox encodingAutodetect

checkModStatus

JComboBox checkModStatus

recentFiles

JTextField recentFiles

saveCaret

JCheckBox saveCaret

sortRecent

JCheckBox sortRecent

persistentMarkers

JCheckBox persistentMarkers

restore

JCheckBox restore

restoreCLI

JCheckBox restoreCLI

sortBuffers

JCheckBox sortBuffers

sortByName

JCheckBox sortByName

twoStageSave

JCheckBox twoStageSave

confirmSaveAll

JCheckBox confirmSaveAll

stripTrailingEOL

JCheckBox stripTrailingEOL

Class org.gjt.sp.jedit.options.GlobalOptions extends OptionsDialog implements Serializable

Serialized Fields

jEditGroup

OptionGroup jEditGroup

browserGroup

OptionGroup browserGroup

Class org.gjt.sp.jedit.options.GutterOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

gutterFont

FontSelector gutterFont

gutterForeground

ColorWellButton gutterForeground

gutterBackground

ColorWellButton gutterBackground

gutterHighlightInterval

JTextField gutterHighlightInterval

gutterHighlightColor

ColorWellButton gutterHighlightColor

lineNumbersEnabled

JCheckBox lineNumbersEnabled

gutterCurrentLineHighlightEnabled

JCheckBox gutterCurrentLineHighlightEnabled

gutterCurrentLineHighlight

ColorWellButton gutterCurrentLineHighlight

gutterStructureHighlightEnabled

JCheckBox gutterStructureHighlightEnabled

gutterStructureHighlight

ColorWellButton gutterStructureHighlight

gutterMarkerHighlightEnabled

JCheckBox gutterMarkerHighlightEnabled

gutterMarkerHighlight

ColorWellButton gutterMarkerHighlight

gutterFoldMarkers

ColorWellButton gutterFoldMarkers

gutterFocusBorder

ColorWellButton gutterFocusBorder

gutterNoFocusBorder

ColorWellButton gutterNoFocusBorder

Class org.gjt.sp.jedit.options.MouseOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

dragAndDrop

JCheckBox dragAndDrop

middleMousePaste

JCheckBox middleMousePaste

joinNonWordChars

JCheckBox joinNonWordChars

gutterClickActions

JComboBox[] gutterClickActions

Class org.gjt.sp.jedit.options.PluginManagerOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

locationLabel

JLabel locationLabel

mirrorLabel

JLabel mirrorLabel

locGrp

ButtonGroup locGrp

settingsDir

JRadioButton settingsDir

appDir

JRadioButton appDir

downloadSource

JCheckBox downloadSource

deleteDownloads

JCheckBox deleteDownloads

miraModel

PluginManagerOptionPane.MirrorModel miraModel

miraList

JList miraList

Class org.gjt.sp.jedit.options.PluginOptions extends OptionsDialog implements Serializable

Serialized Fields

pluginsGroup

OptionGroup pluginsGroup

Class org.gjt.sp.jedit.options.PrintOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

font

FontSelector font

printHeader

JCheckBox printHeader

printFooter

JCheckBox printFooter

printLineNumbers

JCheckBox printLineNumbers

color

JCheckBox color

tabSize

JComboBox tabSize

glyphVector

JCheckBox glyphVector

force13

JCheckBox force13

Class org.gjt.sp.jedit.options.ShortcutsOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

keyTable

JTable keyTable

models

Vector models

currentModel

ShortcutsOptionPane.ShortcutsModel currentModel

selectModel

JComboBox selectModel

allBindings

Vector allBindings

Class org.gjt.sp.jedit.options.StatusBarOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

statusVisible

JCheckBox statusVisible

foregroundColor

ColorWellButton foregroundColor

backgroundColor

ColorWellButton backgroundColor

showCaretStatus

JCheckBox showCaretStatus

showEditMode

JCheckBox showEditMode

showFoldMode

JCheckBox showFoldMode

showEncoding

JCheckBox showEncoding

showWrap

JCheckBox showWrap

showMultiSelect

JCheckBox showMultiSelect

showRectSelect

JCheckBox showRectSelect

showOverwrite

JCheckBox showOverwrite

showLineSeperator

JCheckBox showLineSeperator

showMemory

JCheckBox showMemory

memForegroundColor

ColorWellButton memForegroundColor

memBackgroundColor

ColorWellButton memBackgroundColor

showClock

JCheckBox showClock

Class org.gjt.sp.jedit.options.SyntaxHiliteOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

styleModel

StyleTableModel styleModel

styleTable

JTable styleTable

Class org.gjt.sp.jedit.options.TextAreaOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

font

FontSelector font

foregroundColor

ColorWellButton foregroundColor

backgroundColor

ColorWellButton backgroundColor

blinkCaret

JCheckBox blinkCaret

blockCaret

JCheckBox blockCaret

caretColor

ColorWellButton caretColor

selectionColor

ColorWellButton selectionColor

multipleSelectionColor

ColorWellButton multipleSelectionColor

lineHighlight

JCheckBox lineHighlight

lineHighlightColor

ColorWellButton lineHighlightColor

structureHighlight

JCheckBox structureHighlight

structureHighlightColor

ColorWellButton structureHighlightColor

eolMarkers

JCheckBox eolMarkers

eolMarkerColor

ColorWellButton eolMarkerColor

wrapGuide

JCheckBox wrapGuide

wrapGuideColor

ColorWellButton wrapGuideColor

electricBorders

JCheckBox electricBorders

antiAlias

JCheckBox antiAlias

fracFontMetrics

JCheckBox fracFontMetrics

Class org.gjt.sp.jedit.options.ToolBarOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

showToolbar

JCheckBox showToolbar

listModel

DefaultListModel listModel

list

JList list

add

RolloverButton add

remove

RolloverButton remove

moveUp

RolloverButton moveUp

moveDown

RolloverButton moveDown

edit

RolloverButton edit

iconList

DefaultComboBoxModel iconList

Class org.gjt.sp.jedit.options.ViewOptionPane extends AbstractOptionPane implements Serializable

Serialized Fields

layout

JLabel layout

layoutIcon1

Icon layoutIcon1

layoutIcon2

Icon layoutIcon2

layoutIcon3

Icon layoutIcon3

layoutIcon4

Icon layoutIcon4

alternateDockingLayout

JButton alternateDockingLayout

alternateToolBarLayout

JButton alternateToolBarLayout

showFullPath

JCheckBox showFullPath

showSearchbar

JCheckBox showSearchbar

beepOnSearchAutoWrap

JCheckBox beepOnSearchAutoWrap

showBufferSwitcher

JCheckBox showBufferSwitcher


Package org.gjt.sp.jedit.pluginmgr

Class org.gjt.sp.jedit.pluginmgr.ManagePanel extends JPanel implements Serializable

Serialized Fields

hideLibraries

JCheckBox hideLibraries

table

JTable table

pluginModel

ManagePanel.PluginTableModel pluginModel

window

PluginManager window

Class org.gjt.sp.jedit.pluginmgr.PluginManager extends JFrame implements Serializable

Serialized Fields

tabPane

JTabbedPane tabPane

done

JButton done

mgrOptions

JButton mgrOptions

pluginOptions

JButton pluginOptions

installer

InstallPanel installer

updater

InstallPanel updater

manager

ManagePanel manager

pluginList

PluginList pluginList

queuedUpdate

boolean queuedUpdate

downloadingPluginList

boolean downloadingPluginList


Package org.gjt.sp.jedit.search

Class org.gjt.sp.jedit.search.HyperSearchResults extends JPanel implements Serializable

Serialized Fields

view

View view

caption

JLabel caption

resultTree

JTree resultTree

resultTreeRoot

DefaultMutableTreeNode resultTreeRoot

resultTreeModel

DefaultTreeModel resultTreeModel

clear

RolloverButton clear

multi

RolloverButton multi

multiStatus

boolean multiStatus

Class org.gjt.sp.jedit.search.SearchBar extends JPanel implements Serializable

Serialized Fields

view

View view

find

HistoryTextField find

ignoreCase

JCheckBox ignoreCase

regexp

JCheckBox regexp

hyperSearch

JCheckBox hyperSearch

timer

Timer timer

close

RolloverButton close

searchStart

int searchStart

searchReverse

boolean searchReverse

temp

boolean temp

Class org.gjt.sp.jedit.search.SearchDialog extends EnhancedDialog implements Serializable

Serialized Fields

view

View view

find

HistoryTextField find

replace

HistoryTextField replace

stringReplace

JRadioButton stringReplace

beanShellReplace

JRadioButton beanShellReplace

keepDialog

JCheckBox keepDialog

ignoreCase

JCheckBox ignoreCase

regexp

JCheckBox regexp

hyperSearch

JCheckBox hyperSearch

wrap

JCheckBox wrap

searchBack

JRadioButton searchBack

searchForward

JRadioButton searchForward

searchSelection

JRadioButton searchSelection

searchCurrentBuffer

JRadioButton searchCurrentBuffer

searchAllBuffers

JRadioButton searchAllBuffers

searchDirectory

JRadioButton searchDirectory

filter

HistoryTextField filter

directory

HistoryTextField directory

searchSubDirectories

JCheckBox searchSubDirectories

choose

JButton choose

synchronize

JButton synchronize

findBtn

JButton findBtn

replaceAndFindBtn

JButton replaceAndFindBtn

replaceAllBtn

JButton replaceAllBtn

closeBtn

JButton closeBtn

saving

boolean saving


Package org.gjt.sp.jedit.syntax

Class org.gjt.sp.jedit.syntax.XModeHandler extends HandlerBase implements Serializable


Package org.gjt.sp.jedit.textarea

Class org.gjt.sp.jedit.textarea.Gutter extends JComponent implements Serializable

Serialized Fields

view

View view

textArea

JEditTextArea textArea

extensionMgr

ExtensionManager extensionMgr

baseline

int baseline

gutterSize

Dimension gutterSize

collapsedSize

Dimension collapsedSize

intervalHighlight

Color intervalHighlight

currentLineHighlight

Color currentLineHighlight

foldColor

Color foldColor

fm

FontMetrics fm

alignment

int alignment

interval

int interval

currentLineHighlightEnabled

boolean currentLineHighlightEnabled

expanded

boolean expanded

structureHighlight

boolean structureHighlight

structureHighlightColor

Color structureHighlightColor

markerHighlight

boolean markerHighlight

markerHighlightColor

Color markerHighlightColor

borderWidth

int borderWidth

focusBorder

Border focusBorder

noFocusBorder

Border noFocusBorder

Class org.gjt.sp.jedit.textarea.JEditTextArea extends JComponent implements Serializable

Serialized Fields

trace

Exception trace

lineSegment

Segment lineSegment

mouseHandler

JEditTextArea.MouseHandler mouseHandler

chunkCache

ChunkCache chunkCache

displayManager

DisplayManager displayManager

bufferChanging

boolean bufferChanging

maxHorizontalScrollWidth

int maxHorizontalScrollWidth

wrap

String wrap

hardWrap

boolean hardWrap

tabSize

float tabSize

charWidth

int charWidth

maxLineLen

int maxLineLen

scrollBarsInitialized

boolean scrollBarsInitialized

selection

Vector selection

returnValue

Point returnValue

lastLinePartial

boolean lastLinePartial

view

View view

gutter

Gutter gutter

painter

TextAreaPainter painter

popup

JPopupMenu popup

popupEnabled

boolean popupEnabled

listenerList

EventListenerList listenerList

caretEvent

JEditTextArea.MutableCaretEvent caretEvent

caretBlinks

boolean caretBlinks

blink

boolean blink

physLastLine

int physLastLine

screenLastLine

int screenLastLine

visibleLines

int visibleLines

electricScroll

int electricScroll

horizontalOffset

int horizontalOffset

quickCopy

boolean quickCopy

verticalBox

Box verticalBox

vertical

JScrollBar vertical

horizontal

JScrollBar horizontal

buffer

Buffer buffer

caret

int caret

caretLine

int caretLine

caretScreenLine

int caretScreenLine

structureMatchers

List structureMatchers

match

StructureMatcher.Match match

magicCaret

int magicCaret

multi

boolean multi

overwrite

boolean overwrite

rectangularSelectionMode

boolean rectangularSelectionMode

dndEnabled

boolean dndEnabled

dndCallback

Method dndCallback

dndInProgress

boolean dndInProgress

queuedCaretUpdate

boolean queuedCaretUpdate

queuedScrollToElectric

boolean queuedScrollToElectric

queuedFireCaretEvent

boolean queuedFireCaretEvent

Class org.gjt.sp.jedit.textarea.TextAreaPainter extends JComponent implements Serializable

Serialized Fields

textArea

JEditTextArea textArea

styles

SyntaxStyle[] styles

caretColor

Color caretColor

selectionColor

Color selectionColor

multipleSelectionColor

Color multipleSelectionColor

lineHighlightColor

Color lineHighlightColor

structureHighlightColor

Color structureHighlightColor

eolMarkerColor

Color eolMarkerColor

wrapGuideColor

Color wrapGuideColor

foldLineStyle

SyntaxStyle[] foldLineStyle

blockCaret

boolean blockCaret

lineHighlight

boolean lineHighlight

structureHighlight

boolean structureHighlight

eolMarkers

boolean eolMarkers

wrapGuide

boolean wrapGuide

antiAlias

boolean antiAlias

fracFontMetrics

boolean fracFontMetrics

fm

FontMetrics fm

extensionMgr

ExtensionManager extensionMgr

caretExtension

TextAreaPainter.PaintCaret caretExtension

renderingHints

RenderingHints renderingHints

fontRenderContext

FontRenderContext fontRenderContext

fonts

HashMap fonts


Package org.gjt.sp.jedit.help

Class org.gjt.sp.jedit.help.HelpViewer extends JFrame implements Serializable

Serialized Fields

baseURL

String baseURL

shortURL

String shortURL

back

JButton back

forward

JButton forward

viewer

JEditorPane viewer

title

JLabel title

splitter

JSplitPane splitter

history

String[] history

historyPos

int historyPos

toc

HelpTOCPanel toc

queuedTOCReload

boolean queuedTOCReload


Package org.gjt.sp.jedit.menu

Class org.gjt.sp.jedit.menu.EnhancedCheckBoxMenuItem extends JCheckBoxMenuItem implements Serializable

Serialized Fields

context

ActionContext context

shortcut

String shortcut

action

String action

Class org.gjt.sp.jedit.menu.EnhancedMenu extends JMenu implements Serializable

Serialized Fields

initialComponentCount

int initialComponentCount

context

ActionContext context

providerCode

String providerCode

provider

DynamicMenuProvider provider

ebStub

EnhancedMenu.EditBusStub ebStub

Class org.gjt.sp.jedit.menu.EnhancedMenuItem extends JMenuItem implements Serializable

Serialized Fields

shortcut

String shortcut

action

String action


Package org.gjt.sp.util

Class org.gjt.sp.util.CharIndexedSegment extends Object implements Serializable

Serialized Fields

seg

Segment seg

m_index

int m_index

reverse

boolean reverse

Class org.gjt.sp.util.WorkThread.Abort extends Error implements Serializable