Serialized Form


Package lapis

Class lapis.Arguments.UsageException extends RuntimeException implements Serializable

Class lapis.CachedPattern extends Object implements Serializable

Serialized Fields

pat

Pattern pat

Class lapis.DelayedRegionSet extends RegionSet implements Serializable

Serialized Fields

pat

Pattern pat

doc

Document doc

s

RegionSet s

Class lapis.EmptyRegion extends Region implements Serializable

Class lapis.EmptyRegionSet extends RegionSet implements Serializable

Class lapis.ErrorRegionSet extends EmptyRegionSet implements Serializable

Serialized Fields

message

String message

Class lapis.FuzzyRegion extends Region implements Serializable

Serialized Fields

startHigh

int startHigh

endLow

int endLow

Class lapis.LibraryLoader extends Object implements Serializable

Class lapis.MutableRegionSet extends RegionSet implements Serializable

Serialized Fields

set

RegionSet set

Class lapis.NamedRegionSet extends RegionSet implements Serializable

Serialized Fields

regions

RegionSet regions

pat

TC pat

Class lapis.PatternLibrary.LabelAmbiguousException extends PatternLibrary.LookupException implements Serializable

Serialized Fields

choices

Vector choices

Class lapis.PatternLibrary.LabelNotFoundException extends PatternLibrary.LookupException implements Serializable

Class lapis.PatternLibrary.LookupException extends Exception implements Serializable

Serialized Fields

name

String name

Class lapis.Region extends SingleDocRegionSet implements Serializable

Serialized Fields

start

int start

end

int end

version

DocumentVersion version

Class lapis.RegionSet extends Object implements Serializable

Class lapis.SingleDocRegionSet extends RegionSet implements Serializable


Package lapis.eclipse

Class lapis.eclipse.LapisEclipsePlugin extends AbstractUIPlugin implements Serializable


Package lapis.eclipse.components

Class lapis.eclipse.components.LapisPane extends ViewPart implements Serializable

Class lapis.eclipse.components.TagRule extends MultiLineRule implements Serializable

Class lapis.eclipse.components.XMLConfiguration extends SourceViewerConfiguration implements Serializable

Class lapis.eclipse.components.XMLDocumentProvider extends FileDocumentProvider implements Serializable

Class lapis.eclipse.components.XMLEditor extends TextEditor implements Serializable

Class lapis.eclipse.components.XMLPartitionScanner extends RuleBasedPartitionScanner implements Serializable

Class lapis.eclipse.components.XMLScanner extends RuleBasedScanner implements Serializable

Class lapis.eclipse.components.XMLTagScanner extends RuleBasedScanner implements Serializable


Package lapis.maps

Class lapis.maps.LexMap extends HashMap implements Serializable

Serialized Fields

doc

Document doc


Package lapis.ml

Class lapis.ml.DataSet extends NamedRegionSet implements Serializable

Serialized Fields

features

Feature[] features

sum

double[] sum

mean

double[] mean

median

double[] median

variance

double[] variance

featureValues

Hashtable featureValues

Class lapis.ml.Feature extends NamedRegionSet implements Serializable

Serialized Fields

base

Feature base

equivalents

Vector equivalents

Class lapis.ml.Similarity.Cluster extends NamedRegionSet implements Serializable

Serialized Fields

fv

double[] fv

dist

double dist

isPosExample

boolean isPosExample

explanation

Similarity.Explanation[] explanation


Package lapis.parsers

Class lapis.parsers.HTMLElement extends Region implements Serializable

Serialized Fields

startTag

HTMLTag startTag

endTag

HTMLTag endTag

empty

boolean empty

sibling

HTMLElement sibling

parent

HTMLElement parent

child

HTMLElement child

Class lapis.parsers.HTMLFakeElement extends HTMLElement implements Serializable

Class lapis.parsers.HTMLTag extends Region implements Serializable

Serialized Fields

tagName

String tagName

startTag

boolean startTag

htmlAttributes

String[] htmlAttributes

element

HTMLElement element

Class lapis.parsers.ParseException extends Exception implements Serializable

Serialized Fields

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).


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.


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.


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.


eol

String eol
The end of line string for this machine.

Class lapis.parsers.SimpleNode extends Region implements Serializable

Serialized Fields

parent

Node parent

children

Node[] children

id

int id

Class lapis.parsers.SpellingParser extends Object implements Serializable

Class lapis.parsers.Token extends Region implements Serializable

Serialized Fields

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.


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.


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.


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.


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.


image

String image
The string image of the token.


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.

Class lapis.parsers.TokenMgrError extends RuntimeException implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package lapis.swing

Class lapis.swing.Browser extends JFrame implements Serializable

Serialized Fields

menubar

JMenuBar menubar
menu and toolbar


toolbar

JToolBar toolbar

animation

Animation animation
busy animation (a spinning L)


toolMenu

JMenu toolMenu
Tools menu (stored here because new tools can be added dynamically)


manualRadioButtonMenuItem

JRadioButtonMenuItem manualRadioButtonMenuItem
NamedRegionSet mode switches: menu items and toolbar buttons


simulEditRadioButtonMenuItem

JRadioButtonMenuItem simulEditRadioButtonMenuItem

selectionMenuGroup

ButtonGroup selectionMenuGroup

manualToggleButton

JToggleButton manualToggleButton

simulEditToggleButton

JToggleButton simulEditToggleButton

selectionButtonGroup

ButtonGroup selectionButtonGroup

command

JComboBox command
Command (URL, filename, Tcl command)


view

JComboBox view
Content type (text, HTML, Java, etc.)


stdoutPane

BrowserPane stdoutPane
Browser panes


stderrPane

BrowserPane stderrPane

