Serialized Form


Package edu.princeton.swing

Class edu.princeton.swing.AbstractAction2 extends AbstractAction implements Serializable

Class edu.princeton.swing.ActionedUndoManager extends UndoManager implements Serializable

Serialized Fields

undoAction

AbstractAction2 undoAction

redoAction

AbstractAction2 redoAction

needsUpdate

boolean needsUpdate

Class edu.princeton.swing.ActionedUndoManager.RedoAction extends AbstractAction2 implements Serializable

Class edu.princeton.swing.ActionedUndoManager.UndoAction extends AbstractAction2 implements Serializable

Class edu.princeton.swing.ClipboardTargetManager.CopyAction extends AbstractAction2 implements Serializable

Class edu.princeton.swing.ClipboardTargetManager.CutAction extends AbstractAction2 implements Serializable

Class edu.princeton.swing.ClipboardTargetManager.PasteAction extends AbstractAction2 implements Serializable

Class edu.princeton.swing.ClipboardTargetManager.SelectAllAction extends AbstractAction2 implements Serializable

Class edu.princeton.swing.DefaultPropertiedListSelectionModel extends DefaultListSelectionModel implements Serializable

Serialized Fields

propertyChangeListeners

Vector<E> propertyChangeListeners

Class edu.princeton.swing.DefaultTristateButtonModel extends JToggleButton.ToggleButtonModel implements Serializable

Serialized Fields

tristate

boolean tristate

Class edu.princeton.swing.EnabledListCellRenderer extends DefaultListCellRenderer implements Serializable

Class edu.princeton.swing.PDefaultListSelectionModel extends DefaultListSelectionModel implements Serializable

Serialized Fields

propertyChangeListeners

Vector<E> propertyChangeListeners

Class edu.princeton.swing.PHighlightedTextArea extends JScrollPane implements Serializable

Serialized Fields

numberedArea

PHighlightedTextArea.InternalNumberedArea numberedArea

textArea

PHighlightedTextArea.InternalTextArea textArea

highlightStyles

HighlightStyle[] highlightStyles

plainFont

Font plainFont

highlightFonts

Font[] highlightFonts

supressReaction

boolean supressReaction

monospaced

boolean monospaced

maxCharacterWidth

int maxCharacterWidth

plainCharacterWidths

int[] plainCharacterWidths

boldCharacterWidths

int[] boldCharacterWidths

italicCharacterWidths

int[] italicCharacterWidths

boldItalicCharacterWidths

int[] boldItalicCharacterWidths

characterHeight

int characterHeight

lineSpacing

int lineSpacing

showLineNumbers

boolean showLineNumbers

columnMarkers

int[] columnMarkers

insertMode

boolean insertMode

editable

boolean editable

margin

Insets margin

document

HighlightedDocument document

autoCompleter

AutoCompleter autoCompleter

selection

HighlightedDocument.PositionTriplet selection

highlightedLine

int highlightedLine

rows

int rows

columns

int columns

caretColor

Color caretColor

lineNumberColor

Color lineNumberColor

disabledTextColor

Color disabledTextColor

selectedTextColor

Color selectedTextColor

selectionColor

Color selectionColor

highlightedTextColor

Color highlightedTextColor

highlightColor

Color highlightColor

markerColor

Color markerColor

popupMenu

JPopupMenu popupMenu

caretVisible

boolean caretVisible

keepCaretVisible

boolean keepCaretVisible

runner

Thread runner

Class edu.princeton.swing.PHighlightedTextArea.InternalNumberedArea extends JComponent implements Serializable

Serialized Fields

anchorLine

int anchorLine

lineCount

int lineCount

digitCount

int digitCount

Class edu.princeton.swing.PHighlightedTextArea.InternalTextArea extends JComponent implements Serializable

Class edu.princeton.swing.PHyperlink extends AbstractButton implements Serializable

Serialized Fields

label

JLabel label

model

ButtonModel model

listener

PHyperlink.Listener listener

