Serialized Form


Package org.gjt.sp.jedit.syntax

Class org.gjt.sp.jedit.syntax.SyntaxDocument extends javax.swing.text.PlainDocument implements Serializable

Serialized Fields

tokenMarker

TokenMarker tokenMarker


Package org.gjt.sp.jedit.textarea

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

Serialized Fields

antiAliasing

boolean antiAliasing

wasAntiAliasing

boolean wasAntiAliasing

textArea

JEditTextArea textArea

context

javax.swing.JPopupMenu context

highlights

TextAreaHighlight highlights

baseline

int baseline

ileft

int ileft

gutterSize

java.awt.Dimension gutterSize

collapsedSize

java.awt.Dimension collapsedSize

intervalHighlight

java.awt.Color intervalHighlight

caretMark

java.awt.Color caretMark

anchorMark

java.awt.Color anchorMark

selectionMark

java.awt.Color selectionMark

fm

java.awt.FontMetrics fm

alignment

int alignment

interval

int interval

lineNumberingEnabled

boolean lineNumberingEnabled

collapsed

boolean collapsed

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

Serialized Fields

view

JextFrame view

lineSegment

javax.swing.text.Segment lineSegment

painter

TextAreaPainter painter

gutter

Gutter gutter

popup

javax.swing.JPopupMenu popup

listenerList

javax.swing.event.EventListenerList listenerList

caretEvent

JEditTextArea.MutableCaretEvent caretEvent

caretBlinks

boolean caretBlinks

caretVisible

boolean caretVisible

blink

boolean blink

editable

boolean editable

maxHorizontalScrollWidth

int maxHorizontalScrollWidth

firstLine

int firstLine

visibleLines

int visibleLines

electricScroll

int electricScroll

horizontalOffset

int horizontalOffset

vertical

javax.swing.JScrollBar vertical

horizontal

javax.swing.JScrollBar horizontal

scrollBarsInitialized

boolean scrollBarsInitialized

inputHandler

InputHandler inputHandler

document

SyntaxDocument document

documentHandler

JEditTextArea.DocumentHandler documentHandler

documentHandlerInstalled

boolean documentHandlerInstalled

selectionStart

int selectionStart

selectionStartLine

int selectionStartLine

selectionEnd

int selectionEnd

selectionEndLine

int selectionEndLine

biasLeft

boolean biasLeft

bracketPosition

int bracketPosition

bracketLine

int bracketLine

magicCaret

int magicCaret

overwrite

boolean overwrite

rectSelect

boolean rectSelect

clickCount

int clickCount

oneClickEvent

java.awt.event.ActionEvent oneClickEvent

oneClick

OneClickAction oneClick

dragText

boolean dragText

dragCursor

boolean dragCursor

dragControlDown

boolean dragControlDown

shadowCaretLine

int shadowCaretLine

shadowCaretOffset

int shadowCaretOffset

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

Serialized Fields

antiAliasing

boolean antiAliasing

wasAntiAliasing

boolean wasAntiAliasing

wrapGuide

boolean wrapGuide

wrapGuideColor

java.awt.Color wrapGuideColor

wrapGuideOffset

int wrapGuideOffset

linesIntervalHighlight

boolean linesIntervalHighlight

linesIntervalColor

java.awt.Color linesIntervalColor

linesInterval

int linesInterval

textArea

JEditTextArea textArea

styles

SyntaxStyle[] styles

caretColor

java.awt.Color caretColor

selectionColor

java.awt.Color selectionColor

lineHighlightColor

java.awt.Color lineHighlightColor

highlightColor

java.awt.Color highlightColor

bracketHighlightColor

java.awt.Color bracketHighlightColor

eolMarkerColor

java.awt.Color eolMarkerColor

blockCaret

boolean blockCaret

lineHighlight

boolean lineHighlight

bracketHighlight

boolean bracketHighlight

paintInvalid

boolean paintInvalid

eolMarkers

boolean eolMarkers

cols

int cols