stdoutScrollPane

BrowserScrollPane stdoutScrollPane

stderrScrollPane

BrowserScrollPane stderrScrollPane

browserSplitter

JSplitPane browserSplitter
Horizontal splitter between browser panes


sidebar

DisappearingTabbedPane sidebar
Sidebar


patternPane

PatternPane patternPane
Sidebar pane containing pattern box and pattern library tree


sidebarSplitter

JSplitPane sidebarSplitter
Vertical splitter between sidebar and browserSplitter


tcEditor

TCFileEditor tcEditor
Sidebar tab containing pattern editor (null until first requested)


tclEditor

TclFileEditor tclEditor
Sidebar tab containing script editor (null until first requested)


progressBar

SwingProgressBar progressBar
Status bar components: progress, status message, feedback button


statusBar

FlashingLabel statusBar

feedbackButton

JButton feedbackButton

outlierFinder

OutlierFinder outlierFinder
Outlier finder (null until first requested)


docProps

DocumentProperties docProps
Debugging windows (null until first requested)


regionSetDisplay

RegionSetDisplay regionSetDisplay

manualSelection

ManualMode manualSelection
Manual selection mode


progress

BasicProgressGenerator progress
Progress manager


backgroundThreads

BackgroundThreads backgroundThreads
Background activity manager


browserListeners

Set browserListeners
Listeners attached to this browser


selectionListeners

Set selectionListeners

pageHistory

History pageHistory
Page history (History[Document])


commandHistory

HistoryComboBoxModel commandHistory
Command history (History[String])


interpreter

Interpreter interpreter
Interpreter used to evaluate commands.


activePane

BrowserPane activePane
Browser pane with the focus (either stdoutPane or stderrPane)


selection

NamedRegionSet selection
Current selection


selectionMode

SelectionMode selectionMode
Current selection mode


findEnumerator

RegionEnumeration findEnumerator
Enumeration through selection, or null if none in progress


busyCount

int busyCount
reference counts for setBusy() and setHourglass


hourglassCount

int hourglassCount

newAction

Action newAction

newBrowserAction

Action newBrowserAction

openAction

Action openAction

saveAction

Action saveAction

saveAsAction

Action saveAsAction

closeAction

Action closeAction

exitAction

Action exitAction

extractAction

Action extractAction

sortAction

Action sortAction

keepAction

Action keepAction

omitAction

Action omitAction

replaceAction

Action replaceAction

calcAction

Action calcAction

hyperlinkListener

HyperlinkListener hyperlinkListener

toolboxListener

Toolbox.ToolBoxListener toolboxListener

commandAction

Action commandAction

homeAction

Action homeAction

backAction

BrowserAction.Back backAction

forwardAction

BrowserAction.Forward forwardAction

reloadAction

Action reloadAction

goMenuListener

PopupMenuListener goMenuListener

cutAction

EditAction.Cut cutAction

copyAction

EditAction.Copy copyAction

pasteAction

EditAction.Paste pasteAction

deleteAction

EditAction.Delete deleteAction

selectAllAction

EditAction.SelectAll selectAllAction

undoAction

EditAction.Undo undoAction

redoAction

EditAction.Redo redoAction

editMenuListener

MenuListener editMenuListener

downcaseAction

Action downcaseAction

upcaseAction

Action upcaseAction

sentenceCaseAction

Action sentenceCaseAction

titleCaseAction

Action titleCaseAction

toggleCaseAction

Action toggleCaseAction

preferencesAction

Action preferencesAction

manualAction

Action manualAction

simulEditAction

Action simulEditAction

ignoreOutlierAction

SimulEditMode.IgnoreOutlierAction ignoreOutlierAction

viewAsOutlierAction

lapis.swing.Browser.ViewAsOutlierAction viewAsOutlierAction

unselectAction

lapis.swing.Browser.UnselectAction unselectAction

findReplaceAction

Action findReplaceAction

clusterFindReplaceAction

Action clusterFindReplaceAction

documentPropertiesAction

Action documentPropertiesAction

regionSetDisplayAction

Action regionSetDisplayAction

highlightOptionAction

Action highlightOptionAction

aboutAction

Action aboutAction

feedbackAction

Action feedbackAction

paneFocusListener

FocusListener paneFocusListener

stopAction

Action stopAction
Action invoked by Stop command. Stops downloading or parsing.


changeViewAction

Action changeViewAction
Action invoked when user selects a different view from the drop-down list.


clearSelectionAction

Action clearSelectionAction
Action invoked when user clicks on Clear NamedRegionSet on context menu. Clears entire selection.


nextMatchAction

Action nextMatchAction
Step to next match in selection.


rightClickListener

MouseListener rightClickListener
Action invoked when user right-clicks on the browser pane. Pops up a menu showing region set names that coincide with the current selection.


findOutliersAction

Action findOutliersAction
Action invoked when user clicks on Find Unusual Matches menu item. Pops up a FindOutliers window


patternEditorAction

Action patternEditorAction
Action invoked when user selects Pattern Editor menu option. Pops up a new TCFileEditor window.


scriptEditorAction

Action scriptEditorAction
Action invoked when user selects Script Editor menu item. Pops up a new TclFileEditor window.


tclComment

String tclComment
A Tcl comment to help differentiate the script editor panel from a pattern editor panel.


historyScriptAction

Action historyScriptAction
Action invoked by History to Script command.

Class lapis.swing.BrowserAction.Back extends BrowserAction.Navigate implements Serializable

Class lapis.swing.BrowserAction.Command extends AbstractAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.BrowserAction.Forward extends BrowserAction.Navigate implements Serializable

Class lapis.swing.BrowserAction.GotoPage extends AbstractAction implements Serializable