linkColor

Color linkColor

linkUnderline

boolean linkUnderline

hoverColor

Color hoverColor

hoverUnderline

boolean hoverUnderline

disabledColor

Color disabledColor

disabledUnderline

boolean disabledUnderline

visitedColor

Color visitedColor

visitedUnderline

boolean visitedUnderline

visitedHoverColor

Color visitedHoverColor

visitedHoverUnderline

boolean visitedHoverUnderline

visitedDisabledColor

Color visitedDisabledColor

visitedDisabledUnderline

boolean visitedDisabledUnderline

activeColor

Color activeColor

activeUnderline

boolean activeUnderline

Class edu.princeton.swing.PHyperlink.HyperlinkButtonModel extends DefaultButtonModel implements Serializable

Class edu.princeton.swing.PHyperlink.UnderlineBorder extends AbstractBorder implements Serializable

Serialized Fields

color

Color color

pad

int pad

thickness

int thickness

Class edu.princeton.swing.PImagePanel extends JComponent implements Serializable

Serialized Fields

background

Icon background

Class edu.princeton.swing.PList extends JList implements Serializable

Serialized Fields

popupMenu

JPopupMenu popupMenu

actionListeners

Vector<E> actionListeners

actionCommand

String actionCommand

listener

PList.Listener listener

focusedCellBorder

Border focusedCellBorder

Class edu.princeton.swing.PList.PListCellRenderer extends DefaultListCellRenderer implements Serializable

Class edu.princeton.swing.PScrollablePanel extends JPanel implements Serializable

Serialized Fields

preferredScrollableViewportSize

Dimension preferredScrollableViewportSize

widthTrackingPolicy

byte widthTrackingPolicy

heightTrackingPolicy

byte heightTrackingPolicy

Class edu.princeton.swing.PSpacer extends JComponent implements Serializable

Class edu.princeton.swing.PTextArea extends JTextArea implements Serializable

Serialized Fields

popupMenu

JPopupMenu popupMenu

Class edu.princeton.swing.PTextField extends JTextField implements Serializable

Serialized Fields

popupMenu

JPopupMenu popupMenu

actionListeners

Vector<E> actionListeners

actionCommand

String actionCommand

Class edu.princeton.swing.PTransparentPanel extends JComponent implements Serializable

Class edu.princeton.swing.PTree extends JTree implements Serializable

Serialized Fields

popupMenu

JPopupMenu popupMenu

actionListeners

Vector<E> actionListeners

actionCommand

String actionCommand

listener

PTree.Listener listener

Class edu.princeton.swing.PTristateCheckBox extends JCheckBox implements Serializable

Serialized Fields

tristateComponent

JCheckBox tristateComponent

Class edu.princeton.swing.PWrappedList extends PList implements Serializable

Class edu.princeton.swing.PWrappedList.CellRenderer extends JTextArea implements Serializable

Serialized Fields

preferredSize

Dimension preferredSize

Package edu.princeton.toy

Class edu.princeton.toy.TBaseConverterPane extends JPanel implements Serializable

Serialized Fields

binaryDocument

Document binaryDocument

decimalDocument

Document decimalDocument

hexDocument

Document hexDocument

pseudoCodeDocument

Document pseudoCodeDocument

ignoreBinaryDocument

boolean ignoreBinaryDocument

ignoreDecimalDocument

boolean ignoreDecimalDocument

ignoreHexDocument

boolean ignoreHexDocument

listener

TBaseConverterPane.Listener listener

Class edu.princeton.toy.TCorePane extends JPanel implements Serializable

Serialized Fields

instructionTextField

JTextField instructionTextField

pcTextField

JTextField pcTextField

registerModel

DefaultListModel registerModel

memModel

DefaultListModel memModel

distinguishUninitialized

boolean distinguishUninitialized

programCtr

TWord programCtr

instruction

TWord instruction

registers

TWord[] registers

mem

TWord[] mem

saveMemDumpLink