rows

int rows

tabSize

int tabSize

fm

java.awt.FontMetrics fm

highlights

TextAreaHighlight highlights

firstPriorityHighlights

TextAreaHighlight firstPriorityHighlights


Package org.jext

Class org.jext.JextFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

toolBar

JextToolBar toolBar

pluginsMenu

javax.swing.JMenu pluginsMenu

menuRecent

JextRecentMenu menuRecent

_dividerSize

int _dividerSize

xtree

XTree xtree

console

Console console

dawnLogWindow

DawnLogWindow dawnLogWindow

pythonLogWindow

PythonLogWindow pythonLogWindow

workspaces

Workspaces workspaces

virtualFolders

VirtualFolders virtualFolders

auto

AutoSave auto

chooser

javax.swing.JFileChooser chooser

accessory

FindAccessory accessory

centerPane

javax.swing.JPanel centerPane

textAreasPane

JextTabbedPane textAreasPane

split

javax.swing.JSplitPane split

hTabbedPane

javax.swing.JTabbedPane hTabbedPane

vTabbedPane

javax.swing.JTabbedPane vTabbedPane

splitter

javax.swing.JSplitPane splitter

textAreaSplitter

javax.swing.JSplitPane textAreaSplitter

splittedTextArea

JextTextArea splittedTextArea

message

javax.swing.JLabel message

status

javax.swing.JLabel status

waitCount

int waitCount

batchMode

int batchMode

jextListeners

java.util.ArrayList jextListeners

transientItems

java.util.ArrayList transientItems

transientSwitch

boolean transientSwitch

keyEventInterceptor

java.awt.event.KeyListener keyEventInterceptor

inputHandler

InputHandler inputHandler

currentProjectMgr

ProjectManager currentProjectMgr

projectMgmts

java.util.HashMap projectMgmts

defaultProjectMgmt

ProjectManagement defaultProjectMgmt

Class org.jext.JextTabbedPane extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

parent

JextFrame parent

fileNames

java.util.HashMap fileNames

_mouseListener

JextTabbedPane.PopupMenu _mouseListener

Class org.jext.JextTextArea extends JEditTextArea implements Serializable

Serialized Fields

parent

JextFrame parent

mode

java.lang.String mode

modTime

long modTime

anchor

javax.swing.text.Position anchor

fontSize

int fontSize

fontStyle

int fontStyle

fontName

java.lang.String fontName

currentFile

java.lang.String currentFile

lineTermSelector

javax.swing.JComboBox lineTermSelector

undoing

boolean undoing

undo

javax.swing.undo.UndoManager undo

compoundEdit

javax.swing.undo.CompoundEdit compoundEdit

currentEdit

javax.swing.undo.CompoundEdit currentEdit

dirty

boolean dirty

newf

boolean newf

operation

boolean operation

protectedCompoundEdit

boolean protectedCompoundEdit

searchHighlight

SearchHighlight searchHighlight

myLineTerm

java.lang.String myLineTerm

origLineTerm

java.lang.String origLineTerm


Package org.jext.dawn

Class org.jext.dawn.DawnRuntimeException extends java.lang.Exception implements Serializable


Package org.jext.scripting

Class org.jext.scripting.AbstractLogWindow extends DockablePane implements Serializable

Serialized Fields

textArea

javax.swing.JTextArea textArea


Package org.jext.scripting.dawn

Class org.jext.scripting.dawn.DawnLogWindow extends AbstractLogWindow implements Serializable

Serialized Fields

clear

JextHighlightButton clear

immediate

javax.swing.JTextField immediate


Package org.jext.scripting.python

Class org.jext.scripting.python.PythonLogWindow extends AbstractLogWindow implements Serializable

Serialized Fields

regexp

gnu.regexp.RE regexp

docked

boolean docked

clear

JextHighlightButton clear

dock

JextHighlightButton dock

textAreaScroller

javax.swing.JScrollPane textAreaScroller

writerStdOut