Serialized Fields

browser

Browser browser

doc

Document doc

Class lapis.swing.BrowserAction.Home extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.BrowserAction.Navigate extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

menu

DelayedPopupMenu menu

Class lapis.swing.BrowserAction.Reload extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.BrowserPane extends JEditorPane implements Serializable

Serialized Fields

browser

Browser browser

selectionHighlighter

RegionHighlighter selectionHighlighter

feedbackHighlighter

RegionHighlighter feedbackHighlighter

positiveExamplesHighlighter

RegionHighlighter positiveExamplesHighlighter

negativeExamplesHighlighter

RegionHighlighter negativeExamplesHighlighter

finderHighlighter

RegionHighlighter finderHighlighter

outlierRecordHighlighter

RegionHighlighter outlierRecordHighlighter

recordHighlighter

RegionHighlighter recordHighlighter

findAndReplaceHighlighter

RegionHighlighter findAndReplaceHighlighter

antialias

boolean antialias

pretendToBeReadOnly

boolean pretendToBeReadOnly

haveFocus

boolean haveFocus

ignoreFocusClick

boolean ignoreFocusClick

undoing

boolean undoing

replacing

boolean replacing

editorKits

Hashtable editorKits

Class lapis.swing.BrowserProgressBar extends SwingProgressBar implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.BrowserScrollPane extends HighlightingScrollPane implements Serializable

Serialized Fields

defaultBorder

Border defaultBorder

titledBorder

Border titledBorder

defaultBackground

Color defaultBackground

activeBackground

Color activeBackground

Class lapis.swing.ColoringContext extends StyleContext implements Serializable

Serialized Fields

colored

boolean colored

Class lapis.swing.Demonstrator extends Browser implements Serializable

Serialized Fields

browser

Browser browser

fdoc

Demonstrator.FilledOutDocument fdoc

demonstrateToolbar

JToolBar demonstrateToolbar

modelToElement

Hashtable modelToElement

automaticControl

boolean automaticControl

doneAction

Action doneAction

buttonFieldListener

ActionListener buttonFieldListener

oldValue

String oldValue

selectionCopy

String selectionCopy

selectionPattern

String selectionPattern

textFieldListener

FocusListener textFieldListener

checkFieldListener

ActionListener checkFieldListener

listFieldListener

ListSelectionListener listFieldListener

comboFieldListener

ActionListener comboFieldListener

saveToolAction

Action saveToolAction
Action invoked when user selects Save Tool.


copyAction

Action copyAction
Override copy action (for ALL JTextComponents) to mark which JTextComponent generated the clipboard contents.

Class lapis.swing.Demonstrator.Demonstrate extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.DocumentProperties extends JFrame implements Serializable

Serialized Fields

doc

Document doc

props

Dictionary props

propertyNames

Vector propertyNames

table

JTable table

model

DocumentProperties.PropertyTableModel model

Class lapis.swing.EditAction extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

actionName

String actionName

Class lapis.swing.EditAction.Copy extends EditAction implements Serializable

Class lapis.swing.EditAction.Cut extends EditAction implements Serializable

Class lapis.swing.EditAction.Delete extends EditAction implements Serializable

Class lapis.swing.EditAction.Paste extends EditAction implements Serializable

Class lapis.swing.EditAction.Redo extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.EditAction.SelectAll extends EditAction implements Serializable

Class lapis.swing.EditAction.Undo extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.FeedbackForm extends OkCancelDialog implements Serializable

Serialized Fields

exception

Throwable exception

command

String command

content

String content

contentType

String contentType

patternHistory

String patternHistory

browser

Browser browser

form

JEditorPane form

scroller

JScrollPane scroller

Class lapis.swing.FileAction.Close extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.FileAction.Exit extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.FileAction.New extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.FileAction.NewBrowser extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.FileAction.Open extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.FileAction.Save extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.FileAction.SaveAs extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.FindReplacePane extends JPanel implements Serializable

Serialized Fields

browser

Browser browser

closeButton

JButton closeButton

findButton

JButton findButton

replaceButton

JButton replaceButton

replaceAllButton

JButton replaceAllButton

undoButton

JButton undoButton

findText

JTextField findText

replaceText

JTextField replaceText

wholeWord

JCheckBox wholeWord

matchCase

JCheckBox matchCase

caseSensitive

boolean caseSensitive

wordMatch

boolean wordMatch

replacementsMade

JLabel replacementsMade

undoManager

UndoManager undoManager

caseAction

Action caseAction
Invoked when Match Case box is clicked

Effects:
flips the case sensitivity

wordAction

Action wordAction

closeAction

Action closeAction
Invoked when the Close button is pressed

Effects:
closes and disposes the Dialog

findAction

Action findAction
Invoked with the Find Next Button is pressed

Effects:
calls findNextMatch()

replaceAction

Action replaceAction
Invoked when the Replace button is pressed

Effects:
replaces selected text with text in replaceText JTextfield and highlights the next match

replaceAllAction

Action replaceAllAction
Invoked when the replace all button is pressed

Effects:
replaces all examples of selected text with text in replaceText JTextfield

undoAction

Action undoAction

Class lapis.swing.FindReplacePane.FindReplaceAction extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.FindReplacePane.HTMLWarningDialog extends JDialog implements Serializable

Serialized Fields

showWarning

JCheckBox showWarning

warning1

String warning1

warning2

String warning2

yesButton

JButton yesButton

noButton

JButton noButton

cancelButton

JButton cancelButton

show

boolean show

browser

Browser browser

choice

int choice

cancelAction

Action cancelAction
Effects:
closes and disposes the Dialog

yesAction

Action yesAction
Effects:
sets choice to YES