PHyperlink saveMemDumpLink

saveCoreDumpLink

PHyperlink saveCoreDumpLink

virtualMachine

TVirtualMachine virtualMachine

listener

TCorePane.Listener listener

Class edu.princeton.toy.TExampleDialog extends JDialog implements Serializable

Serialized Fields

selection

String[] selection

lastSelectedIndex

int lastSelectedIndex

textArea

PHighlightedTextArea textArea

list

PWrappedList list

program

TProgramDocument program

openButton

JButton openButton

Class edu.princeton.toy.TFrame extends JFrame implements Serializable

Serialized Fields

newAction

TFrame.TFrameAction newAction

openAction

TFrame.TFrameAction openAction

openExampleAction

TFrame.TFrameAction openExampleAction

closeAction

TFrame.TFrameAction closeAction

revertAction

TFrame.TFrameAction revertAction

saveAction

TFrame.TFrameAction saveAction

saveAsAction

TFrame.TFrameAction saveAsAction

saveAllAction

TFrame.TFrameAction saveAllAction

quitAction

TFrame.TFrameAction quitAction

editModeAction

TFrame.TFrameAction editModeAction

debugModeAction

TFrame.TFrameAction debugModeAction

simModeAction

TFrame.TFrameAction simModeAction

lookAction

TFrame.TFrameAction lookAction

loadAction

TFrame.TFrameAction loadAction

resetAction

TFrame.TFrameAction resetAction

stepAction

TFrame.TFrameAction stepAction

runAction

TFrame.TFrameAction runAction

interruptAction

TFrame.TFrameAction interruptAction

enterAction

TFrame.TFrameAction enterAction

openStdinAction

TFrame.TFrameAction openStdinAction

saveStdinAction

TFrame.TFrameAction saveStdinAction

saveStdoutAction

TFrame.TFrameAction saveStdoutAction

saveMemDumpAction

TFrame.TFrameAction saveMemDumpAction

saveCoreDumpAction

TFrame.TFrameAction saveCoreDumpAction

checkSyntaxAction

TFrame.TFrameAction checkSyntaxAction

functionAction

TFrame.TFrameAction functionAction

commentAction

TFrame.TFrameAction commentAction

stripCommentsAction

TFrame.TFrameAction stripCommentsAction

isNew

boolean isNew

program

TProgramDocument program

programChanged

boolean programChanged

oldTitle

String oldTitle

wasSaved

boolean wasSaved

file

File file

savedText

String savedText

warningSelectionDots

ArrayList<E> warningSelectionDots

warningSelectionMarks

ArrayList<E> warningSelectionMarks

hasFatalError

boolean hasFatalError

virtualMachine

TVirtualMachine virtualMachine

tempBuffer

TWordBuffer tempBuffer

undoManager

ActionedUndoManager undoManager

previousWarnings

TProgramDocument.WarningInfoStruct previousWarnings

currentWarnings

TProgramDocument.WarningInfoStruct currentWarnings

mode

String mode

menuEditModeButtonModel

ButtonModel menuEditModeButtonModel

menuDebugModeButtonModel

ButtonModel menuDebugModeButtonModel

menuSimModeButtonModel

ButtonModel menuSimModeButtonModel

menuModeButtonGroup

ButtonGroup menuModeButtonGroup

workspaceMenu

JMenu workspaceMenu

workspaceIndex

int workspaceIndex

cardPanel

JPanel cardPanel

cardLayout

CardLayout cardLayout

editPane

JSplitPane editPane

leftEditPane

JSplitPane leftEditPane

bottomLeftEditPane

JPanel bottomLeftEditPane

editTextArea

PHighlightedTextArea editTextArea

editReferencePane

TReferencePane editReferencePane

editStdinPane

TStdinPane editStdinPane

warningListPanel

PScrollablePanel warningListPanel

warningList

PWrappedList warningList

warningTallyList

PList warningTallyList

debugPane

JSplitPane debugPane

debugTextArea

