Serialized Form
pat
Pattern pat
pat
Pattern pat
doc
Document doc
s
RegionSet s
message
String message
startHigh
int startHigh
endLow
int endLow
set
RegionSet set
regions
RegionSet regions
pat
TC pat
choices
Vector choices
name
String name
start
int start
end
int end
version
DocumentVersion version
Package lapis.eclipse.components |
doc
Document doc
features
Feature[] features
sum
double[] sum
mean
double[] mean
median
double[] median
variance
double[] variance
featureValues
Hashtable featureValues
base
Feature base
equivalents
Vector equivalents
fv
double[] fv
dist
double dist
isPosExample
boolean isPosExample
explanation
Similarity.Explanation[] explanation
startTag
HTMLTag startTag
endTag
HTMLTag endTag
empty
boolean empty
sibling
HTMLElement sibling
parent
HTMLElement parent
child
HTMLElement child
tagName
String tagName
startTag
boolean startTag
htmlAttributes
String[] htmlAttributes
element
HTMLElement element
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.
parent
Node parent
children
Node[] children
id
int id
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.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
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.
browser
Browser browser
browser
Browser browser
doc
Document doc
browser
Browser browser
browser
Browser browser
menu
DelayedPopupMenu menu
browser
Browser browser
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
browser
Browser browser
defaultBorder
Border defaultBorder
titledBorder
Border titledBorder
defaultBackground
Color defaultBackground
activeBackground
Color activeBackground
colored
boolean colored
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.
browser
Browser browser
doc
Document doc
props
Dictionary props
propertyNames
Vector propertyNames
table
JTable table
model
DocumentProperties.PropertyTableModel model
browser
Browser browser
actionName
String actionName
browser
Browser browser
browser
Browser browser
exception
Throwable exception
command
String command
content
String content
contentType
String contentType
patternHistory
String patternHistory
browser
Browser browser
form
JEditorPane form
scroller
JScrollPane scroller
browser
Browser browser
browser
Browser browser
browser
Browser browser
browser
Browser browser
browser
Browser browser
browser
Browser browser
browser
Browser browser
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
browser
Browser browser
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
in
Reader in
state
int state
patternCache
PatternCache patternCache
factory
DocumentFactory factory
rawView
HTMLDocument.RawView rawView
cookedView
HTMLDocument.CookedView cookedView
parser
HTMLEditorKit.Parser parser
linkHandler
HTMLEditorKit.MyLinkController linkHandler
posPressed
int posPressed
hypothesisEnum
RestartableEnumeration hypothesisEnum
hypotheses
Vector hypotheses
expanded
boolean expanded
listeners
Set listeners
table
JTable table
scroller
JScrollPane scroller
expandButton
JButton expandButton
selectionChanged
ListSelectionListener selectionChanged
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
browser
Browser browser
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
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
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.
in
Reader in
state
int state
patternCache
PatternCache patternCache
factory
DocumentFactory factory
version
DocumentVersion version
changes
CoordinateMap changes
viewFactory
ViewFactory viewFactory
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
browser
Browser browser
browser
Browser browser
unchangedReplacement
String unchangedReplacement
lowerCaseReplacement
String lowerCaseReplacement
upperCaseReplacement
String upperCaseReplacement
sentenceCaseReplacement
String sentenceCaseReplacement
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
display
RegionSetDisplay.RegionSpace display
matches
JTextArea matches
sel
NamedRegionSet sel
len
int len
scaleX
double scaleX
scaleY
double scaleY
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
browser
Browser browser
clickedRecord
Region clickedRecord
- Record that was right-clicked on
browser
Browser browser
model
TableModel model
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
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.
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.
browser
Browser browser
tool
Tool tool
args
ToolAction.BrowserArguments args
usesSelection
boolean usesSelection
browser
Browser browser
Package lapis.swing.cluster |
root
Object root
listenerList
EventListenerList listenerList
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
browser
Browser browser
data
Vector data
column
Vector column
r
Region r
rect
Rectangle rect
browser
Browser browser
selected
boolean selected
regionRec
Rectangle regionRec
node
MatchNodeCreator.Node node
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
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
height
int height
width
int width
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
sel
boolean sel
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
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
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
matchTree
MatchTree matchTree
clusterPane
ClusterFindReplacePane clusterPane
tree
MatchTreeTable.TreeTableCellRenderer tree
- A subclass of JTree.
browser
Browser browser
clusterRectangle
Rectangle clusterRectangle
visibleRow
int visibleRow
- Last table/tree row asked to renderer.
initialized
boolean initialized
matchTreeTable
MatchTreeTable matchTreeTable
undoManager
UndoManager undoManager
data
Vector data
column
Vector column
tree
JTree tree
treeTableModel
TreeTableModel treeTableModel
expanding
boolean expanding
prefix
String prefix
matchFlags
int matchFlags
background
Pattern background
root
TC.Node root
syntax
TCToken syntax
href
String href
expression
String expression
evaluator
Evaluator evaluator
id
String id
arg
TC.Node arg
enabled
boolean enabled
arg
TC.Node arg
sel
NamedRegionSet sel
pat
Pattern pat
id
String id
Class lapis.tc.TC.In extends lapis.tc.TC.UnaryOp implements Serializable |
literal
String literal
n
int n
counter
TC.Node counter
context
TC.Node context
Class lapis.tc.TC.Or extends lapis.tc.TC.BinaryOp implements Serializable |
arg1
TC.Node arg1
arg2
TC.Node arg2
arg3
TC.Node arg3
prefix
String prefix
arg
TC.Node arg
regexp
String regexp
view
String view
arg
TC.Node arg
href
String href
errorVector
Vector errorVector
offset
int offset
t
Throwable t
melt
boolean melt
regionsetByDocument
Map regionsetByDocument
versionByDocument
Map versionByDocument
myVersions
Versions myVersions
version
DocumentVersion version
root
RBTree.Node root
depth
int depth
nRegions
int nRegions
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
newSet
RegionSet newSet
serialVersionUID: -9185404800237564786l
zipdata
byte[] zipdata
names
Vector names
killThreadOnInterrupt
boolean killThreadOnInterrupt
listeners
Vector listeners
delta
double delta
inprogress
boolean inprogress
stack
Stack stack
label
String label
minimum
int minimum
maximum
int maximum
value
int value
Package lapisx.progress.swing |
cancelled
boolean cancelled
dialog
JDialog dialog
action
Action action
animating
boolean animating
animatedImage
Image animatedImage
frozenImage
Image frozenImage
editor
JTextComponent editor
caretMoved
boolean caretMoved
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.
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.
toolbar
JToolBar toolbar
editor
JTextComponent editor
file
File file
dirty
boolean dirty
undo
UndoManager undo
timer
Timer timer
flashColor
Color flashColor
normalColor
Color normalColor
highlighter
ScrollBarHighlighter highlighter
highlighter
ScrollBarHighlighter highlighter
typedText
String typedText
optionPane
JOptionPane optionPane
selection
int selection
orientation
int orientation
controlsPane
JPanel controlsPane
okButton
JButton okButton
cancelButton
JButton cancelButton
file
File file
lastException
IOException lastException