noAction

Action noAction
Effects:
sets choice to NO

showAction

Action showAction
Effects:
flips the show again

Class lapis.swing.HTMLDocument extends HTMLDocument implements Serializable

Serialized Fields

in

Reader in

state

int state

patternCache

PatternCache patternCache

factory

DocumentFactory factory

rawView

HTMLDocument.RawView rawView

cookedView

HTMLDocument.CookedView cookedView

Class lapis.swing.HTMLEditorKit extends HTMLEditorKit implements Serializable

Serialized Fields

parser

HTMLEditorKit.Parser parser

linkHandler

HTMLEditorKit.MyLinkController linkHandler

Class lapis.swing.HTMLEditorKit.MyLinkController extends HTMLEditorKit.LinkController implements Serializable

Serialized Fields

posPressed

int posPressed

Class lapis.swing.HypothesisDisplay extends JPanel implements Serializable

Serialized Fields

hypothesisEnum

RestartableEnumeration hypothesisEnum

hypotheses

Vector hypotheses

expanded

boolean expanded

listeners

Set listeners

table

JTable table

scroller

JScrollPane scroller

expandButton

JButton expandButton

selectionChanged

ListSelectionListener selectionChanged

Class lapis.swing.LibraryTree extends JTree implements Serializable

Serialized Fields

browser

Browser browser

lib

PatternLibrary lib

dragSource

DragSource dragSource
Variables needed for DnD


dragSourceContext

DragSourceContext dragSourceContext

SelectedTreePath

TreePath SelectedTreePath
Stores the selected node info


SelectedNode

LibraryTree.Node SelectedNode

LastTreePath

TreePath LastTreePath

dragOccured

boolean dragOccured

dropTarget

DropTarget dropTarget

libTreeListeners

Set libTreeListeners

Class lapis.swing.ManualMode.ManualAction extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.OutlierFinder extends JFrame implements Serializable

Serialized Fields

browser

Browser browser

allExamples

RegionSet allExamples

selectionIsPositive

boolean selectionIsPositive

splitPane

JSplitPane splitPane

histogram

OutlierFinder.FinderHistogram histogram

message

JLabel message

explModel

OutlierFinder.ExplanationModel explModel

explTable

JTable explTable

explanation

Similarity.Explanation[] explanation

Class lapis.swing.OutlierHistogram extends JPanel implements Serializable

Serialized Fields

browser

Browser browser

nPositiveExamples

int nPositiveExamples

sim

Similarity sim

clusters

Similarity.Cluster[] clusters

selected

boolean[] selected

histogram

OutlierHistogram.Histogram histogram

matchLegend

Container matchLegend

mismatchLegend

Container mismatchLegend

hasNegativeExamples

boolean hasNegativeExamples

scale

double scale

stddev

double stddev

click

Point click

rubberBand

Rectangle rubberBand

incremental

boolean incremental

Class lapis.swing.PatternPane extends JPanel implements Serializable

Serialized Fields

browser

Browser browser

patternHistory

HistoryComboBoxModel patternHistory

patternComboBox

TCComboBox patternComboBox

pattern

TCEditor pattern

patternMatchCount

FlashingLabel patternMatchCount

nameButton

JButton nameButton

deleteNameButton

JButton deleteNameButton

tree

LibraryTree tree

treeScrollPane

JScrollPane treeScrollPane

patternPanel

JPanel patternPanel

treePanel

JPanel treePanel

splitter

JSplitPane splitter

findAction

PatternPane.Find findAction

clearPatternAction

Action clearPatternAction

nameAction

Action nameAction
Action invoked when user clicks on Name... button. Pops up a dialog to assign a label to current selection.


deleteNameAction

Action deleteNameAction
Action invoked by Delete Label command. Deletes selected label(s) from pattern library.

Class lapis.swing.PlainDocument extends PlainDocument implements Serializable

Serialized Fields

in

Reader in

state

int state

patternCache

PatternCache patternCache

factory

DocumentFactory factory

version

DocumentVersion version

changes

CoordinateMap changes

Class lapis.swing.PlainEditorKit extends DefaultEditorKit implements Serializable

Serialized Fields

viewFactory

ViewFactory viewFactory

Class lapis.swing.PreferencesDialog extends OkCancelDialog implements Serializable

Serialized Fields

browser

Browser browser

tabs

JTabbedPane tabs

homepage

JTextField homepage

initscript

JTextField initscript

noProxyButton

JRadioButton noProxyButton

proxyButton

JRadioButton proxyButton

proxyhost

JTextField proxyhost

proxyport

JTextField proxyport

proxyhostLabel

JLabel proxyhostLabel

proxyportLabel

JLabel proxyportLabel

Class lapis.swing.PreferencesDialog.Preferences extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.PreserveCase extends TransformAction implements Serializable

Serialized Fields

browser

Browser browser

unchangedReplacement

String unchangedReplacement

lowerCaseReplacement

String lowerCaseReplacement

upperCaseReplacement

String upperCaseReplacement

sentenceCaseReplacement

String sentenceCaseReplacement

Class lapis.swing.RegionHighlighter.OptionDialog extends JDialog implements Serializable

Serialized Fields

colorButton

JButton colorButton

xIndentSlider

JSlider xIndentSlider

xIndentLabel

JLabel xIndentLabel

yIndentSlider

JSlider yIndentSlider

yIndentLabel

JLabel yIndentLabel

shadowColorButton

JButton shadowColorButton

xShadowSlider

JSlider xShadowSlider

xShadowLabel

JLabel xShadowLabel

yShadowSlider

JSlider yShadowSlider

yShadowLabel

JLabel yShadowLabel

handleColorButton