java.io.Writer writerStdOut

writeStdErr

java.io.Writer writeStdErr


Package org.jext.xinsert

Class org.jext.xinsert.XTree extends javax.swing.JPanel implements Serializable

Serialized Fields

file

java.lang.String file

currentMode

java.lang.String currentMode

tree

javax.swing.JTree tree

parent

JextFrame parent

treeModel

javax.swing.tree.DefaultTreeModel treeModel
This contains the complete content of the files. It's never associated to the JTree: associateXTreeToMode reads it and chooses the right nodes.

See Also:
associateXTreeToMode

expand

JextHighlightButton expand

collapse

JextHighlightButton collapse

reload

JextHighlightButton reload

carriageReturn

JextCheckBox carriageReturn

executeScript

JextCheckBox executeScript

textSurrounding

JextCheckBox textSurrounding

rootIndex

int rootIndex

root

XTreeNode root

menuStack

java.util.Stack menuStack

xtreeObj

XTreeObject xtreeObj

Class org.jext.xinsert.XTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

pos

int pos

modes

java.lang.String modes


Package org.jext.options

Class org.jext.options.ColorTable extends javax.swing.JTable implements Serializable

Class org.jext.options.ColorTable.ColorTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

colorChoices

java.util.ArrayList colorChoices

Class org.jext.options.EditorOptions extends AbstractOptionPane implements Serializable

Serialized Fields

fonts

FontSelector fonts

autoScroll

javax.swing.JTextField autoScroll

linesInterval

javax.swing.JTextField linesInterval

wrapGuide

javax.swing.JTextField wrapGuide

newline

javax.swing.JComboBox newline

tabSize

javax.swing.JComboBox tabSize

modes

javax.swing.JComboBox modes

encoding

javax.swing.JComboBox encoding

orientation

javax.swing.JComboBox orientation

enterIndent

JextCheckBox enterIndent

tabIndent

JextCheckBox tabIndent

softTabs

JextCheckBox softTabs

blockCaret

JextCheckBox blockCaret

selection

JextCheckBox selection

smartHomeEnd

JextCheckBox smartHomeEnd

splitArea

JextCheckBox splitArea

fullFileName

JextCheckBox fullFileName

lineHighlight

JextCheckBox lineHighlight

eolMarkers

JextCheckBox eolMarkers

blinkCaret

JextCheckBox blinkCaret

tabStop

JextCheckBox tabStop

linesIntervalEnabled

JextCheckBox linesIntervalEnabled

wrapGuideEnabled

JextCheckBox wrapGuideEnabled

dirDefaultDialog

JextCheckBox dirDefaultDialog

overSpace

JextCheckBox overSpace

addExtraLineFeed

JextCheckBox addExtraLineFeed

preserveLineTerm

JextCheckBox preserveLineTerm

modeNames

java.lang.String[] modeNames

Class org.jext.options.FileFiltersOptions extends AbstractOptionPane implements Serializable

Serialized Fields

filtersTable

javax.swing.JTable filtersTable

filters

java.util.ArrayList filters

theTableModel

FileFiltersOptions.FiltersTableModel theTableModel

Class org.jext.options.GeneralOptions extends AbstractOptionPane implements Serializable

Serialized Fields

prompt

javax.swing.JComboBox prompt

saveDelay

javax.swing.JTextField saveDelay

maxRecent

javax.swing.JTextField maxRecent

promptPattern

javax.swing.JTextField promptPattern

templatesDir

javax.swing.JTextField templatesDir

check

JextCheckBox check

tips

JextCheckBox tips

console

JextCheckBox console

fullFileName

JextCheckBox fullFileName

autoSave

JextCheckBox autoSave

labeledSeparator

JextCheckBox labeledSeparator

saveSession

JextCheckBox saveSession

scriptingDebug

JextCheckBox scriptingDebug

leftPanel

JextCheckBox leftPanel

topPanel

JextCheckBox topPanel

newWindow

JextCheckBox newWindow