PHighlightedTextArea debugTextArea

odometerLock

Object odometerLock

stepsTakenTextField

PTextField stepsTakenTextField

stepsTaken

int stepsTaken

elapsedTimeTextField

PTextField elapsedTimeTextField

elapsedTime

int elapsedTime

rightDebugPane

JTabbedPane rightDebugPane

debugReferencePane

TReferencePane debugReferencePane

debugStdinPane

TStdinPane debugStdinPane

debugStdoutPane

TStdoutPane debugStdoutPane

debugCorePane

TCorePane debugCorePane

simPane

JSplitPane simPane

leftSimPane

JSplitPane leftSimPane

simMachinePane

TSimMachinePane simMachinePane

simDetailPane

TSimDetailPane simDetailPane

rightSimPane

JTabbedPane rightSimPane

simMemPane

TSimMemPane simMemPane

simStdinPane

TSimStdinPane simStdinPane

simStdoutPane

TSimStdoutPane simStdoutPane

simStdin2Pane

TSimStdin2Pane simStdin2Pane

simStdout2Pane

TSimStdout2Pane simStdout2Pane

simPanel

JPanel simPanel

Class edu.princeton.toy.TFrame.TFrameAction extends AbstractAction2 implements Serializable

Class edu.princeton.toy.TFrame.WorkspaceMenuItem extends JRadioButtonMenuItem implements Serializable

Serialized Fields

index

Integer index

Class edu.princeton.toy.TOptionsFrame extends JFrame implements Serializable

Serialized Fields

currentDirectory

File currentDirectory

fileHistory

File[] fileHistory

ignoreWarnings

boolean ignoreWarnings

autoCheck

boolean autoCheck

clockPeriod

TOptionsFrame.IntStruct clockPeriod

clockPeriodDocument

Document clockPeriodDocument

refreshRate

TOptionsFrame.IntStruct refreshRate

refreshRateDocument

Document refreshRateDocument

exceptionHandler

TDefaultExceptionHandler exceptionHandler

tree

PTree tree

cardPanel

JPanel cardPanel

cardLayout

CardLayout cardLayout

editingFontsPane

TFontChooserPane editingFontsPane

editingColorsPane

TColorChooserPane editingColorsPane

editingHighlightingPane

TStyleChooserPane editingHighlightingPane

editingAutoCompletePane

TAutoCompleteChooserPane editingAutoCompletePane

editingCheckingPane

TCheckingChooserPane editingCheckingPane

executionExceptionPane

TExceptionChooserPane executionExceptionPane

executionPerformancePane

TPerformanceChooserPane executionPerformancePane

appliedOptions

Hashtable<K,V> appliedOptions

areaComponents

Vector<E>[] areaComponents

highlightedTextAreas

Vector<E> highlightedTextAreas

lastFrameBounds

Rectangle lastFrameBounds

lastVerticalDividerLocation

TOptionsFrame.IntStruct lastVerticalDividerLocation

lastEditHorizontalDividerLocation

TOptionsFrame.IntStruct lastEditHorizontalDividerLocation

lastSimHorizontalDividerLocation

TOptionsFrame.IntStruct lastSimHorizontalDividerLocation

lastOptionsFramePosition

Point lastOptionsFramePosition

Class edu.princeton.toy.TOptionsFrame.FileHistoryAction extends AbstractAction2 implements Serializable

Serialized Fields

index

int index

Class edu.princeton.toy.TOptionsFrame.OptionsAction extends AbstractAction2 implements Serializable

Class edu.princeton.toy.TReferencePane extends JPanel implements Serializable

Serialized Fields

baseConverterToolbar

JToolBar baseConverterToolbar

lastToolbarLocation

Object lastToolbarLocation

Class edu.princeton.toy.TSimDetailPane extends JPanel implements Serializable

Serialized Fields

scale

int scale

listener

TSimDetailPane.Listener listener

virtualMachine

TVirtualMachine virtualMachine

machinePane