JButton handleColorButton

caretColorButton

JButton caretColorButton

gradientLevelsSlider

JSlider gradientLevelsSlider

gradientLevelsLabel

JLabel gradientLevelsLabel

maxGradientWidthSlider

JSlider maxGradientWidthSlider

maxGradientWidthLabel

JLabel maxGradientWidthLabel

gradientFactorTextField

JTextField gradientFactorTextField

paintLayersCheckBox

JCheckBox paintLayersCheckBox

rightFillCheckBox

JCheckBox rightFillCheckBox

Class lapis.swing.RegionSetDisplay extends JFrame implements Serializable

Serialized Fields

display

RegionSetDisplay.RegionSpace display

matches

JTextArea matches

sel

NamedRegionSet sel

len

int len

Class lapis.swing.RegionSetDisplay.RegionSpace extends JComponent implements Serializable

Serialized Fields

scaleX

double scaleX

scaleY

double scaleY

Class lapis.swing.SimulEditMode extends JPanel implements Serializable

Serialized Fields

closeButton

JButton closeButton

helpScroll

JScrollPane helpScroll

patterns

HypothesisDisplay patterns

showOutliersCheckBox

JCheckBox showOutliersCheckBox

maxOutliers

int maxOutliers

browser

Browser browser

range

NamedRegionSet range

inference

InferenceAlgorithm inference

mouseSelection

boolean mouseSelection

positiveExamples

NamedRegionSet positiveExamples

negativeExamples

NamedRegionSet negativeExamples

firstPositiveExample

Region firstPositiveExample

outlierThread

Thread outlierThread

selectionListener

HypothesisDisplay.SelectionListener selectionListener

Class lapis.swing.SimulEditMode.IgnoreOutlierAction extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

clickedRecord

Region clickedRecord
Record that was right-clicked on

Class lapis.swing.SimulEditMode.SimulEditAction extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.SplashWindow extends JWindow implements Serializable

Class lapis.swing.TableMap extends AbstractTableModel implements Serializable

Serialized Fields

model

TableModel model

Class lapis.swing.TCComboBox extends JComboBox implements Serializable

Class lapis.swing.TCEditor extends JTextArea implements Serializable

Serialized Fields

justOneExpression

boolean justOneExpression

rootToken

TCToken rootToken

tokenPositions

Hashtable tokenPositions

firstTokens

Hashtable firstTokens

backgroundTokenizer

TCEditor.BackgroundTokenizer backgroundTokenizer

tokenizeInBackground

boolean tokenizeInBackground

indenting

int indenting

exprStart

Position exprStart

exprEnd

Position exprEnd

newlineAction

Action newlineAction

tabAction

Action tabAction

backTabAction

Action backTabAction

Class lapis.swing.TCFileEditor extends FileEditorPanel implements Serializable

Serialized Fields

browser

Browser browser

goAction

Action goAction
Action invoked by Go command. Parses the associated browser using the editor's contents as a TC.


closeAction

Action closeAction
Action invoked by the Close command. Closes the sidebar tab containing this.

Class lapis.swing.TclFileEditor extends FileEditorPanel implements Serializable

Serialized Fields

browser

Browser browser

runNowAction

Action runNowAction
Action invoked by Run Now command. Evaluates the script in the associated browser.


closeAction

Action closeAction
Action invoked by the Close command. Closes the sidebar tab containing this.


optimizeAction

Action optimizeAction
Action invoked by Optimize command. Eliminates dead commands from the script.

Class lapis.swing.ToolAction extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

tool

Tool tool

args

ToolAction.BrowserArguments args

usesSelection

boolean usesSelection

Class lapis.swing.ToolAction.Calc extends ToolAction implements Serializable

Class lapis.swing.ToolAction.Extract extends ToolAction implements Serializable

Class lapis.swing.ToolAction.Keep extends ToolAction implements Serializable

Class lapis.swing.ToolAction.Omit extends ToolAction implements Serializable

Class lapis.swing.ToolAction.Replace extends ToolAction implements Serializable

Class lapis.swing.ToolAction.Sort extends ToolAction implements Serializable

Class lapis.swing.TransformAction extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.TransformAction.Downcase extends TransformAction implements Serializable

Class lapis.swing.TransformAction.PreserveCase extends TransformAction implements Serializable

Class lapis.swing.TransformAction.SentenceCase extends TransformAction implements Serializable

Class lapis.swing.TransformAction.TitleCase extends TransformAction implements Serializable

Class lapis.swing.TransformAction.ToggleCase extends TransformAction implements Serializable

Class lapis.swing.TransformAction.Upcase extends TransformAction implements Serializable


Package lapis.swing.cluster

Class lapis.swing.cluster.AbstractTreeTableModel extends DefaultTreeModel implements Serializable

Serialized Fields

root

Object root

listenerList

EventListenerList listenerList

Class lapis.swing.cluster.ClusterFindReplacePane extends JPanel implements Serializable

Serialized Fields

browser

Browser browser

closeButton

JButton closeButton

findAllButton

JButton findAllButton

replaceButton

JButton replaceButton

undoButton

JButton undoButton

selectButton

JButton selectButton

unselectButton

JButton unselectButton

findText

JTextField findText

replaceText

JTextField replaceText

matchCase

JCheckBox matchCase

wholeWord

JCheckBox wholeWord

clusterBox

JCheckBox clusterBox

matchDisplayFormat

ButtonGroup matchDisplayFormat

tableFormat

JRadioButton tableFormat

treeFormat

JRadioButton treeFormat

matchDisplayPanel

MatchDisplayPanel matchDisplayPanel

matchPanel

JPanel matchPanel

caseSensitive

boolean caseSensitive

wordMatch