scrollableTabbedPanes

JextCheckBox scrollableTabbedPanes

jythonMode

JextCheckBox jythonMode

Class org.jext.options.GutterOptions extends AbstractOptionPane implements Serializable

Serialized Fields

font

FontSelector font

numberAlignment

javax.swing.JComboBox numberAlignment

gutterExpanded

JextCheckBox gutterExpanded

lineNumbersEnabled

JextCheckBox lineNumbersEnabled

highlightInterval

javax.swing.JTextField highlightInterval

gutterBorderWidth

javax.swing.JTextField gutterBorderWidth

gutterWidth

javax.swing.JTextField gutterWidth

Class org.jext.options.KeyShortcutsOptions extends AbstractOptionPane implements Serializable

Serialized Fields

table

javax.swing.JTable table

actions

java.lang.String[] actions

labels

java.lang.String[] labels

_keys

java.lang.String[] _keys

theTableModel

KeyShortcutsOptions.KeysTableModel theTableModel

Class org.jext.options.LangOptions extends AbstractOptionPane implements Serializable

Serialized Fields

langList

javax.swing.JList langList

Class org.jext.options.LoadingOptions extends AbstractOptionPane implements Serializable

Serialized Fields

xtreeEnabled

JextCheckBox xtreeEnabled

consoleEnabled

JextCheckBox consoleEnabled

loadClasses

JextCheckBox loadClasses

keepInMemory

JextCheckBox keepInMemory

Class org.jext.options.OptionsDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

paneTree

javax.swing.JTree paneTree

cardPanel

javax.swing.JPanel cardPanel

currentLabel

javax.swing.JLabel currentLabel

ok

JextHighlightButton ok

cancel

JextHighlightButton cancel

apply

JextHighlightButton apply

jextGroup

OptionGroup jextGroup

pluginsGroup

OptionGroup pluginsGroup

theTree

OptionsDialog.OptionTreeModel theTree

toReload

boolean toReload

isLoadingPlugs

boolean isLoadingPlugs

isLoadingCore

boolean isLoadingCore

currPaneName

java.lang.String currPaneName

currPlugin

Plugin currPlugin

cachPlugPanes

java.util.ArrayList cachPlugPanes

notCachPlugPanes

java.util.ArrayList notCachPlugPanes

notCachPlugin

java.util.ArrayList notCachPlugin

parent

JextFrame parent

Class org.jext.options.PrintOptions extends AbstractOptionPane implements Serializable

Serialized Fields

fonts

FontSelector fonts

pageLayout

JextHighlightButton pageLayout

pgfmt

java.awt.print.PageFormat pgfmt

lineNumbers

JextCheckBox lineNumbers

wrap

JextCheckBox wrap

syntax

JextCheckBox syntax

header

JextCheckBox header

footer

JextCheckBox footer

Class org.jext.options.SecurityOptions extends AbstractOptionPane implements Serializable

Serialized Fields

enableServer

JextCheckBox enableServer

Class org.jext.options.StylesOptions extends AbstractOptionPane implements Serializable

Serialized Fields

colorModel

ColorTable.ColorTableModel colorModel

colorTable

ColorTable colorTable

styleModel

StyleTable.StyleTableModel styleModel

styleTable

StyleTable styleTable

Class org.jext.options.StyleTable extends javax.swing.JTable implements Serializable

Class org.jext.options.StyleTable.StyleTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

styleChoices

java.util.ArrayList styleChoices

Class org.jext.options.UIOptions extends AbstractOptionPane implements Serializable

Serialized Fields

icons

javax.swing.JComboBox icons

skins

javax.swing.JComboBox skins

showToolbar

JextCheckBox showToolbar

labeledSeparator

JextCheckBox labeledSeparator

gray

JextCheckBox gray

flatMenus

JextCheckBox flatMenus

buttonsHighlight

JextCheckBox buttonsHighlight

toolbarRollover

JextCheckBox toolbarRollover

decoratedFrames

JextCheckBox decoratedFrames