TSimMachinePane machinePane

detailPanel

JPanel detailPanel

registerNameLabels

JLabel[] registerNameLabels

registerValueLabels

JLabel[] registerValueLabels

pcInstrNameLabel

JLabel pcInstrNameLabel

pcInstrValueLabel

JLabel pcInstrValueLabel

pcInstrPseudoCodeLabel

JLabel pcInstrPseudoCodeLabel

addrDataNameLabel

JLabel addrDataNameLabel

addrDataValueLabel

JLabel addrDataValueLabel

addrDataPseudoCodeLabel

JLabel addrDataPseudoCodeLabel

Class edu.princeton.toy.TSimMachinePane extends JLayeredPane implements Serializable

Serialized Fields

newScale

int newScale

scale

int scale

listener

TSimMachinePane.Listener listener

runner

TSimMachinePane.Runner runner

virtualMachine

TVirtualMachine virtualMachine

changeListeners

List<E> changeListeners

bluePanel

JPanel bluePanel

placeholderPanel

JPanel placeholderPanel

placeholderLabel

JLabel placeholderLabel

loadAction

Action loadAction

lookAction

Action lookAction

stepAction

Action stepAction

runAction

Action runAction

enterAction

Action enterAction

interruptAction

Action interruptAction

resetAction

Action resetAction

loadButton

JButton loadButton

lookButton

JButton lookButton

stepButton

JButton stepButton

runButton

JButton runButton

enterButton

JButton enterButton

interruptButton

JButton interruptButton

resetButton

JButton resetButton

inwaitLabel

JLabel inwaitLabel

inwaitLight

JLabel inwaitLight

readyLabel

JLabel readyLabel

readyLight

JLabel readyLight

pcLabel

JLabel pcLabel

pcLights

JLabel[] pcLights

addrLabel

JLabel addrLabel

addrSwitches

JToggleButton[] addrSwitches

addrSwitchModels

ButtonModel[] addrSwitchModels

instrLabel

JLabel instrLabel

instrLights

JLabel[] instrLights

dataLabel

JLabel dataLabel

dataSwitches

JToggleButton[] dataSwitches

dataSwitchModels

ButtonModel[] dataSwitchModels

stdoutLabel

JLabel stdoutLabel

stdoutDigits

JLabel[] stdoutDigits

stdout

TWordBuffer stdout

switchOffIcon

Icon switchOffIcon

switchOnIcon

Icon switchOnIcon

blankDigitIcon

Icon blankDigitIcon

digitIcons

Icon[] digitIcons

Class edu.princeton.toy.TSimMemPane extends JPanel implements Serializable

Serialized Fields

scale

int scale

whiteRectangle

Rectangle whiteRectangle

programCtr

TWord programCtr

oldProgramCtr

TWord oldProgramCtr

mem

TWord[] mem

oldMem

TWord[] oldMem

unselectedCellRenderer

JLabel unselectedCellRenderer

selectedCellRenderer

JLabel selectedCellRenderer

listener

TSimMemPane.Listener listener

virtualMachine

TVirtualMachine virtualMachine

dragOffset

int dragOffset

Class edu.princeton.toy.TSimStdin2Pane extends JPanel implements Serializable

Serialized Fields

cardCount

int cardCount

unscaledWidth

int unscaledWidth

scale

int scale

offsetX

int offsetX

offsetY

int offsetY

selectedTextRenderer

JLabel selectedTextRenderer

disabledCardImage

Image disabledCardImage

unselectedCardImage

Image unselectedCardImage

selectedCardImage

Image selectedCardImage

runner

TSimStdin2Pane.Runner runner

showPlaceholders

boolean showPlaceholders

placeholderLabel

JLabel placeholderLabel

newScale

int newScale

selectedIndex

int selectedIndex

dragOffset

int dragOffset

consumedStdin

TWordBuffer consumedStdin

oldConsumedStdin

TWordBuffer oldConsumedStdin

unconsumedStdin