boolean wordMatch

showProp

boolean showProp

replacementsSelected

JLabel replacementsSelected

replacementsHighlighted

JLabel replacementsHighlighted

replaceWith

JLabel replaceWith

highlighted

int highlighted

undoManager

UndoManager undoManager

caseAction

Action caseAction

lexParseAction

Action lexParseAction

propertiesAction

Action propertiesAction

wordAction

Action wordAction

clusterAction

Action clusterAction

findAllAction

Action findAllAction
finds and highlights all matches to search pattern. populates Match/Description pane


replaceAction

Action replaceAction

undoAction

Action undoAction

selectAction

Action selectAction

unselectAction

Action unselectAction

closeAction

Action closeAction

treeFormatAction

Action treeFormatAction

tableFormatAction

Action tableFormatAction

Class lapis.swing.cluster.ClusterFindReplacePane.ClusterFindReplaceAction extends AcceleratedAction implements Serializable

Serialized Fields

browser

Browser browser

Class lapis.swing.cluster.ClusterNodeTableModel extends AbstractTreeTableModel implements Serializable

Serialized Fields

data

Vector data

column

Vector column

Class lapis.swing.cluster.ClusterRenderer.BrowserClip extends JComponent implements Serializable

Serialized Fields

r

Region r

rect

Rectangle rect

browser

Browser browser

selected

boolean selected

regionRec

Rectangle regionRec

node

MatchNodeCreator.Node node

Class lapis.swing.cluster.ClusterRenderer.MultiClip extends JPanel implements Serializable

Serialized Fields

rs

RegionSet rs

r1

Region r1

r2

Region r2

r3

Region r3

r4

Region r4

rect

Rectangle rect

rect1

Rectangle rect1

rect2

Rectangle rect2

rect3

Rectangle rect3

browser

Browser browser

expanded

boolean expanded

regionRec1

Rectangle regionRec1

regionRec2

Rectangle regionRec2

regionRec3

Rectangle regionRec3

node

MatchNodeCreator.Node node

Class lapis.swing.cluster.ClusterRenderer.OverlayClip extends JPanel implements Serializable

Serialized Fields

rs

RegionSet rs

browser

Browser browser

expanded

boolean expanded

rect

Rectangle rect

node

MatchNodeCreator.Node node

images

Vector images

selected

boolean selected

height

int height

width

int width

Class lapis.swing.cluster.ClusterRenderer.SingleClip extends JPanel implements Serializable

Serialized Fields

height

int height

width

int width

Class lapis.swing.cluster.ClusterRenderer.TopLevelClip extends JPanel implements Serializable

Serialized Fields

rs

RegionSet rs

r1

Region r1

rect

Rectangle rect

rect1

Rectangle rect1

rect2

Rectangle rect2

rect3

Rectangle rect3

browser

Browser browser

expanded

boolean expanded

regionRec1

Rectangle regionRec1

regionRec2

Rectangle regionRec2

regionRec3

Rectangle regionRec3

node

MatchNodeCreator.Node node

explanationButton

JButton explanationButton

explanationText

JTextArea explanationText

sel

boolean sel

explainAction

Action explainAction

Class lapis.swing.cluster.ClusterRenderer.TopOverlayClip extends JPanel implements Serializable

Serialized Fields

sel

boolean sel

Class lapis.swing.cluster.ClusterRenderer.TopSingleClip extends JPanel implements Serializable

Serialized Fields

rs

RegionSet rs

r1

Region r1

rect

Rectangle rect

rect1

Rectangle rect1

browser

Browser browser

expanded

boolean expanded

regionRec1

Rectangle regionRec1

node

MatchNodeCreator.Node node

explanationButton

JButton explanationButton

explanationText

JTextArea explanationText

sel

boolean sel

explainAction

Action explainAction

Class lapis.swing.cluster.LexicalTree extends MatchTree implements Serializable

Class lapis.swing.cluster.LexicalTreePanel extends MatchTreePanel implements Serializable

Class lapis.swing.cluster.MatchTable extends JPanel implements Serializable

Serialized Fields

browser

Browser browser

clusterPane

ClusterFindReplacePane clusterPane

clusters

MatchTable.HeaderList clusters

matches

MatchTable.ChildrenList matches

matchesPane

JScrollPane matchesPane

root

MatchNodeCreator.Node root

cluster

boolean cluster

undoManager

UndoManager undoManager

Class lapis.swing.cluster.MatchTree extends JTree implements Serializable

Serialized Fields

browser

Browser browser

clusterPane

ClusterFindReplacePane clusterPane

root

MatchNodeCreator.Node root

undoManager

UndoManager undoManager

cluster

boolean cluster

height

int height

treeTable

boolean treeTable

matchTreeTable

MatchTreeTable matchTreeTable

clusterRectangle

Rectangle clusterRectangle

Class lapis.swing.cluster.MatchTreePanel extends JScrollPane implements Serializable

Serialized Fields

matchTree

MatchTree matchTree

clusterPane

ClusterFindReplacePane clusterPane

Class lapis.swing.cluster.MatchTreeTable extends JTable implements Serializable

Serialized Fields

tree

MatchTreeTable.TreeTableCellRenderer tree
A subclass of JTree.


browser

Browser browser

clusterRectangle

Rectangle clusterRectangle

Class lapis.swing.cluster.MatchTreeTable.TreeTableCellRenderer extends MatchTree implements Serializable

Serialized Fields

visibleRow

int visibleRow
Last table/tree row asked to renderer.


initialized

boolean initialized

Class lapis.swing.cluster.MatchTreeTablePanel extends JScrollPane implements Serializable

Serialized Fields

matchTreeTable

MatchTreeTable matchTreeTable