currSkinIndex

int currSkinIndex

skinsNames

UIOptions.SkinItem[] skinsNames


Package org.jext.console

Class org.jext.console.Console extends javax.swing.JScrollPane implements Serializable

Serialized Fields

currentCmd

Command currentCmd

firstCmd

Command firstCmd

parent

JextFrame parent

cProcess

Console.ConsoleProcess cProcess

parser

org.python.util.InteractiveInterpreter parser
This parser is used as interpreter for the Jython mode


pythonBuf

java.lang.StringBuffer pythonBuf
This buffer stores the incomplete Python command lines


current

java.lang.String current

outputDocument

javax.swing.text.Document outputDocument

textArea

ConsoleTextPane textArea

historyModel

HistoryModel historyModel

userLimit

int userLimit
This is the point from where starts the text the user can edit. The text before was either output or (from the user but accepted with <Enter>)


typingLocation

int typingLocation
This is where the user-typed text that hasn't still be accepted ends. If it's before the document length, the user cannot type.


index

int index
If the command is taken from the history, this is its position inside it: 0 for the last command, 1 for the one before and so on; if it's -1, the command doesn't come from the history.


errorColor

java.awt.Color errorColor

promptColor

java.awt.Color promptColor

outputColor

java.awt.Color outputColor

infoColor

java.awt.Color infoColor

displayPath

boolean displayPath

prompt

java.lang.String prompt

hostName

java.lang.String hostName

oldPath

java.lang.String oldPath

promptPattern

java.lang.String promptPattern

alwaysAllowType

boolean alwaysAllowType

evalCom

Command evalCom

writerSTDOUT

java.io.Writer writerSTDOUT

writeSTDERR

java.io.Writer writeSTDERR

Class org.jext.console.ConsoleTextPane extends javax.swing.JTextPane implements Serializable

Serialized Fields

parent

Console parent

_keyListener

ConsoleTextPane.ConsoleKeyAdapter _keyListener

_mouseListener

java.awt.event.MouseAdapter _mouseListener


Package org.jext.misc

Class org.jext.misc.AboutPlugins extends javax.swing.JDialog implements Serializable

Serialized Fields

ok

JextHighlightButton ok

plugs

AboutPlugins.InstalledPlugin[] plugs

Class org.jext.misc.AboutWindow extends javax.swing.JDialog implements Serializable

Class org.jext.misc.CompleteWordList extends javax.swing.JWindow implements Serializable

Serialized Fields

itemsList

javax.swing.JList itemsList

word

java.lang.String word

parent

JextFrame parent

textArea

JextTextArea textArea

Class org.jext.misc.FindAccessory extends javax.swing.JPanel implements Serializable

Serialized Fields

chooser

javax.swing.JFileChooser chooser
Parent JFileChooser component


actionStart

FindAccessory.FindAction actionStart

actionStop

FindAccessory.FindAction actionStop

searchThread

java.lang.Thread searchThread
This version of FindAccesory supports only one active search thread


killFind

boolean killFind
Set to true to stop current search


searchTabs

FindAccessory.FindTabs searchTabs
Find options with results list


controlPanel

FindAccessory.FindControls controlPanel
Find controls with progress display


total

int total
Number of items inspected by current/last search


matches

int matches
Number of items found by current/last search


maxMatches

int maxMatches
Max number of found items to prevent overloading the results list.

Class org.jext.misc.JextMail extends javax.swing.JDialog implements Serializable

Serialized Fields

y

int y

pane

javax.swing.JPanel pane

parent

JextFrame parent

mailer

java.lang.Thread mailer

tracer

javax.swing.JTextArea tracer

traceState

boolean traceState

scroller

javax.swing.JScrollPane scroller

textArea

JextTextArea textArea

gridBag

java.awt.GridBagLayout gridBag

send

JextHighlightButton send

cancel

JextHighlightButton cancel

details

JextHighlightButton details

host

javax.swing.JTextField host

from