TWordBuffer unconsumedStdin

oldUnconsumedStdin

TWordBuffer oldUnconsumedStdin

listener

TSimStdin2Pane.Listener listener

virtualMachine

TVirtualMachine virtualMachine

Class edu.princeton.toy.TSimStdinPane extends JPanel implements Serializable

Serialized Fields

columnCount

int columnCount

unscaledWidth

int unscaledWidth

scale

int scale

whiteRectangle

Rectangle whiteRectangle

unconsumedStdin

TWordBuffer unconsumedStdin

consumedStdin

TWordBuffer consumedStdin

oldUnconsumedStdin

TWordBuffer oldUnconsumedStdin

oldConsumedStdin

TWordBuffer oldConsumedStdin

disabledCellRenderer

JLabel disabledCellRenderer

unselectedCellRenderer

JLabel unselectedCellRenderer

selectedCellRenderer

JLabel selectedCellRenderer

listener

TSimStdinPane.Listener listener

virtualMachine

TVirtualMachine virtualMachine

dragOffset

int dragOffset

Class edu.princeton.toy.TSimStdout2Pane extends JPanel implements Serializable

Serialized Fields

cardCount

int cardCount

unscaledWidth

int unscaledWidth

scale

int scale

offsetX

int offsetX

offsetY

int offsetY

selectedTextRenderer

JLabel selectedTextRenderer

disabledCardImage

Image disabledCardImage

unselectedCardImage

Image unselectedCardImage

selectedCardImage

Image selectedCardImage

runner

TSimStdout2Pane.Runner runner

showPlaceholders

boolean showPlaceholders

placeholderLabel

JLabel placeholderLabel

newScale

int newScale

selectedIndex

int selectedIndex

dragOffset

int dragOffset

stdout

TWordBuffer stdout

oldStdout

TWordBuffer oldStdout

listener

TSimStdout2Pane.Listener listener

virtualMachine

TVirtualMachine virtualMachine

Class edu.princeton.toy.TSimStdoutPane extends JPanel implements Serializable

Serialized Fields

columnCount

int columnCount

unscaledWidth

int unscaledWidth

scale

int scale

whiteRectangle

Rectangle whiteRectangle

stdout

TWordBuffer stdout

oldStdout

TWordBuffer oldStdout

disabledCellRenderer

JLabel disabledCellRenderer

unselectedCellRenderer

JLabel unselectedCellRenderer

selectedCellRenderer

JLabel selectedCellRenderer

listener

TSimStdoutPane.Listener listener

virtualMachine

TVirtualMachine virtualMachine

dragOffset

int dragOffset

Class edu.princeton.toy.TSplashWindow extends JWindow implements Serializable

Class edu.princeton.toy.TStdinPane extends JPanel implements Serializable

Serialized Fields

inputField

PTextField inputField

consumedListModel

TStdinPane.ListModel consumedListModel

unconsumedListModel

TStdinPane.ListModel unconsumedListModel

unconsumedSelectionModel

ListSelectionModel unconsumedSelectionModel

oldConsumedStdin

TWordBuffer oldConsumedStdin

newConsumedStdin

TWordBuffer newConsumedStdin

oldUnconsumedStdin

TWordBuffer oldUnconsumedStdin

newUnconsumedStdin

TWordBuffer newUnconsumedStdin

addButton

JButton addButton

removeButton

JButton removeButton

openLink

PHyperlink openLink

saveAsLink

PHyperlink saveAsLink

virtualMachine

TVirtualMachine virtualMachine

runner

TStdinPane.Runner runner

listener

TStdinPane.Listener listener

Class edu.princeton.toy.TStdinPane.ListModel extends AbstractListModel implements Serializable

Serialized Fields

data

String[] data

size

int size

Class edu.princeton.toy.TStdoutPane extends JPanel implements Serializable

Serialized Fields

stderrPanel

JPanel stderrPanel

stderrTextArea

PTextArea stderrTextArea

listModel

