Serialized Form
|
Package net.sourceforge.nite.corpus |
preferences
Preferences preferences
prefloader
PreferenceLoader prefloader
corpora
java.util.List<E> corpora
plugins
java.util.List<E> plugins
corporaPaths
java.util.HashMap<K,V> corporaPaths
corporaNames
java.util.HashMap<K,V> corporaNames
corporaDir
java.io.File corporaDir
currentCorpus
net.sourceforge.nite.corpus.Manager.Corpus currentCorpus
currentTreeNode
javax.swing.tree.DefaultMutableTreeNode currentTreeNode
corpusTabs
java.util.HashMap<K,V> corpusTabs
tabCorpus
java.util.HashMap<K,V> tabCorpus
editable
boolean editable
mainPanel
javax.swing.JTabbedPane mainPanel
corpusPanel
javax.swing.JPanel corpusPanel
corpusMenu
javax.swing.JMenu corpusMenu
corpusExit
javax.swing.JMenuItem corpusExit
corpusOpen
javax.swing.JMenuItem corpusOpen
corpusView
javax.swing.JMenuItem corpusView
corpusRemove
javax.swing.JMenuItem corpusRemove
settingsMenu
javax.swing.JMenu settingsMenu
settingsConfigure
javax.swing.JMenuItem settingsConfigure
corpusTree
javax.swing.JTree corpusTree
treeModel
javax.swing.tree.DefaultTreeModel treeModel
fc
javax.swing.JFileChooser fc
statusBar
javax.swing.JLabel statusBar
root
javax.swing.tree.DefaultMutableTreeNode root
selftypedplugin
javax.swing.JTextField selftypedplugin
corpora
java.util.List<E> corpora
names
java.util.HashMap<K,V> names
bookmarksNames
java.util.ArrayList<E> bookmarksNames
bookmarksQueries
java.util.ArrayList<E> bookmarksQueries
autoloaded
boolean autoloaded
corpusLoaded
boolean corpusLoaded
saveDir
java.io.File saveDir
plugins
java.util.List<E> plugins
|
Package net.sourceforge.nite.datainspection.view |
data
ConfusionMatrix data
ALLOW_COLUMN_SELECTION
boolean ALLOW_COLUMN_SELECTION
ALLOW_ROW_SELECTION
boolean ALLOW_ROW_SELECTION
rowValue
Value rowValue
colValue
Value colValue
headercolumns
javax.swing.table.TableColumnModel headercolumns
|
Package net.sourceforge.nite.gui.actions |
newElement
ObjectModelElement newElement
index
int index
- The index to where in the child list the new child should be inserted
newElement
ObjectModelElement newElement
index
int index
- The index to where in the child list the new child should be inserted
attributeName
java.lang.String attributeName
- The attribute whose value will be changed
newContent
java.lang.String newContent
- The new text for this element
outputComponent
OutputComponent outputComponent
newContent
java.lang.String newContent
- The new text for this element
outputComponent
OutputComponent outputComponent
parser
JDomParser parser
- If the action was created via a stylesheet, this is the
JDomParser which created this action. It'll be needed to call
redisplay when the action is performed
displayer
Displayer displayer
- if set, the object that is called upon to redisplay
id
java.lang.String id
- A unique ID for this action
description
java.lang.String description
- A textual description of this action
outputComponentIDs
java.util.List<E> outputComponentIDs
- IDs of the SwingTarget outputComponents. These will be used to
match up the correct component handlers with the actions
inputComponentIDs
java.util.List<E> inputComponentIDs
componentIDs
java.util.List<E> componentIDs
popupContexts
java.util.Map<K,V> popupContexts
actionType
java.lang.String actionType
xmlAction
NiteAction xmlAction
attributeName
java.lang.String attributeName
inputComponents
java.util.List<E> inputComponents
- A list of JComponentHandlers which wrap the outputComponents
from which user input is extracted
outputComponents
java.util.List<E> outputComponents
intermediateComponents
java.util.List<E> intermediateComponents
element
ObjectModelElement element
- The element which will be edited by this action
|
Package net.sourceforge.nite.gui.mediaviewer |
videoPanel
javax.swing.JPanel videoPanel
checkPanel
javax.swing.JPanel checkPanel
desktop
javax.swing.JDesktopPane desktop
muteCheck
javax.swing.JCheckBox muteCheck
masterCheck
javax.swing.JCheckBox masterCheck
rate
float rate
thismaxtime
double thismaxtime
timeSliderHandler
net.sourceforge.nite.gui.mediaviewer.NITEMediaPlayer.TimeSliderListener timeSliderHandler
visualComponent
java.awt.Component visualComponent
visualJComponent
javax.swing.JComponent visualJComponent
videoname
javax.swing.JLabel videoname
videoWidth
int videoWidth
videoHeight
int videoHeight
mediaFile
java.lang.String mediaFile
mrl
MediaLocator mrl
currentFile
java.io.File currentFile
url
java.net.URL url
player
Player player
fpc
FramePositioningControl fpc
stopFrame
int stopFrame
stopTime
double stopTime
niteclock
DefaultClock niteclock
oldTime
Time oldTime
playingSegment
boolean playingSegment
mutebutton
boolean mutebutton
masterbutton
boolean masterbutton
bclosing
boolean bclosing
bprcoessedevent
boolean bprcoessedevent
beforeTime
long beforeTime
afterTime
long afterTime
id
int id
name
java.lang.String name
setTimeWhenPrefetched
boolean setTimeWhenPrefetched
prefetchTime
double prefetchTime
playWhenPrefetched
boolean playWhenPrefetched
metaData
NMetaData metaData
obsName
java.lang.String obsName
lastSignal
int lastSignal
signalCombo
javax.swing.JComboBox signalCombo
signalListeners
java.util.Vector<E> signalListeners
lastPosition
double lastPosition
|
Package net.sourceforge.nite.gui.textviewer |
panel
javax.swing.JPanel panel
niteclock
Clock niteclock
hasBorder
boolean hasBorder
timemap
TimeIntervalMapper timemap
currentTimeIterator
TimeIntervalIterator currentTimeIterator
previousSet
java.util.Set<E> previousSet
currentSet
java.util.Set<E> currentSet
minStartTime
double minStartTime
maxEndTime
double maxEndTime
ccolor
java.awt.Color ccolor
positionMapper
PositionElementMapper positionMapper
timemap
TimeIntervalMapper timemap
currentTimeIterator
TimeIntervalIterator currentTimeIterator
previousSet
java.util.Set<E> previousSet
currentSet
java.util.Set<E> currentSet
printView
net.sourceforge.nite.gui.textviewer.NITEStyledDocument.PrintView printView
textpane
javax.swing.JTextPane textpane
defaultDoc
NITEStyledDocument defaultDoc
status
javax.swing.JComponent status
niteclock
Clock niteclock
qcolor
java.awt.Color qcolor
ccolor
java.awt.Color ccolor
auto_scrolling
boolean auto_scrolling
maxtime
double maxtime
caretListener
NTACaretListener caretListener
dataToTextElement
java.util.Map<K,V> dataToTextElement
- Maintains a mapping between object model elements and text elements
dataEditToTextElement
java.util.Map<K,V> dataEditToTextElement
- Maintains a mapping between object model elements and text
elements for edited elements
styles
javax.swing.text.StyleContext styles
- The font styles which will be used in the document displayed by
this NTextArea.
listenerList
javax.swing.event.EventListenerList listenerList
highlights
java.util.SortedSet<E>[] highlights
- The sets of highlighted elements. Indexed with the highlighting type.
highlightingStyleTemplates
javax.swing.text.Style[] highlightingStyleTemplates
- The Styles used for displaying highlights, for each type of highlight.
style_idcounters
int[] style_idcounters
undoHandler
javax.swing.event.UndoableEditListener undoHandler
- Listener for the edits on the current document.
undo
javax.swing.undo.UndoManager undo
- UndoManager that we add edits to.
undoAction
net.sourceforge.nite.gui.textviewer.NTextArea.UndoAction undoAction
redoAction
net.sourceforge.nite.gui.textviewer.NTextArea.RedoAction redoAction
defaultActions
javax.swing.Action[] defaultActions
- Actions defined by the Notepad class
originalBackground
java.awt.Color originalBackground
timehighlit
boolean timehighlit
node
NTreeNode node
niteclock
Clock niteclock
currentnode
NTreeNode currentnode
root
NTreeNode root
previousSet
java.util.Set<E> previousSet
currentSet
java.util.Set<E> currentSet
ccolor
java.awt.Color ccolor
qcolor
java.awt.Color qcolor
nodesToData
java.util.Map<K,V> nodesToData
dataToNodes
java.util.Map<K,V> dataToNodes
timemap
TimeIntervalMapper timemap
currentTimeIterator
TimeIntervalIterator currentTimeIterator
leaficon
javax.swing.ImageIcon leaficon
openicon
javax.swing.ImageIcon openicon
closedicon
javax.swing.ImageIcon closedicon
parentTree
NTree parentTree
parent
NTreeNode parent
dataElement
ObjectModelElement dataElement
font
java.awt.Font font
textcolour
java.awt.Color textcolour
highcolour
java.awt.Color highcolour
timehighlit
boolean timehighlit
displaycomponent
javax.swing.JComponent displaycomponent
displayComponentHandler
JComponentHandler displayComponentHandler
highlighted
boolean highlighted
starttime
double starttime
endtime
double endtime
maxEndTime
double maxEndTime
minStartTime
double minStartTime
dirpath
java.lang.String dirpath
content
java.lang.String content
|
Package net.sourceforge.nite.gui.timelineviewer |
millisPerPixel
int millisPerPixel
interval
int interval
defaultDuration
int defaultDuration
layerFatness
int layerFatness
layerBreak
int layerBreak
gridLineColour
java.awt.Color gridLineColour
selectedColour
java.awt.Color selectedColour
timeHighlightColour
java.awt.Color timeHighlightColour
queryHighlightColour
java.awt.Color queryHighlightColour
elementColour
java.awt.Color elementColour
chosencolours
int chosencolours
horizontal
boolean horizontal
maxtime
int maxtime
extra
int extra
showLabels
boolean showLabels
layerColours
java.util.Map<K,V> layerColours
layerLocations
java.util.Map<K,V> layerLocations
layerDepth
java.util.Map<K,V> layerDepth
queryResults
java.util.Set<E> queryResults
totaldepth
int totaldepth
niteclock
DefaultClock niteclock
starttime
int starttime
endtime
int endtime
selectionstarttime
int selectionstarttime
selectionendtime
int selectionendtime
selectedBlob
TimeBlob selectedBlob
lastSelectedBlob
TimeBlob lastSelectedBlob
neselectionlisteners
java.util.List<E> neselectionlisteners
layerH
net.sourceforge.nite.gui.timelineviewer.TimeGrid.layerHeader layerH
timeH
net.sourceforge.nite.gui.timelineviewer.TimeGrid.timeHeader timeH
canEditElements
boolean canEditElements
firstElement
NOMElement firstElement
elementCreator
TimelineNOMElementCreator elementCreator
timeline
NiteTimeline timeline
snapToTime
boolean snapToTime
lasttime
int lasttime
- ScrollingTimeHandler implementation
scrolltolerance
double scrolltolerance
mousestarttime
double mousestarttime
justbuiltblob
boolean justbuiltblob
startMS
int startMS
endMS
int endMS
parentGrid
TimeGrid parentGrid
element
NOMElement element
cornerRadius
int cornerRadius
background
java.awt.Color background
|
Package net.sourceforge.nite.gui.transcriptionviewer |
segmentationElementName
java.lang.String segmentationElementName
- See the documentation of the method
setSegmentationElementName
transLayerName
java.lang.String transLayerName
- See the documentation of the method
setTransLayerName
transToTextDelegate
TranscriptionToTextDelegate transToTextDelegate
- See the documentation of the method
setTranscriptionToTextDelegate
transcriptionAttribute
java.lang.String transcriptionAttribute
- See the documentation of the method
setTranscriptionToTextDelegate
segmentToTextDelegate
TranscriptionToTextDelegate segmentToTextDelegate
- See the documentation of the method
setTranscriptionToTextDelegate
segmentToTextAttribute
java.lang.String segmentToTextAttribute
- See the documentation of the method
setSegmentToTextDelegate
basicStyle
javax.swing.text.Style basicStyle
- See the documentation of
NTranscriptionView.setBasicStyle(javax.swing.text.Style)
addNewlines
boolean addNewlines
- If True, segments should be separated with newlines.
Default is true. Setting this to false degrades performance.
textToSegments
java.util.Map<K,V> textToSegments
- A map from text elements to segments. Maintiained by "setDisplayedSegments".
Used internally for quick mapping between them, to see whether a text element should be highlighted
when a certain segment has been selected. Is this, performance wise, a good idea? What is the cost in memory?
What is the cost in speed if we NOT do this?
displayedAnnotationElements
java.util.Set<E> displayedAnnotationElements
- Stores the annotationelements that have already been displayed in the transcript text.
displayStrategies
java.util.Map<K,V> displayStrategies
- A mapping between annotation element names and displaystrategies.
See
setDisplayStrategy
documentation.
allowTranscriptSelect
boolean allowTranscriptSelect
- This boolean determines whether you can select speech transcription elements.
If this one is false, no speechtext selection will take place, regardless of settings
such as 'allowMultiAgentSelect' or 'wordlevelSelectionType'.
default true.
See also the general documentation on selection: NTranscriptionView.newSelection(int, int)
allowAnnotationSelect
boolean allowAnnotationSelect
- This boolean determines whether you can select annotation elements at all.
If this one is false, no annotation-element-selection will take place, regardless of other settings.
default false.
See also the general documentation on selection: NTranscriptionView.newSelection(int, int)
allowMultiAgentSelect
boolean allowMultiAgentSelect
- If true, user can select a span of text, or set of annotation elements, that contains stuff of
more than one agent. If false, then not.
default false.
See also the general documentation on selection: NTranscriptionView.newSelection(int, int)
annotationSelectionGranularity
int annotationSelectionGranularity
- Determines what units are selectable on the ANNOTATIONS:
- SINGLE_ANNOTATION
- MULTIPLE_ANNOTATIONS
Default: SINGLE_ANNOTATION
Interacts with other selection settings to define selection behaviour.
See also NTranscriptionView.setSelectableAnnotationTypes(java.util.Set)
See also NTranscriptionView.setSelectDirectTextRepresentations(boolean)
See also NTranscriptionView.setSelectTranscriptionAncestors(boolean)
selectableAnnotationTypes
java.util.Set<E> selectableAnnotationTypes
- See
NTranscriptionView.setSelectableAnnotationTypes(java.util.Set) documentation.
selectDirectTextRepresentations
boolean selectDirectTextRepresentations
- See
NTranscriptionView.setSelectDirectTextRepresentations(boolean) documentation.
selectTranscriptionAncestors
boolean selectTranscriptionAncestors
- See
NTranscriptionView.setSelectTranscriptionAncestors(boolean) documentation.
transToAnnoMaps
java.util.Set<E> transToAnnoMaps
selectedAnnoElements
java.util.Set<E> selectedAnnoElements
- The set of annotation elements that are selected.
wordlevelSelectionType
int wordlevelSelectionType
- Determines what units are selectable on the speech transcriptions:
- ONE_WORD
- ONE_SEGMENT
- MULTIPLE_SEGMENTS
- IN_SEGMENT_PHRASE
- CROSS_SEGMENT_PHRASE
Default: ONE_WORD
textSelectColor
java.awt.Color textSelectColor
annoSelectColor
java.awt.Color annoSelectColor
selectedTransElements
java.util.Set<E> selectedTransElements
selectedTransSegments
java.util.Set<E> selectedTransSegments
|
Package net.sourceforge.nite.gui.util |
nom
NOMCorpus nom
selection
java.lang.String selection
list
javax.swing.JList list
annfield
javax.swing.JTextField annfield
meta
NMetaData meta
selection
java.lang.String selection
codings
java.util.List<E> codings
list
javax.swing.JList list
selection
java.lang.String selection
prechosen
int prechosen
list
javax.swing.JList list
meta
NMetaData meta
selection
java.lang.String selection
corpusidfield
javax.swing.JTextField corpusidfield
corpusdescfield
javax.swing.JTextField corpusdescfield
meta_location
javax.swing.JTextField meta_location
coding_location
javax.swing.JTextField coding_location
ontology_location
javax.swing.JTextField ontology_location
objectset_location
javax.swing.JTextField objectset_location
export_location
javax.swing.JTextField export_location
range_check
javax.swing.JCheckBox range_check
inherit_check
javax.swing.JCheckBox inherit_check
export_check
javax.swing.JCheckBox export_check
corpusname
java.lang.String corpusname
exportdir
java.lang.String exportdir
exportinfo
boolean exportinfo
group
javax.swing.ButtonGroup group
message
java.lang.String message
pane
javax.swing.JOptionPane pane
nom
NOMCorpus nom
controlData
NMetaData controlData
parent
javax.swing.JFrame parent
|
Class net.sourceforge.nite.gui.util.CVSUtil extends java.lang.Object implements Serializable |
showKeys
int showKeys
keyMap
java.util.HashMap<K,V> keyMap
elementName
java.lang.String elementName
attributeName
java.lang.String attributeName
colourMap
ValueColourMap colourMap
tree
javax.swing.tree.DefaultMutableTreeNode tree
text
javax.swing.JTextPane text
theElement
NOMElement theElement
theElement
NOMElement theElement
showKeys
int showKeys
keyMap
java.util.HashMap<K,V> keyMap
displayAttribute
java.lang.String displayAttribute
colourMap
ValueColourMap colourMap
message
java.lang.String message
container
NOMWriteElementContainer container
clock
Clock clock
values
java.util.ArrayList<E> values
colours
java.util.ArrayList<E> colours
vcm
ValueColourMap vcm
img
java.awt.image.BufferedImage img
|
Package net.sourceforge.nite.meta.impl |
|
Package net.sourceforge.nite.nom |
|
Package net.sourceforge.nite.nstyle |
|
Package net.sourceforge.nite.nxt |
meta
NiteMetaData meta
corpusname
java.lang.String corpusname
programmap
java.util.HashMap<K,V> programmap
viewmap
java.util.HashMap<K,V> viewmap
niteclock
DefaultClock niteclock
jlist
javax.swing.JList jlist
statusbar
javax.swing.JLabel statusbar
nstyle
NStyle nstyle
|
Package net.sourceforge.nite.search |
mainWindow
boolean mainWindow
queryHandlers
java.util.Vector<E> queryHandlers
treehash
java.util.HashMap<K,V> treehash
handlers
java.util.List<E> handlers
nom
boolean nom
mainPanel
javax.swing.JTabbedPane mainPanel
qin
javax.swing.JTextArea qin
out
javax.swing.JSplitPane out
top
javax.swing.tree.DefaultMutableTreeNode top
outTree
javax.swing.JTree outTree
outFocus
ResultVisualisationComponent outFocus
lastQuery
java.lang.String lastQuery
corpus
SearchableCorpus corpus
loadedCorpusPath
java.lang.String loadedCorpusPath
corpusLoaded
boolean corpusLoaded
corpusClosed
boolean corpusClosed
searchEngine
Engine searchEngine
progressWindow
ProgressWindow progressWindow
preferences
Preferences preferences
prefloader
PreferenceLoader prefloader
corpora
java.util.List<E> corpora
corporaPaths
java.util.HashMap<K,V> corporaPaths
corporaNames
java.util.HashMap<K,V> corporaNames
bookmarksNames
java.util.ArrayList<E> bookmarksNames
bookmarksQueries
java.util.ArrayList<E> bookmarksQueries
autoload
boolean autoload
client
boolean client
allResults
java.util.List<E> allResults
corpusMenu
javax.swing.JMenu corpusMenu
bookmarksMenu
javax.swing.JMenu bookmarksMenu
helpCorpus
javax.swing.JMenuItem helpCorpus
querySubmit
javax.swing.JMenuItem querySubmit
corpusExit
javax.swing.JMenuItem corpusExit
corpusOpen
javax.swing.JMenuItem corpusOpen
corpusReload
javax.swing.JMenuItem corpusReload
corpusClose
javax.swing.JMenuItem corpusClose
autoloadCorpus
javax.swing.JCheckBoxMenuItem autoloadCorpus
submit
javax.swing.JButton submit
fc
javax.swing.JFileChooser fc
iconCorpus
javax.swing.ImageIcon iconCorpus
iconCorpusOpen
javax.swing.ImageIcon iconCorpusOpen
statusBar
javax.swing.JLabel statusBar
addBookmark
javax.swing.JMenuItem addBookmark
deleteBookmark
javax.swing.JMenu deleteBookmark
save
javax.swing.JMenuItem save
exportAsExcel
javax.swing.JMenuItem exportAsExcel
corpusName
java.lang.String corpusName
helpDir
java.io.File helpDir
corporaDir
java.io.File corporaDir
showTime
boolean showTime
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
java.lang.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
java.lang.String eol
- The end of line string for this machine.
interruptable
Interruptable interruptable
text
javax.swing.JLabel text
tested
long tested
corpora
java.util.List<E> corpora
names
java.util.HashMap<K,V> names
bookmarksNames
java.util.ArrayList<E> bookmarksNames
bookmarksQueries
java.util.ArrayList<E> bookmarksQueries
autoloaded
boolean autoloaded
corpusLoaded
boolean corpusLoaded
saveDir
java.io.File saveDir
gui
GUI gui
visu
SimpleResultVisualisation visu
gui
GUI gui
gui
GUI gui
showTime
boolean showTime
showText
boolean showText
firstTimeColumn
int firstTimeColumn
textColumn
int textColumn
elements
java.util.List<E> elements
attributes
java.util.List<E> attributes
nullScreen
javax.swing.JTextArea nullScreen
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
|
Package net.sourceforge.nite.time |
seconds
double seconds
buttonPanel
javax.swing.JPanel buttonPanel
checkPanel
javax.swing.JPanel checkPanel
ratePanel
javax.swing.JPanel ratePanel
playButton
javax.swing.JButton playButton
fastForwardButton
javax.swing.JButton fastForwardButton
rewindButton
javax.swing.JButton rewindButton
openButton
javax.swing.JButton openButton
slavemode
boolean slavemode
signalCombo
javax.swing.JComboBox signalCombo
playImage
javax.swing.ImageIcon playImage
pauseImage
javax.swing.ImageIcon pauseImage
fastForwardImage
javax.swing.ImageIcon fastForwardImage
rewindImage
javax.swing.ImageIcon rewindImage
desktop
javax.swing.JDesktopPane desktop
timeSlider
javax.swing.JSlider timeSlider
rateSlider
javax.swing.JSlider rateSlider
skip
javax.swing.JTextField skip
resetRateAction
javax.swing.Action resetRateAction
synchroCheck
javax.swing.JCheckBox synchroCheck
timeSliderHandler
net.sourceforge.nite.time.ClockFace.TimeSliderListener timeSliderHandler
tl
TimeLabel tl
windSeconds
double windSeconds
visualComponent
java.awt.Component visualComponent
videoWidth
int videoWidth
videoHeight
int videoHeight
stopTime
double stopTime
rate
float rate
maxtime
int maxtime
syncDelayMillis
int syncDelayMillis
add
double add
maxregistered
boolean maxregistered
niteclock
DefaultClock niteclock
oldTime
Time oldTime
timeMonitor
net.sourceforge.nite.time.ClockFace.TimeMonitor timeMonitor
timeThread
javax.swing.Timer timeThread
playingSegment
boolean playingSegment
synchrobutton
boolean synchrobutton
mutebutton
boolean mutebutton
bclosing
boolean bclosing
bprcoessedevent
boolean bprcoessedevent
beforeTime
long beforeTime
afterTime
long afterTime
id
int id
signals
java.util.List<E> signals
meta
NMetaData meta
observationname
java.lang.String observationname
DEBUG
boolean DEBUG
sigmap
java.util.HashMap<K,V> sigmap
sigfmap
java.util.HashMap<K,V> sigfmap
sigamap
java.util.HashMap<K,V> sigamap
time
double time
clock
Clock clock
id
int id
|
Package net.sourceforge.nite.tools.comparison.dualtranscription |
|
Package net.sourceforge.nite.tools.comparison.nonspanning |
annshow
int annshow
|
Package net.sourceforge.nite.tools.comparison.timeline |
factor
double factor
|
Package net.sourceforge.nite.tools.videolabeler |
targetButtons
java.util.HashMap<K,V> targetButtons
labelLayer
LabelAnnotationLayer labelLayer
currentTarget
NOMElement currentTarget
agentConfig
AgentConfiguration agentConfig
signalCombo
javax.swing.JComboBox signalCombo
buttonPanel
javax.swing.JPanel buttonPanel
currentSignal
java.lang.String currentSignal
selectionListeners
java.util.Vector<E> selectionListeners
markSelections
boolean markSelections
agent
NAgent agent
layer
AnnotationLayer layer
startLabel
javax.swing.JLabel startLabel
targetLabel
javax.swing.JLabel targetLabel
endLabel
javax.swing.JLabel endLabel
commentLabel
javax.swing.JLabel commentLabel
deleteAction
javax.swing.Action deleteAction
finishAction
javax.swing.Action finishAction
setCommentAction
javax.swing.Action setCommentAction
currentAnnotation
NOMWriteElement currentAnnotation
currentStartTime
double currentStartTime
currentLabel
java.lang.String currentLabel
currentEndTime
double currentEndTime
finishEnabled
boolean finishEnabled
deleteEnabled
boolean deleteEnabled
timeformat
int timeformat
agent
NAgent agent
layer
AnnotationLayer layer
nf
java.text.NumberFormat nf
nnFormat
java.text.DecimalFormat nnFormat
agent
NAgent agent
layer
AnnotationLayer layer
annotationArea
AnnotationArea annotationArea
annotationControlPanel
AnnotationControlPanel annotationControlPanel
targetControlPanel
TargetControlPanel targetControlPanel
topSplitter
ObservableSplitPane topSplitter
bottomSplitter
ObservableSplitPane bottomSplitter
resetTopLocation
int resetTopLocation
agent
NAgent agent
layer
AnnotationLayer layer
layer
AnnotationLayer layer
circle
java.awt.Rectangle circle
currentEmotion
java.awt.geom.Point2D currentEmotion
newEmotion
java.awt.geom.Point2D newEmotion
annotating
boolean annotating
parent
FeeltraceTargetControlPanel parent
clock
Clock clock
currentTime
double currentTime
currentSpanStart
double currentSpanStart
currentSpanEnd
double currentSpanEnd
replay
boolean replay
feeltraceLayer
FeeltraceAnnotationLayer feeltraceLayer
circle
FeeltraceCircle circle
timeline
FeeltraceTimeLine timeline
replayCheck
javax.swing.JCheckBox replayCheck
showLabels
boolean showLabels
clickAnnotation
boolean clickAnnotation
currentStart
double currentStart
currentEmotion
java.awt.geom.Point2D currentEmotion
maxTime
double maxTime
buffer
java.awt.image.BufferedImage buffer
parent
FeeltraceTargetControlPanel parent
clock
Clock clock
currentTime
double currentTime
currentSpanStart
double currentSpanStart
currentSpanEnd
double currentSpanEnd
labelLayer
LabelAnnotationLayer labelLayer
oldcurrentTarget
NOMElement oldcurrentTarget
currentTarget
java.lang.Object currentTarget
keystrokes
java.util.Vector<E> keystrokes
annotationLock
java.lang.Object annotationLock
splitPaneListeners
java.util.List<E> splitPaneListeners
boxProportion
double boxProportion
preferWidthStretch
boolean preferWidthStretch
annotationListeners
java.util.Vector<E> annotationListeners
agent
NAgent agent
layer
AnnotationLayer layer
layerInfo
org.w3c.dom.Node layerInfo
frame
AnnotationFrame frame
tree
OntologyTreeView tree
labelLayer
LabelAnnotationLayer labelLayer
currentTarget
NOMElement currentTarget
keyMap
java.util.HashMap<K,V> keyMap
actionMap
javax.swing.ActionMap actionMap
selListener
javax.swing.event.TreeSelectionListener selListener
annotationLock
java.lang.Object annotationLock
layer
AnnotationLayer layer
annotationAreas
java.util.Vector<E> annotationAreas
tabbedPane
javax.swing.JTabbedPane tabbedPane
search
GUI search
|
Package net.sourceforge.nite.util |
comparator
java.util.Comparator<T> comparator