undoManager

UndoManager undoManager

Class lapis.swing.cluster.SingleNodeTableModel extends AbstractTreeTableModel implements Serializable

Serialized Fields

data

Vector data

column

Vector column

Class lapis.swing.cluster.TreeTableModelAdapter extends AbstractTableModel implements Serializable

Serialized Fields

tree

JTree tree

treeTableModel

TreeTableModel treeTableModel

expanding

boolean expanding


Package lapis.tc

Class lapis.tc.Evaluator extends Object implements Serializable

Serialized Fields

prefix

String prefix

matchFlags

int matchFlags

background

Pattern background

Class lapis.tc.TC extends Object implements Serializable

Serialized Fields

root

TC.Node root

syntax

TCToken syntax

href

String href

expression

String expression

evaluator

Evaluator evaluator

Class lapis.tc.TC.After extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.AfterDelimited extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.Ancestor extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.And extends lapis.tc.TC.BinaryOp implements Serializable

Class lapis.tc.TC.Any extends TC.Node implements Serializable

Class lapis.tc.TC.Assign extends TC.Node implements Serializable

Serialized Fields

id

String id

arg

TC.Node arg

Class lapis.tc.TC.BalancedBinary extends lapis.tc.TC.BinaryOp implements Serializable

Class lapis.tc.TC.BalancedUnary extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.Before extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.BeforeDelimited extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.ButNot extends lapis.tc.TC.BinaryOp implements Serializable

Class lapis.tc.TC.CaseSensitivity extends TC.Node implements Serializable

Serialized Fields

enabled

boolean enabled

arg

TC.Node arg

Class lapis.tc.TC.Constant extends TC.Node implements Serializable

Serialized Fields

sel

NamedRegionSet sel

Class lapis.tc.TC.Contains extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.Crispen extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.Descendant extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.Ending extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.EndingDelimited extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.EndOf extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.Equals extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.ExternalPattern extends TC.Node implements Serializable

Serialized Fields

pat

Pattern pat

Class lapis.tc.TC.Flatten extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.FromTo extends lapis.tc.TC.BinaryOp implements Serializable

Class lapis.tc.TC.Id extends TC.Node implements Serializable

Serialized Fields

id

String id

Class lapis.tc.TC.IgnoreBinary extends lapis.tc.TC.BinaryOp implements Serializable

Class lapis.tc.TC.In extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.Include extends lapis.tc.TC.BinaryOp implements Serializable

Class lapis.tc.TC.JustAfter extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.JustAfterDelimited extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.JustBefore extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.JustBeforeDelimited extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.Literal extends TC.Node implements Serializable

Serialized Fields

literal

String literal

Class lapis.tc.TC.Melt extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.NextTo extends lapis.tc.TC.BinaryOp implements Serializable

Class lapis.tc.TC.Node extends Object implements Serializable

Class lapis.tc.TC.Nonempty extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.Nothing extends TC.Node implements Serializable

Class lapis.tc.TC.Nth extends TC.Node implements Serializable

Serialized Fields

n

int n

counter

TC.Node counter

context

TC.Node context

Class lapis.tc.TC.Or extends lapis.tc.TC.BinaryOp implements Serializable

Class lapis.tc.TC.OrButNot extends TC.Node implements Serializable

Serialized Fields

arg1

TC.Node arg1

arg2

TC.Node arg2

arg3

TC.Node arg3

Class lapis.tc.TC.Overlaps extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.OverlapsEnd extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.OverlapsStart extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.Prefix extends TC.Node implements Serializable

Serialized Fields

prefix

String prefix

arg

TC.Node arg

Class lapis.tc.TC.Regexp extends TC.Node implements Serializable

Serialized Fields

regexp

String regexp

Class lapis.tc.TC.SeparatedBy extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.Seq extends lapis.tc.TC.BinaryOp implements Serializable

Class lapis.tc.TC.Starting extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.StartingDelimited extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.StartOf extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.Trim extends lapis.tc.TC.BinaryOp implements Serializable

Class lapis.tc.TC.Unbind extends lapis.tc.TC.UnaryOp implements Serializable

Class lapis.tc.TC.View extends TC.Node implements Serializable

Serialized Fields

view

String view

arg

TC.Node arg

Class lapis.tc.TCParseException extends Exception implements Serializable

Serialized Fields

href

String href

errorVector

Vector errorVector

offset

int offset


Package lapis.tcl

Class lapis.tcl.WrappedTclException extends tcl.lang.TclException implements Serializable

Serialized Fields

t

Throwable t


Package lapis.tools

Class lapis.tools.Calc.NoAnswerException extends Exception implements Serializable


Package lapis.trees

Class lapis.trees.FlatteningRegionArray extends RegionArray implements Serializable

Serialized Fields

melt

boolean melt

Class lapis.trees.MultiDocRegionSet extends RegionSet implements Serializable

Serialized Fields

regionsetByDocument

Map regionsetByDocument

versionByDocument

Map versionByDocument

myVersions

Versions myVersions

Class lapis.trees.RBTree extends SingleDocRegionSet implements Serializable

Serialized Fields

version

DocumentVersion version

root

RBTree.Node root

depth

int depth

nRegions

int nRegions

Class lapis.trees.RegionArray extends SingleDocRegionSet implements Serializable

Serialized Fields

state

int state

points

int[] points

slOffset

int slOffset

shOffset

int shOffset

elOffset

int elOffset

ehOffset

int ehOffset

version

DocumentVersion version

n

int n

max

int max

size

int size

deleted

boolean[] deleted

Class lapis.trees.RepresentationChangeException extends RuntimeException implements Serializable