TStdoutPane.ListModel listModel

oldStdout

TWordBuffer oldStdout

newStdout

TWordBuffer newStdout

saveAsLink

PHyperlink saveAsLink

virtualMachine

TVirtualMachine virtualMachine

listener

TStdoutPane.Listener listener

runner

TStdoutPane.Runner runner

Class edu.princeton.toy.TStdoutPane.ListModel extends AbstractListModel implements Serializable

Serialized Fields

data

String[] data

size

int size

Package edu.princeton.toy.choosers

Class edu.princeton.toy.choosers.TAutoCompleteChooserPane extends JPanel implements Serializable

Serialized Fields

buttonModels

ButtonModel[] buttonModels

group

ButtonGroup group

Class edu.princeton.toy.choosers.TCheckingChooserPane extends JPanel implements Serializable

Serialized Fields

ignoreWarningsModel

ButtonModel ignoreWarningsModel

autoCheckModel

ButtonModel autoCheckModel

Class edu.princeton.toy.choosers.TColorChooserPane extends JPanel implements Serializable

Serialized Fields

colorList

PList colorList

previewLabel

JLabel previewLabel

previewPanel

JPanel previewPanel

changeButton

JButton changeButton

disabledCheckbox

JCheckBox disabledCheckbox

colors

Color[] colors

disabled

boolean[] disabled

colorNames

String[] colorNames

disabledDescriptions

String[] disabledDescriptions

Class edu.princeton.toy.choosers.TExceptionChooserPane extends JPanel implements Serializable

Serialized Fields

ignoreUpdate

boolean ignoreUpdate

rootModel

TristateButtonModel rootModel

familyModels

TristateButtonModel[] familyModels

typeModels

TristateButtonModel[] typeModels

exceptionTree

PTree exceptionTree

descriptionTextArea

JTextArea descriptionTextArea

Class edu.princeton.toy.choosers.TExceptionChooserPane.CheckBoxCell extends JPanel implements Serializable

Serialized Fields

text

String text

model

TristateButtonModel model

labelPanel

JPanel labelPanel

Class edu.princeton.toy.choosers.TExceptionChooserPane.CheckBoxCellEditor extends AbstractCellEditor implements Serializable

Serialized Fields

currentCell

TExceptionChooserPane.CheckBoxCell currentCell

Class edu.princeton.toy.choosers.TFontChooserPane extends JPanel implements Serializable

Serialized Fields

areaComboBox

JComboBox areaComboBox

fontList

PList fontList

styleList

PList styleList

sizeList

PList sizeList

previewLabel

JLabel previewLabel

areaCount

int areaCount

fontAreas

String[] fontAreas

familyIndices

int[] familyIndices

styleIndices

int[] styleIndices

sizeIndices

int[] sizeIndices

fonts

Font[] fonts

ignoreUpdate

boolean ignoreUpdate

Class edu.princeton.toy.choosers.TPerformanceChooserPane extends JPanel implements Serializable

Serialized Fields

clockPeriods

int[] clockPeriods

refreshRates

int[] refreshRates

clockPeriodSlider

JSlider clockPeriodSlider

refreshRateSlider

JSlider refreshRateSlider

clockPeriodTextField

PTextField clockPeriodTextField

refreshRateTextField

PTextField refreshRateTextField

Class edu.princeton.toy.choosers.TStyleChooserPane extends JPanel implements Serializable

Serialized Fields

styleList

PList styleList

previewLabel

JLabel previewLabel

previewPanel

JPanel previewPanel

changeButton

JButton changeButton

boldCheckbox

JCheckBox boldCheckbox

italicCheckbox

JCheckBox italicCheckbox

styles

HighlightStyle[] styles

colors

Color[] colors

bold

boolean[] bold

italic

boolean[] italic

styleNames

String[] styleNames

Package edu.princeton.toy.lang

Class edu.princeton.toy.lang.TException extends Exception implements Serializable

Serialized Fields

type

TExceptionType type