Serialized Form


Package console

Class console.Console extends javax.swing.JPanel implements Serializable

serialVersionUID: -9185531673809120587L

Serialized Fields

view

org.gjt.sp.jedit.View view

shellStateMap

java.util.Map<K,V> shellStateMap

currentShell

Shell currentShell

shellState

Console.ShellState shellState

shellCombo

javax.swing.JComboBox shellCombo

runAgain

org.gjt.sp.jedit.gui.RolloverButton runAgain

run

org.gjt.sp.jedit.gui.RolloverButton run

toBuffer

org.gjt.sp.jedit.gui.RolloverButton toBuffer

stop

org.gjt.sp.jedit.gui.RolloverButton stop

clear

org.gjt.sp.jedit.gui.RolloverButton clear

animationLabel

javax.swing.JLabel animationLabel

animation

org.gjt.sp.jedit.gui.AnimatedIcon animation

text

ConsolePane text

infoColor

java.awt.Color infoColor

warningColor

java.awt.Color warningColor

errorColor

java.awt.Color errorColor

plainColor

java.awt.Color plainColor

errorSource

errorlist.DefaultErrorSource errorSource

Class console.Console.EvalAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

command

java.lang.String command

Class console.ConsolePane extends javax.swing.JTextPane implements Serializable

Serialized Fields

listenerList

javax.swing.event.EventListenerList listenerList

history

ConsoleHistoryText history

Class console.ErrorListModel extends javax.swing.DefaultListModel implements Serializable

Serialized Fields

m_matchers

java.util.ArrayList<E> m_matchers

m_default

org.gjt.sp.util.StringList m_default

Package console.commando

Class console.commando.CommandoButton extends javax.swing.JButton implements Serializable

Serialized Fields

visible

boolean visible

command

CommandoCommand command

contextMenu

javax.swing.JPopupMenu contextMenu

hide

javax.swing.JMenuItem hide

customize

javax.swing.JMenuItem customize

Class console.commando.CommandoDialog extends org.gjt.sp.jedit.gui.EnhancedDialog implements Serializable

Serialized Fields

view

org.gjt.sp.jedit.View view

commandCombo

javax.swing.JComboBox commandCombo

tabs

javax.swing.JTabbedPane tabs

settings

CommandoDialog.SettingsPane settings

commandLine

console.commando.CommandoDialog.TextAreaPane commandLine

ok

javax.swing.JButton ok

cancel

javax.swing.JButton cancel

command

CommandoCommand command

nameSpace

org.gjt.sp.jedit.bsh.NameSpace nameSpace

scripts

java.util.List<E> scripts

components

java.util.List<E> components

init

boolean init

Class console.commando.CommandoDialog.SettingsPane extends javax.swing.JPanel implements Serializable

Serialized Fields

gridBag

java.awt.GridBagLayout gridBag

y

int y

Class console.commando.CommandoToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

view

org.gjt.sp.jedit.View view

Package console.gui

Class console.gui.Button extends javax.swing.JButton implements Serializable

Class console.gui.CheckBox extends javax.swing.JCheckBox implements Serializable

Serialized Fields

name

java.lang.String name

Class console.gui.Label extends javax.swing.JLabel implements Serializable

Class console.gui.PanelStack extends javax.swing.JPanel implements Serializable

Serialized Fields

panels

java.util.HashMap<K,V> panels

current

javax.swing.JPanel current

Package console.options

Class console.options.CompileRunOptionPane extends org.gjt.sp.jedit.AbstractOptionPane implements Serializable

serialVersionUID: -1672963909425664168L

Serialized Fields

model

console.options.ModeTableModel model

Class console.options.ErrorsOptionPane extends org.gjt.sp.jedit.AbstractOptionPane implements Serializable

Serialized Fields

errorListModel

ErrorListModel errorListModel

errorList

javax.swing.JList errorList

panelStack

PanelStack panelStack

add

javax.swing.JButton add

remove

javax.swing.JButton remove

reset

javax.swing.JButton reset

up

javax.swing.JButton up

down

javax.swing.JButton down

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

Serialized Fields

font

org.gjt.sp.jedit.gui.FontSelector font

encoding

javax.swing.JComboBox encoding

bgColor

javax.swing.JButton bgColor

usejEditBgColor

javax.swing.JButton usejEditBgColor

plainColor

javax.swing.JButton plainColor

caretColor

javax.swing.JButton caretColor

infoColor

javax.swing.JButton infoColor

warningColor

javax.swing.JButton warningColor

errorColor

javax.swing.JButton errorColor

showWelcomeMessage

javax.swing.JCheckBox showWelcomeMessage

limit

javax.swing.JTextField limit

Class console.options.SystemOptionPane extends org.gjt.sp.jedit.AbstractOptionPane implements Serializable

Serialized Fields

prefix

javax.swing.JComboBox prefix

rememberCWD

javax.swing.JCheckBox rememberCWD

nodeselect

javax.swing.JCheckBox nodeselect

mergeError

javax.swing.JCheckBox mergeError

showExitStatus

javax.swing.JCheckBox showExitStatus

pvselect

javax.swing.JCheckBox pvselect

pvchange

javax.swing.JCheckBox pvchange

pathDirs

javax.swing.JTextField pathDirs

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

Serialized Fields

enabledCheckBox

javax.swing.JCheckBox enabledCheckBox

checkBoxes

java.util.TreeMap<K,V> checkBoxes