Serialized Fields

newSet

RegionSet newSet


Package lapisx.io

Class lapisx.io.ZipArchive extends Object implements Serializable

serialVersionUID: -9185404800237564786l

Serialized Fields

zipdata

byte[] zipdata

names

Vector names


Package lapisx.progress

Class lapisx.progress.BasicProgressGenerator extends ProgressEvent implements Serializable

Serialized Fields

killThreadOnInterrupt

boolean killThreadOnInterrupt

listeners

Vector listeners

delta

double delta

inprogress

boolean inprogress

stack

Stack stack

Class lapisx.progress.CancelException extends RuntimeException implements Serializable

Class lapisx.progress.ProgressEvent extends EventObject implements Serializable

Serialized Fields

label

String label

minimum

int minimum

maximum

int maximum

value

int value


Package lapisx.progress.swing

Class lapisx.progress.swing.SwingProgressBar extends JProgressBar implements Serializable

Serialized Fields

cancelled

boolean cancelled

dialog

JDialog dialog


Package lapisx.swing

Class lapisx.swing.AcceleratedAction extends AbstractAction implements Serializable

Serialized Fields

action

Action action

Class lapisx.swing.AcceleratedMenu extends JMenu implements Serializable

Class lapisx.swing.Animation extends JComponent implements Serializable

Serialized Fields

animating

boolean animating

animatedImage

Image animatedImage

frozenImage

Image frozenImage

Class lapisx.swing.CoalescingUndo.KeyTypedAction extends DefaultEditorKit.DefaultKeyTypedAction implements Serializable

Class lapisx.swing.CoalescingUndo.KeyTypedEdit extends CompoundEdit implements Serializable

Serialized Fields

editor

JTextComponent editor

caretMoved

boolean caretMoved

Class lapisx.swing.DisappearingTabbedPane extends JPanel implements Serializable

Serialized Fields

children

Map children
Map from tab component to tab title.


state

DisappearingTabbedPane.InternalState state
State pattern. One of EMPTY, ONE_TAB, or MULTIPLE_TABS.


singleton

JPanel singleton
Panel shown for 0 or 1 tabs.


tabs

JTabbedPane tabs
Tabbed pane, shown for more than 1 tab.


cards

CardLayout cards
Layout for this. Flips between singleton (used in EMPTY and ONE_TAB states) and tabs (in MULTIPLE_TABS state).


EMPTY

DisappearingTabbedPane.InternalState EMPTY
State in which this contains no tabs.


ONE_TAB

DisappearingTabbedPane.InternalState ONE_TAB
State in which this contains exactly one tab.


MULTIPLE_TABS

DisappearingTabbedPane.InternalState MULTIPLE_TABS
State in which this contains more than one tab.

Class lapisx.swing.FileChooser extends JFileChooser implements Serializable

Class lapisx.swing.FileEditor extends JFrame implements Serializable

Serialized Fields

defaultTitle

String defaultTitle

editorPanel

FileEditorPanel editorPanel

undo

UndoManager undo

newAction

Action newAction
Action invoked by File/New command. Clears the editor.


openAction

Action openAction
Action invoked by File/Open command. Pops up a file-open dialog.


saveAction

Action saveAction
Action invoked by File/Save command. Saves the contents of the edito.


saveAsAction

Action saveAsAction
Action invoked by File/Save As command. Pops up a save-as dialog.


closeAction

Action closeAction
Action invoked by File/Close command. Disposes of this editor.


undoAction

Action undoAction
Action invoked by Edit/Undo command. Undoes one editing action.


redoAction

Action redoAction
Action invoked by Edit/Redo command. Redoes one editing action.


cutAction

Action cutAction
Action invoked by Edit/Cut command. Cuts current selection to clipboard.


copyAction

Action copyAction
Action invoked by Edit/Copy command. Copies current selection to clipboard.


pasteAction

Action pasteAction
Action invoked by Edit/Paste action. Pastes clipboard.


selectAllAction

Action selectAllAction
Action invoked by Edit/Select All command. Selects entire editor.


actions

Hashtable actions
Gets original Edit/Cut, Copy, Paste, or Select-All actions from the editor.

Class lapisx.swing.FileEditorPanel extends JPanel implements Serializable

Serialized Fields

toolbar

JToolBar toolbar

editor

JTextComponent editor

file

File file

dirty

boolean dirty

undo

UndoManager undo

Class lapisx.swing.FlashingLabel extends JLabel implements Serializable

Serialized Fields

timer

Timer timer

flashColor

Color flashColor

normalColor

Color normalColor

Class lapisx.swing.HighlightingScrollBar extends JScrollBar implements Serializable

Serialized Fields

highlighter

ScrollBarHighlighter highlighter

Class lapisx.swing.HighlightingScrollPane extends JScrollPane implements Serializable

Class lapisx.swing.HighlightingScrollPane.HighlightingScrollBar extends JScrollPane.ScrollBar implements Serializable

Serialized Fields

highlighter

ScrollBarHighlighter highlighter

Class lapisx.swing.InputThreeButtonDialog extends JDialog implements Serializable

Serialized Fields

typedText

String typedText

optionPane

JOptionPane optionPane

selection

int selection

Class lapisx.swing.Line extends JComponent implements Serializable

Serialized Fields

orientation

int orientation

Class lapisx.swing.OkCancelDialog extends JDialog implements Serializable

Serialized Fields

controlsPane

JPanel controlsPane

okButton

JButton okButton

cancelButton

JButton cancelButton


Package lapisx.util

Class lapisx.util.Config extends Properties implements Serializable

Serialized Fields

file

File file

lastException

IOException lastException

Class lapisx.util.MergingHashtable extends Hashtable implements Serializable