javax.swing.JTextField from

to

javax.swing.JTextField to

subject

javax.swing.JTextField subject

Class org.jext.misc.ProjectPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

panelCard

javax.swing.JPanel panelCard

carder

java.awt.CardLayout carder

workspaces

JextToggleButton workspaces

bookmarks

JextToggleButton bookmarks

Class org.jext.misc.SaveDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

mode

int mode

dirty

int dirty

areas

SaveDialog.DirtyArea[] areas

parent

JextFrame parent

all

JextHighlightButton all

none

JextHighlightButton none

cancel

JextHighlightButton cancel

ok

JextHighlightButton ok

Class org.jext.misc.VirtualFolders extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

JextFrame parent

deleteItem

JextHighlightButton deleteItem

openFile

JextHighlightButton openFile

addFile

JextHighlightButton addFile

addAllFiles

JextHighlightButton addAllFiles

newFolder

JextHighlightButton newFolder

popup

javax.swing.JPopupMenu popup

deleteM

EnhancedMenuItem deleteM

openFileM

EnhancedMenuItem openFileM

addFileM

EnhancedMenuItem addFileM

addAllFilesM

EnhancedMenuItem addAllFilesM

newFolderM

EnhancedMenuItem newFolderM

tree

javax.swing.JTree tree

treeModel

javax.swing.tree.DefaultTreeModel treeModel

root

VirtualFolders.VirtualFolderNode root

Class org.jext.misc.Workspaces extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

JextFrame parent

workspacesList

javax.swing.JList workspacesList

model

javax.swing.DefaultListModel model

currentWorkspace

Workspaces.WorkspaceElement currentWorkspace

loading

boolean loading

newWorkspace

JextHighlightButton newWorkspace

removeWorkspace

JextHighlightButton removeWorkspace

switchWorkspace

JextHighlightButton switchWorkspace

Class org.jext.misc.ZipExplorer extends javax.swing.JDialog implements Serializable

Serialized Fields

parent

JextFrame parent

zipName

java.lang.String zipName

zipTable

javax.swing.JTable zipTable

zipFile

java.util.zip.ZipFile zipFile

open

JextHighlightButton open

cancel

JextHighlightButton cancel

textArea

JextTextArea textArea

zipModel

ZipExplorer.ZipTableModel zipModel

zipEntries

java.util.Enumeration zipEntries


Package org.jext.search

Class org.jext.search.FindAllDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

results

javax.swing.JList results

parent

JextFrame parent

fieldSearch

javax.swing.JComboBox fieldSearch

resultModel

javax.swing.DefaultListModel resultModel

fieldSearchEditor

javax.swing.JTextField fieldSearchEditor

find

JextHighlightButton find

cancel

JextHighlightButton cancel

useRegexp

javax.swing.JCheckBox useRegexp

ignoreCase

javax.swing.JCheckBox ignoreCase

highlight

javax.swing.JCheckBox highlight

Class org.jext.search.FindReplace extends javax.swing.JDialog implements Serializable

Serialized Fields

type

int type

parent

JextFrame parent

fieldSearch

javax.swing.JComboBox fieldSearch

fieldReplace

javax.swing.JComboBox fieldReplace

fieldSearchEditor

javax.swing.JTextField fieldSearchEditor

fieldReplaceEditor

javax.swing.JTextField fieldReplaceEditor

script

javax.swing.JTextField script

btnFind

JextHighlightButton btnFind

btnReplace

JextHighlightButton btnReplace

btnReplaceAll

JextHighlightButton btnReplaceAll

btnCancel

JextHighlightButton btnCancel

checkIgnoreCase

JextCheckBox checkIgnoreCase

saveStates

JextCheckBox saveStates

useRegexp

JextCheckBox useRegexp

allFiles

JextCheckBox allFiles

scripted

JextCheckBox scripted


Package org.jext.toolbar

Class org.jext.toolbar.FastFind extends javax.swing.JTextField implements Serializable

Serialized Fields

parent

JextFrame parent

Class org.jext.toolbar.FastSyntax extends javax.swing.JComboBox implements Serializable

Serialized Fields

parent

JextFrame parent

Class org.jext.toolbar.JextToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

grayed

boolean grayed

buttonsPanel

javax.swing.JToolBar buttonsPanel

persistentToolBar

javax.swing.JToolBar persistentToolBar

transientToolBar

javax.swing.JToolBar transientToolBar


Package org.jext.gui

Class org.jext.gui.AbstractOptionPane extends javax.swing.JPanel implements Serializable

Serialized Fields

y

int y

gridBag

java.awt.GridBagLayout gridBag

name

java.lang.String name

Class org.jext.gui.DisabledCellRenderer extends javax.swing.JLabel implements Serializable

Class org.jext.gui.DockablePane extends javax.swing.JFrame implements Serializable

Serialized Fields

parent

JextFrame parent

content

javax.swing.JPanel content

tabTitle

java.lang.String tabTitle

ownerPane

javax.swing.JTabbedPane ownerPane

dockingStatus

int dockingStatus
The current status


savedMinSize

java.awt.Dimension savedMinSize

Class org.jext.gui.EnhancedMenuItem extends javax.swing.JMenuItem implements Serializable

Serialized Fields

keyBinding

java.lang.String keyBinding

acceleratorFont

java.awt.Font acceleratorFont

acceleratorForeground

java.awt.Color acceleratorForeground

acceleratorSelectionForeground

java.awt.Color acceleratorSelectionForeground

Class org.jext.gui.FontSelector extends JextHighlightButton implements Serializable

Serialized Fields

key

java.lang.String key

styles

java.lang.String[] styles

Class org.jext.gui.JextButton extends javax.swing.JButton implements Serializable

Serialized Fields

_mouseListener

JextButton.MouseHandler _mouseListener

grayedIcon

javax.swing.ImageIcon grayedIcon

coloredIcon

javax.swing.ImageIcon coloredIcon

nColor

java.awt.Color nColor

Class org.jext.gui.JextCheckBox extends javax.swing.JCheckBox implements Serializable

Class org.jext.gui.JextHighlightButton extends javax.swing.JButton implements Serializable

Serialized Fields

nColor

java.awt.Color nColor

_mouseListener

JextHighlightButton.MouseHandler _mouseListener

Class org.jext.gui.JextLabeledMenuSeparator extends javax.swing.JPopupMenu.Separator implements Serializable

Serialized Fields

stext

java.lang.String stext

Class org.jext.gui.JextMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

menuComponents

java.awt.Component[] menuComponents

Class org.jext.gui.JextMenuSeparator extends javax.swing.JPopupMenu.Separator implements Serializable

Class org.jext.gui.JextProgressBar extends javax.swing.JProgressBar implements Serializable

Class org.jext.gui.JextSeparator extends javax.swing.JToolBar.Separator implements Serializable

Class org.jext.gui.JextToggleButton extends javax.swing.JToggleButton implements Serializable

Serialized Fields

nColor

java.awt.Color nColor

_mouseListener

JextToggleButton.MouseHandler _mouseListener

Class org.jext.gui.ModifiedCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class org.jext.gui.SplashScreen extends javax.swing.JWindow implements Serializable

Serialized Fields

thread

java.lang.Thread thread

finished

boolean finished

classes

java.lang.String[] classes

progress

JextProgressBar progress

Class org.jext.gui.VoidComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

zero

java.awt.Dimension zero


Package org.jext.menus

Class org.jext.menus.JextMenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

menus

java.util.Hashtable menus

fileMenusAdded

int fileMenusAdded

fileItemsAdded

int fileItemsAdded

editMenusAdded

int editMenusAdded

editItemsAdded

int editItemsAdded

Class org.jext.menus.TemplatesMenu extends JextMenu implements Serializable

Serialized Fields

creater

CreateTemplate creater



Copyright © 2002 Romain Guy.