Serialized Form
mimeType
org.w3c.www.mime.MimeType mimeType
- The MIME type of this format.
markupElementsMap
Map markupElementsMap
- Map of markup elements to annotation types. If it is null, the
unpackMarkup() method will convert all markup, using the element names
for annotation types. If it is non-null, only those elements specified
here will be converted.
element2StringMap
Map element2StringMap
- This map is used inside uppackMarkup() method...
When an element from the map is encounted, The corresponding string
element is added to the document content
features
FeatureMap features
- The features of this resource
shouldCollectRepositioning
Boolean shouldCollectRepositioning
- Flag for enable/disable collecting of repositioning information
maxUnitIncrement
int maxUnitIncrement
keyDocument
Document keyDocument
- This document contains the key annotation set which is taken as reference
in comparison
keyAnnotationSetName
String keyAnnotationSetName
- The name of the annotation set. If is null then the default annotation set
will be considered.
responseDocument
Document responseDocument
- This document contains the response annotation set which is being
compared against the key annotation set.
responseAnnotationSetName
String responseAnnotationSetName
- The name of the annotation set. If is null then the default annotation set
will be considered.
responseAnnotationSetNameFalsePoz
String responseAnnotationSetNameFalsePoz
- The name of the annotation set considered in calculating FalsePozitive.
If is null then the default annotation set will be considered.
annotationSchema
AnnotationSchema annotationSchema
- The annotation schema object used to get the annotation name
keyFeatureNamesSet
Set keyFeatureNamesSet
- A set of feature names bellonging to annotations from keyAnnotList
used in isCompatible() and isPartiallyCompatible() methods
precisionStrict
double precisionStrict
- The precision strict value (see NLP Information Extraction)
precisionLenient
double precisionLenient
- The precision lenient value (see NLP Information Extraction)
precisionAverage
double precisionAverage
- The precision average value (see NLP Information Extraction)
recallStrict
double recallStrict
- The Recall strict value (see NLP Information Extraction)
recallLenient
double recallLenient
- The Recall lenient value (see NLP Information Extraction)
recallAverage
double recallAverage
- The Recall average value (see NLP Information Extraction)
falsePositiveStrict
double falsePositiveStrict
- The False positive strict (see NLP Information Extraction)
falsePositiveLenient
double falsePositiveLenient
- The False positive lenient (see NLP Information Extraction)
falsePositiveAverage
double falsePositiveAverage
- The False positive average (see NLP Information Extraction)
fMeasureStrict
double fMeasureStrict
- The F-measure strict (see NLP Information Extraction)
fMeasureLenient
double fMeasureLenient
- The F-measure lenient (see NLP Information Extraction)
fMeasureAverage
double fMeasureAverage
- The F-measure average (see NLP Information Extraction)
annotationTypeForFalsePositive
String annotationTypeForFalsePositive
- This string represents the type of annotations used to play the roll of
total number of words needed to calculate the False Positive.
diffTable
XJTable diffTable
- The components that will stay into diffPanel
diffSet
Set diffSet
- Used to represent the result of diff. See DiffSetElement class.
keyPartiallySet
Set keyPartiallySet
- This field is used in doDiff() and detectKeyType() methods and holds all
partially correct keys
responsePartiallySet
Set responsePartiallySet
- This field is used in doDiff() and detectResponseType() methods
keyAnnotList
List keyAnnotList
- This list is created from keyAnnotationSet at init() time
responseAnnotList
List responseAnnotList
- This list is created from responseAnnotationSet at init() time
textMode
boolean textMode
- This field indicates wheter or not the annot diff should run int the text
mode
RED
Color RED
- Red used for SPURIOUS_TYPE
GREEN
Color GREEN
- Green used for CORRECT_TYPE
WHITE
Color WHITE
- White used for DEFAULT_TYPE
BLUE
Color BLUE
- Blue used for PARTIALLY_CORRECT_TYPE
YELLOW
Color YELLOW
- Yellow used for MISSING_TYPE
NULL_TYPE
int NULL_TYPE
- Used in DiffSetElement to represent an empty raw in the table
BLACK
Color BLACK
- Used in some setForeground() methods
colors
Color[] colors
- The array holding the colours according to the annotation types
scrollPane
JScrollPane scrollPane
- A scroll for the AnnotDiff's table
typeCounter
int[] typeCounter
- Used to store the no. of annotations from response,identified as belonging
to one of the previous types.
this$0
AnnotationDiff this$0
background
Color background
foreground
Color foreground
this$0
AnnotationDiff this$0
modelData
List modelData
- Holds the data for TableDiff
eventHandler
AnnotationImpl.EventsHandler eventHandler
- The listener for the events coming from the features.
id
Integer id
- The id of this annotation (for persitency resons)
type
String type
- The type of the annotation
start
Node start
- The start node
end
Node end
- The end node
name
String name
- The name of this set
doc
DocumentImpl doc
- The document this set belongs to
annotsById
HashMap annotsById
- Maps annotation ids (Integers) to Annotations
annotsByType
Map annotsByType
- Maps annotation types (Strings) to AnnotationSets
nodesByOffset
RBTreeMap nodesByOffset
- Maps offsets (Longs) to nodes
annotsByStartNode
Map annotsByStartNode
- Maps node ids (Integers) to AnnotationSets representing those
annotations that start from that node
annotsByEndNode
Map annotsByEndNode
- Maps node ids (Integers) to AnnotationSets representing those
annotations that end at that node
this$0
AnnotationSetImpl this$0
addedAnnotations
HashSet addedAnnotations
- The listener for the events coming from the document (annotations and
annotation sets added or removed).
removedAnnotations
HashSet removedAnnotations
updatedAnnotations
HashSet updatedAnnotations
validating
boolean validating
id
Integer id
- The id of this node (used for persistency)
offset
Long offset
- The offset of this node
supportList
List supportList
- The underlying list that holds the documents in this corpus.
this$0
CorpusImpl this$0
data
ArrayList data
- The List containing the actual data.
featuresChanged
boolean featuresChanged
nameChanged
boolean nameChanged
eventHandler
DatabaseCorpusImpl.EventsHandler eventHandler
- The listener for the events coming from the features.
documentData
List documentData
removedDocuments
List removedDocuments
isContentRead
boolean isContentRead
contentLock
Object contentLock
jdbcConn
Connection jdbcConn
jdbcSchema
String jdbcSchema
dbType
int dbType
contentChanged
boolean contentChanged
featuresChanged
boolean featuresChanged
nameChanged
boolean nameChanged
documentChanged
boolean documentChanged
removedAnotationSets
Collection removedAnotationSets
addedAnotationSets
Collection addedAnotationSets
parentDocument
Document parentDocument
maxAnnotationId
int maxAnnotationId
eventHandler
DatabaseDocumentImpl.EventsHandler eventHandler
- The listener for the events coming from the features.
content
String content
- Just for now - later we have to cater for different types of
content.
originalContent
String originalContent
- For preserving the original content of the document.
The edit command didn't affect on the original content.
If you construct the content by URL the originalContent will keep
whole information retrieved by URL even you set some start and end.
docName
String docName
persistentID
Object persistentID
preserveOriginalContent
Boolean preserveOriginalContent
- If you set this flag to true the original content of the document will
be kept in the document feature.
Default value is false to avoid the unnecessary waste of memory
collectRepositioningInfo
Boolean collectRepositioningInfo
- If you set this flag to true the repositioning information for
the document will be kept in the document feature.
Default value is false to avoid the unnecessary waste of time and memory
crossedOverAnnotation
Annotation crossedOverAnnotation
- This is a variable which contains the latest crossed over annotation
found during export with preserving format, i.e., toXml(annotations)
method.
nextAnnotationId
int nextAnnotationId
- The id of the next new annotation
nextNodeId
int nextNodeId
- The id of the next new node
sourceUrl
URL sourceUrl
- The source URL
content
DocumentContent content
- The content of the document
encoding
String encoding
- The encoding of the source of the document content
smallestAnnotationID
Integer smallestAnnotationID
- Used by the XML dump preserving format method to remember the smallest
annoation ID as a marker for the XML document root.
rootEnd
String rootEnd
- The closing tag for the document root.
DOC_SIZE_MULTIPLICATION_FACTOR
int DOC_SIZE_MULTIPLICATION_FACTOR
- This field is used when creating StringBuffers for toXml() methods.
The size of the StringBuffer will be docDonctent.size() multiplied by this
value. It is aimed to improve the performance of StringBuffer
ORDER_ON_START_OFFSET
int ORDER_ON_START_OFFSET
- Constant used in the inner class AnnotationComparator to order
annotations on their start offset
ORDER_ON_END_OFFSET
int ORDER_ON_END_OFFSET
- Constant used in the inner class AnnotationComparator to order
annotations on their end offset
ORDER_ON_ANNOT_ID
int ORDER_ON_ANNOT_ID
- Constant used in the inner class AnnotationComparator to order
annotations on their ID
ASC
int ASC
- Constant used in the inner class AnnotationComparator to order
annotations ascending
DESC
int DESC
- Constant used in the inner class AnnotationComparator to order
annotations descending
sourceUrlStartOffset
Long sourceUrlStartOffset
- The start of the range that the content comes from at the source URL
(or null if none).
sourceUrlEndOffset
Long sourceUrlEndOffset
- The end of the range that the content comes from at the source URL
(or null if none).
defaultAnnots
AnnotationSet defaultAnnots
- The default annotation set
namedAnnotSets
Map namedAnnotSets
- Named sets of annotations
stringContent
String stringContent
- A property of the document that will be set when the user
wants to create the document from a string, as opposed to from
a URL.
markupAware
Boolean markupAware
- Is the document markup-aware?
this$0
RepositioningInfo this$0
m_origPos
long m_origPos
- Data members for one peace of text information
m_origLength
long m_origLength
- Data members for one peace of text information
m_currPos
long m_currPos
- Data members for one peace of text information
m_currLength
long m_currLength
- Data members for one peace of text information
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- readObject - calls the default readObject() and then initialises the
transient data
- Serial Data:
- Read serializable fields. No optional data read.
docDataList
List docDataList
name
String name
interrupted
boolean interrupted
document
Document document
- The document property for this analyser.
corpus
Corpus corpus
- The corpus property for this analyser.
interrupted
boolean interrupted
name
String name
features
FeatureMap features
annotationName
String annotationName
- The name of the annotation
featureSchemaSet
Set featureSchemaSet
- Schemas for the attributes
xmlFileUrl
URL xmlFileUrl
- The xml file URL of the resource
exportedTypes
List exportedTypes
- This list of strings represents the entities type that will be exported
dtdFileName
String dtdFileName
- This is the name of the dtd file. If it's not present no dtd would be
written in the APF file.
docId
String docId
- This field represent the document id and it is used in generating the
entities IDs. It is the file name of the document, without the extension
entityId
int entityId
- This field represent an unique entity ID generator
xmlDoc
StringBuffer xmlDoc
- This is the xmlDoc that will be created
exportFilePath
URL exportFilePath
source
String source
- The source attribute for source
isSourceWritten
boolean isSourceWritten
- The source attribute for source
corpus
Corpus corpus
strategiesList
List strategiesList
- The list of running strategies for the member PRs.
directories
Set directories
- The set of CREOLE directories (URLs).
lrTypes
Set lrTypes
- A list of the types of LR in the register.
prTypes
Set prTypes
- A list of the types of PR in the register.
vrTypes
List vrTypes
- A list of the types of VR in the register.
controllerTypes
Set controllerTypes
- A list of the types of VR in the register.
toolTypes
Set toolTypes
- A list of the types of TOOL in the register.
exception
Exception exception
featureName
String featureName
- The name of this feature.
featureValueClassName
String featureValueClassName
- The class name of the feature value
featureValue
String featureValue
- The value of the feature. This must be read only when "use" is default
or fixed.
featureUse
String featureUse
- The use of that feature can be one of:
prohibited | optional | required | default | fixed : optional
featurePermissibleValuesSet
Set featurePermissibleValuesSet
- Permisible value set, if appropriate.
ontology
Ontology ontology
- The ontology that will be available on the RHS of JAPE rules.
typeName
String typeName
- The type name of the parameter
optional
boolean optional
- Is the parameter optional?
itemClassName
String itemClassName
- The name of the item's class. If the parameter is a collection then
we need to know the class of its items in order to create them the
way we want.
suffixes
Set suffixes
- A set of strings representing suffixes for URL params
resData
ResourceData resData
- The resource data that this parameter is part of.
defaultValueString
String defaultValueString
- Default value string (unprocessed, from the metadata)
for the parameter
comment
String comment
- Comment for the parameter
name
String name
- Name for the parameter
runtime
boolean runtime
- Is this a run-time parameter?
paramClass
Class paramClass
- The Class for the parameter type
runtimeParameters
List runtimeParameters
- The runtime parameters
initimeParameters
List initimeParameters
- The initialisation time parameters
fullyDefaulted
boolean fullyDefaulted
- Status of the last run of getDefaults(List).
tagger
hepple.postag.POSTagger tagger
lexiconURL
URL lexiconURL
rulesURL
URL rulesURL
inputASName
String inputASName
projectName
URL projectName
- Protege project file name
knBase
edu.stanford.smi.protege.model.KnowledgeBase knBase
- Protege ontology
ontotextOntology
Ontology ontotextOntology
- Ontotext Ontology object
ontotextOntologyUrl
URL ontotextOntologyUrl
visualResource
ProtegeWrapper visualResource
- Keep visual resource to refresh Ontotext Editor if any
_knowledgeBaseListener
edu.stanford.smi.protege.event.KnowledgeBaseListener _knowledgeBaseListener
- Track changes in Protege KnowledgeBase to transffer in Ontotext Editor
exportFormat
int exportFormat
exportedTypes
List exportedTypes
- This list of strings represents the entities type that will be exported
exportFilePath
URL exportFilePath
ontologyLocation
URL ontologyLocation
name
String name
- The name of the resource
icon
String icon
- Location of an icon for the resource
instantiationStack
WeakBumpyStack instantiationStack
- The stack of instantiations
persistantInstantiationList
List persistantInstantiationList
- This list contains all instances loaded from creole.xml with
AUTOINSTANCE tag. The idea is that we don't want to loose them from the
system, because of the WeakBumpyStack
className
String className
- The class name of the resource
interfaceName
String interfaceName
- The interface name of the resource
resourceClass
Class resourceClass
- The class of the resource
jarFileName
String jarFileName
- The jar file name of the resource
jarFileUrl
URL jarFileUrl
- The jar file URL of the resource
xmlFileName
String xmlFileName
- The xml file name of the resource
xmlFileUrl
URL xmlFileUrl
- The xml file URL of the resource
comment
String comment
- The comment string
parameterList
ParameterList parameterList
- The set of parameter lists
autoLoading
boolean autoLoading
- Autoloading flag
priv
boolean priv
- Private flag
tool
boolean tool
- Tool flag
validityMessage
String validityMessage
- Status message set by isValid()
guiType
int guiType
- A filed which can have one of the 3 predefined values. See above.
isMainView
boolean isMainView
- Whether or not this viewer will be the default one
resourceDisplayed
String resourceDisplayed
- The full class name of the resource displayed by this viewer.
annotationTypeDisplayed
String annotationTypeDisplayed
- The full type name of the annotation displayed by this viewer.
exception
Exception exception
corpus
Corpus corpus
prList
List prList
- The list of contained PRs
sListener
StatusListener sListener
- A proxy for status events
grammarURL
URL grammarURL
- The URL to the jape file used as grammar by this transducer.
batch
Batch batch
- The actual JapeTransducer used for processing the document(s).
encoding
String encoding
- The encoding used for reding the grammar file(s).
inputASName
String inputASName
- The
AnnotationSet
used as input for the transducer.
outputASName
String outputASName
- The
AnnotationSet
used as output by the transducer.
Package gate.creole.annotdelete |
markupSetName
String markupSetName
annotationTypes
List annotationTypes
Package gate.creole.annotransfer |
tagASName
String tagASName
outputASName
String outputASName
inputASName
String inputASName
textTagName
String textTagName
bodyAnnotations
AnnotationSet bodyAnnotations
Package gate.creole.coref |
pronominalModule
PronominalCoref pronominalModule
- ---
annotationSetName
String annotationSetName
- ---
qtTransducer
Transducer qtTransducer
- ---
pleonTransducer
Transducer pleonTransducer
- ---
defaultAnnotations
AnnotationSet defaultAnnotations
- ---
textSentences
PronominalCoref.Sentence[] textSentences
- ---
quotedText
PronominalCoref.Quote[] quotedText
- ---
pleonasticIt
Annotation[] pleonasticIt
- ---
personGender
HashMap personGender
- ---
anaphor2antecedent
HashMap anaphor2antecedent
- ---
Package gate.creole.dumpingPR |
annotationTypes
List annotationTypes
- A list of annotation types, which are to be dumped into the output file
dumpTypes
List dumpTypes
- A list of strings specifying new names to be used instead of the original
annotation types given in the annotationTypes parameter. For example, if
annotationTypes was set to [Location, Date], then if dumpTypes is set to
[Place, Date-expr], then the labels and will be inserted
instead of and .
annotationSetName
String annotationSetName
- the name of the annotation set
from which to take the annotations for dumping
includeFeatures
boolean includeFeatures
- Whether or not to include the annotation features during export
suffixForDumpFiles
String suffixForDumpFiles
- What suffix to use for the dump files. .gate by default, but can be
changed via the set method.
useSuffixForDumpFiles
boolean useSuffixForDumpFiles
- Whether or not to use the special suffix fo the dump files. True by
default.
outputFileUrl
URL outputFileUrl
Package gate.creole.gazetteer |
listeners
Set listeners
- the set of gazetteer listeners
annotationSetName
String annotationSetName
- Used to store the annotation set currently being used for the newly
generated annotations
features
FeatureMap features
- A map of the features
encoding
String encoding
- the encoding of the gazetteer
listsURL
URL listsURL
- The value of this property is the URL that will be used for reading the
lists dtaht define this Gazetteer
caseSensitive
Boolean caseSensitive
- Should this gazetteer be case sensitive. The default value is true.
definition
LinearDefinition definition
- the linear definition of the gazetteer
mappingDefinition
MappingDefinition mappingDefinition
- reference to mapping definiton info
allows filling of Lookup.ontologyClass according to a list
mappingURL
URL mappingURL
- the url of the mapping definition
gazetteerName
String gazetteerName
- class name of the linear gazetteer to be called
gaz
Gazetteer gaz
- reference to the linear gazetteer
listsByNode
Map listsByNode
- a map of nodes vs gaz lists
initialState
FSMState initialState
- The initial state of the FSM that backs this gazetteer
fsmStates
Set fsmStates
- A set containing all the states of the FSM backing the gazetteer
transitionFunction
charMap transitionFunction
- The transition function of this state.
lookupSet
Set lookupSet
myIndex
int myIndex
- The unique id of this state. This value is never used by the algorithms but
it can be useful for graphical representations.
url
URL url
- the url of this list
encoding
String encoding
- the encoding of the list
mode
int mode
- indicates the current mode
of the gazetteer list(e.g. STRING_MODE,LIST_MODE)
isModified
boolean isModified
- flag indicating whether the list has been modified after loading/storing
entries
List entries
- the entries of this list
content
String content
- the content of this list
file
String file
- the associated file
url
URL url
- the associated URL
nodes
List nodes
- the list of nodes
url
URL url
- the URL of the definition
lists
List lists
- set of lists as strings
encoding
String encoding
- the encoding of the list
nodesByList
Map nodesByList
- a mapping between a list and a node
gazListsByNode
Map gazListsByNode
- a map of gazetteer lists by nodes. this is loaded on loadLists
isModified
boolean isModified
- flag whether the definition has been modified after loading
majorType
String majorType
- Tha major type for this lookup, e.g. "Organisation"
minorType
String minorType
- The minor type for this lookup, e.g. "Company"
languages
String languages
- The languages for this lookup, e.g. "English, French"
oClass
String oClass
- the ontology class of this lookup according to the mapping between
list and ontology
ontology
String ontology
- the ontology ID
list
String list
- the list represented by this lookup
nodes
List nodes
- the list of nodes
url
URL url
- the url of the mapping definition
lists
Set lists
- set of gaz lists
nodesByList
Map nodesByList
- mapping between a list and a node
string
String string
category
String category
offsets
int[] offsets
fileName
String fileName
myEntities
Set myEntities
Package gate.creole.ontology |
file
String file
- the ontology file
url
URL url
- the url of the file
type
byte type
- the type of the closure
Package gate.creole.orthomatcher |
annotationSetName
String annotationSetName
- the name of the annotation set
annotationTypes
List annotationTypes
- the types of the annotation
organizationType
String organizationType
- the organization type
personType
String personType
- the person type
unknownType
String unknownType
extLists
boolean extLists
- internal or external list
matchingUnknowns
boolean matchingUnknowns
- matching unknowns or not
allMatchingNeeded
boolean allMatchingNeeded
- This is an internal variable to indicate whether
we matched using a rule that requires that
the newly matched annotation matches all the others
This is needed, because organizations can share
first/last tokens like News and be different
caseSensitive
boolean caseSensitive
queryFM
FeatureMap queryFM
alias
HashMap alias
cdg
HashSet cdg
spur_match
HashMap spur_match
def_art
HashMap def_art
connector
HashMap connector
prepos
HashMap prepos
nameAllAnnots
AnnotationSet nameAllAnnots
processedAnnots
HashMap processedAnnots
annots2Remove
HashMap annots2Remove
matchesDocFeature
List matchesDocFeature
tokensMap
HashMap tokensMap
shortAnnot
Annotation shortAnnot
longAnnot
Annotation longAnnot
tokensLongAnnot
ArrayList tokensLongAnnot
tokensShortAnnot
ArrayList tokensShortAnnot
tempMap
FeatureMap tempMap
- a feature map to be used when retrieving annotations
declared here so can be reused for efficiency
clear() before each use
cbuffer
char[] cbuffer
- a buffer in order to read an array of char
Package gate.creole.splitter |
gazetteer
DefaultGazetteer gazetteer
transducer
Transducer transducer
transducerURL
URL transducerURL
encoding
String encoding
gazetteerListsURL
URL gazetteerListsURL
inputASName
String inputASName
outputASName
String outputASName
Package gate.creole.tokeniser |
tokeniser
SimpleTokeniser tokeniser
- the simple tokeniser used for tokenisation
transducer
Transducer transducer
- the transducer used for post-processing
tokeniserRulesURL
URL tokeniserRulesURL
encoding
String encoding
transducerGrammarURL
URL transducerGrammarURL
annotationSetName
String annotationSetName
tokenDesc
String[][] tokenDesc
- A table of strings describing an annotation.
The first line of the table contains the annotation type on the first
position and nothing on the second.
Each line after the first one contains a attribute on the first position
and its associated value on the second.
transitionFunction
DFSMState[] transitionFunction
- The transition function of this state.
rhs
String rhs
- The string of the RHS of the rule from which the token
description is built
myIndex
int myIndex
- The unique index of this state
transitionFunction
Set[] transitionFunction
- The transition function of this state. It's an array mapping from int
(the ids used internally by the tokeniser for the Unicode types) to sets
of states.
rhs
String rhs
- The RHS string value from which the annotation associated to
final states is constructed.
myIndex
int myIndex
- the unique index of this state
features
FeatureMap features
annotationSetName
String annotationSetName
- the annotations et where the new annotations will be adde
initialState
FSMState initialState
- The initial state of the non deterministic machin
fsmStates
Set fsmStates
- A set containng all the states of the non deterministic machin
dInitialState
DFSMState dInitialState
- The initial state of the deterministic machin
dfsmStates
Set dfsmStates
- A set containng all the states of the deterministic machin
rulesResourceName
String rulesResourceName
rulesURL
URL rulesURL
encoding
String encoding
sourceDocument
Document sourceDocument
annotation
Annotation annotation
document
Document document
- The document that has been added/removed.
documentIndex
int documentIndex
- The index of the document which has been removed. Needed because
the document itself might not have been loaded in memory, so the
index could be used instead.
resource
Resource resource
datastore
DataStore datastore
resource
Resource resource
resourceID
Object resourceID
annotationSetName
String annotationSetName
type
int type
initialState
State initialState
- The initial state of this FSM.
transducerName
String transducerName
supportGraph
FSM supportGraph
- The FSM for which this FSMInstance is an instance of.
FSMPosition
State FSMPosition
- The current state of this FSMInstance
AGPosition
Node AGPosition
- The place (Node) in the AnnotationSet where the matching started
startNode
Node startNode
- The place (Node) in the AnnotationSet where the matching started
bindings
HashMap bindings
- A map from java.lang.String to gate.AnnotationSet describing all the
bindings that took place during matching.
needs to be HashMap instead of simply Map in order to cloneable
length
long length
- The size of the matched region in the Annotation Set
fileIndex
int fileIndex
- The index in the definition file of the rule from which the AGPosition
state was generated.
document
Document document
priority
int priority
- The priority in the definition file of the rule from which the AGPosition
state was generated.
transitions
SimpleArraySet transitions
- A set of objects of type gata.fsm.Transition representing the outgoing
transitions.
isFinal
boolean isFinal
- Is this state a final one?
action
RightHandSide action
- The right hand side associated to the rule for which this state recognizes
the lhs.
myIndex
int myIndex
- The unique index of this state.
fileIndex
int fileIndex
- The index in the definition file of the rule that was used for creating
this state.
NOTE: this member is consistent only for FINAL STATES!
priority
int priority
- The priority of the rule from which this state derived.
constraints
BasicPatternElement constraints
- The constraints on this transition.
target
State target
- The state this transition leads to
bindings
LinkedList bindings
- A list with all the labels associated to the annotations recognized by
this transition.
We need to use the actual object and not the interface (java.util.List)
because we need this object to be cloneable
myIndex
int myIndex
- The unique index of this transition. This value is not used by any of
the algorithms. It is only provided as a convenient method of identifying
the transitions in textual representations (toString() and GML related
methods)
documentsMap
Map documentsMap
- A map from documentName 2 GATE document It is used to display names in
combo boxes
keyAnnotationSetMap
Map keyAnnotationSetMap
- A map from AnnotationSetNames 2 AnnotationSets, used to display AnnotSets
in combo boxes
responseAnnotationSetMap
Map responseAnnotationSetMap
- A map from AnnotationSetNames 2 AnnotationSets, used to display AnnotSets
in combo boxes
typesMap
Map typesMap
- A map from Annotation types 2 AnnotationSchema,
used to display annotations in combo boxes
falsePozTypes
Set falsePozTypes
- A set containing annot types for calculating falsePoz measure
mainFrame
MainFrame mainFrame
- AnnotDiff's tool parent frame
thisAnnotDiffDialog
AnnotDiffDialog thisAnnotDiffDialog
- A pointer to this object used in some internal classes
keyDocComboBox
JComboBox keyDocComboBox
- Renders key documents
responseDocComboBox
JComboBox responseDocComboBox
- Renders response documents
typesComboBox
JComboBox typesComboBox
- Renders annot types which come from intersecting keyAnnotSet with
responseAnnotSet
falsePozTypeComboBox
JComboBox falsePozTypeComboBox
- Renders annot types used in calculating falsPoz measure
responseDocAnnotSetFalsePozComboBox
JComboBox responseDocAnnotSetFalsePozComboBox
- Renders the annotation sets that come from the response document and
used in calculating falsePoz measure
keyDocAnnotSetComboBox
JComboBox keyDocAnnotSetComboBox
- Renders the annotation sets that come from the key document
responseDocAnnotSetComboBox
JComboBox responseDocAnnotSetComboBox
- Renders the annotation sets that come from the response document
keyLabel
JLabel keyLabel
- Renders the text label for keyDocAnnotSetComboBox
responseLabel
JLabel responseLabel
- Renders the text label for responseDocAnnotSetComboBox
typesLabel
JLabel typesLabel
- Renders the text label for typesComboBox
falsePozLabel
JLabel falsePozLabel
- Renders the text label for falsePozTypeComboBox
keyDocAnnotSetLabel
JLabel keyDocAnnotSetLabel
- Renders the text label for keyDocComboBox
responseDocAnnotSetLabel
JLabel responseDocAnnotSetLabel
- Renders the text label for responseDocComboBox
responseDocAnnotSetFalsePozLabel
JLabel responseDocAnnotSetFalsePozLabel
- Renders the text label for responseDocComboBox used in calc falsePoz.
weightLabel
JLabel weightLabel
- Renders the label for weightTextField
weightTextField
JTextField weightTextField
- Renders the value of weight used in calculating F measure
evalButton
JButton evalButton
- Renders the button which triggers the diff process
annotDiff
AnnotationDiff annotDiff
- A reference to annotDiff object that does the diff
jSplit
JSplitPane jSplit
- A split between configuration pannel and AnnotDifff
someFeaturesRadio
JRadioButton someFeaturesRadio
- A Radio button for selecting certian features that would be used in diff
noFeaturesRadio
JRadioButton noFeaturesRadio
- A Radio button for selecting no features that would be used in diff
allFeaturesRadio
JRadioButton allFeaturesRadio
- A Radio button for selecting all features that would be used in diff
groupRadios
ButtonGroup groupRadios
- A group buttons for the 3 Radio buttons above
selectFeaturesLabel
JLabel selectFeaturesLabel
- A label for Radio Buttons selection
featureSelectionDialog
CollectionSelectionDialog featureSelectionDialog
- A selection dialog used in case that the user selects some radio button
this$0
AnnotDiffDialog this$0
background
Color background
foreground
Color foreground
menusRBtn
JRadioButton menusRBtn
componentsRBtn
JRadioButton componentsRBtn
textComponentsRBtn
JRadioButton textComponentsRBtn
fontChooser
JFontChooser fontChooser
okBtn
JButton okBtn
applyBtn
JButton applyBtn
cancelBtn
JButton cancelBtn
bGroup
ButtonGroup bGroup
menusFont
Font menusFont
componentsFont
Font componentsFont
textComponentsFont
Font textComponentsFont
oldMenusFont
Font oldMenusFont
oldComponentsFont
Font oldComponentsFont
oldTextComponentsFont
Font oldTextComponentsFont
currentFont
String currentFont
- Which font is being edited now. Possible vlues: "menu", "text",
"components".
targets
Component[] targets
this$0
AppearanceDialog this$0
this$0
AppearanceDialog this$0
this$0
AppearanceDialog this$0
mainFrame
MainFrame mainFrame
thisBootStrapDialog
BootStrapDialog thisBootStrapDialog
bootStrapWizard
BootStrap bootStrapWizard
resourceName
String resourceName
packageName
String packageName
resourceType
String resourceType
resourceTypes
Map resourceTypes
className
String className
resourceInterfaces
Set resourceInterfaces
possibleInterfaces
String possibleInterfaces
pathNewProject
String pathNewProject
resourceNameLabel
JLabel resourceNameLabel
resourceNameTextField
JTextField resourceNameTextField
packageNameLabel
JLabel packageNameLabel
packageNameTextField
JTextField packageNameTextField
resourceTypesLabel
JLabel resourceTypesLabel
resourceTypesComboBox
JComboBox resourceTypesComboBox
classNameLabel
JLabel classNameLabel
classNameTextField
JTextField classNameTextField
interfacesLabel
JLabel interfacesLabel
interfacesTextField
JTextField interfacesTextField
chooseFolderLabel
JLabel chooseFolderLabel
chooseFolderTextField
JTextField chooseFolderTextField
chooseFolderButton
JButton chooseFolderButton
createResourceButton
JButton createResourceButton
cancelButton
JButton cancelButton
fileChooser
JFileChooser fileChooser
sourceListModel
DefaultListModel sourceListModel
- This is the model for the list that the user will choose from
targetListModel
DefaultListModel targetListModel
- This is the model for the list that the user chosed
buttonPressed
int buttonPressed
- A value indicating which button has been pressed (Ok or Cancel)
removeButton
JButton removeButton
- The button that removes items from the target list
addButton
JButton addButton
- The button that adds items to the target list
sourceList
JList sourceList
- The source list which contains the items that the user will select from
targetList
JList targetList
- The source list which contains the items that the user choosed
okButton
JButton okButton
- The Ok button
cancelButton
JButton cancelButton
- The Cancel button
sourceLabel
JLabel sourceLabel
- A label for the source list
targetLabel
JLabel targetLabel
- A label for the target list
mainFrame
Frame mainFrame
- The parent frame for this dialog
documentsList
JList documentsList
listRenderer
CorpusEditor.DocumentListCellRenderer listRenderer
featuresEditor
FeaturesEditor featuresEditor
toolbar
JToolBar toolbar
corpus
Corpus corpus
docListModel
DefaultListModel docListModel
this$0
CorpusEditor this$0
this$0
CorpusEditor this$0
this$0
CorpusEditor this$0
urlTextField
JTextField urlTextField
- The text field for the directory URL
filerBtn
JButton filerBtn
- The buttons that opens the file chooser
extensionsTextField
JTextField extensionsTextField
- The text field for the permitted extensions
listEditBtn
JButton listEditBtn
- The buton that opens the list editor for the extensions
recurseCheckBox
JCheckBox recurseCheckBox
- The checkbox for recurse directories
encodingTextField
JTextField encodingTextField
- The textField for the encoding
extensions
List extensions
- The list of permitted extensions.
ic
gate.creole.ir.IndexedCorpus ic
panel1
JPanel panel1
indexTypeLabel
JLabel indexTypeLabel
jComboIType
JComboBox jComboIType
locationLabel
JLabel locationLabel
locationTextField
JTextField locationTextField
browse
JButton browse
featureLable
JLabel featureLable
featureTextField
JTextField featureTextField
jList1
JList jList1
scrollPane
JScrollPane scrollPane
addButton
JButton addButton
content
JCheckBox content
createButton
JButton createButton
cancelButton
JButton cancelButton
gridBagLayout1
GridBagLayout gridBagLayout1
fields
Vector fields
irEngineCombo
JComboBox irEngineCombo
- Combobox for selecting IR engine.
indexLocationTextField
JTextField indexLocationTextField
- Text field for the location of the index.
useContentChk
JCheckBox useContentChk
- Checkbox for content used.
featuresListTextField
JTextField featuresListTextField
- Text field for the list of features.
featuresList
List featuresList
- The list of features.
engineByName
SortedMap engineByName
- A map from IREngine name to IREngine class name.
this$0
CreateIndexGUI this$0
this$0
CreateIndexGUI this$0
document
Document document
- The
Document
currently displayed.
colGenerator
ColorGenerator colGenerator
- A random colour generator used to generate initial default colours for
highlighting various types of annotations.
textPane
JTextPane textPane
- The text display.
textScroll
JScrollPane textScroll
- Scroller used for the text diaplay
annotationsTable
XJTable annotationsTable
- The table placed below the text display used for showing annotations
annotationsTableModel
DocumentEditor.AnnotationsTableModel annotationsTableModel
- Model for the annotations table
tableScroll
JScrollPane tableScroll
- Scroller for the annotations table
leftSplit
JSplitPane leftSplit
rightSplit
JSplitPane rightSplit
- The split that contains the styles tree and the coreference viewer.
mainSplit
JSplitPane mainSplit
- The main horizontal split that contains all the contents of this viewer
stylesTree
JTree stylesTree
- The right hand side tree with all the annotation sets and types of
annotations
toolbar
JToolBar toolbar
- The toolbar displayed on the top part of the component
stylesTreeScroll
JScrollPane stylesTreeScroll
- Scroller for the styles tree
stylesTreeRoot
DefaultMutableTreeNode stylesTreeRoot
- The root for the styles tree
stylesTreeModel
DefaultTreeModel stylesTreeModel
- The model for the styles tree
searchDialog
DocumentEditor.SearchDialog searchDialog
- The dialog used for text search
styleChooser
TextAttributesChooser styleChooser
- The dialog used for editing the styles used to highlight annotations
corefTree
JTree corefTree
- The Jtree that displays the coreference data
corefTreeRoot
DefaultMutableTreeNode corefTreeRoot
- The root for the coref tree
corefTreeModel
DefaultTreeModel corefTreeModel
- The model for the coref tree
corefScroll
JScrollPane corefScroll
- The scroller for the coref list
progressBox
Box progressBox
- A box containing a
JProgressBar
used to keep the user
entertained while the text display is being updated
progressBar
JProgressBar progressBar
- The progress bar used during updating the text
highlighter
Highlighter highlighter
- The highlighter used to help the user select annotations that overlap
and for highligting in the text the annotations selected in the lower
table.
selectionHighlighter
Highlighter selectionHighlighter
- This highlighter is actually used as a data structure. It is used to keep
the data for the selected annotations; the actual highlighting will be
done by the
AnnotationEditor#highlighter
as using two different
highlighters on the same text component is looking for trouble.
selectionBlinker
DocumentEditor.SelectionBlinker selectionBlinker
- The object responsible with blinking the selected annotations.
myHandle
Handle myHandle
data
List data
- holds the data for the annotations table: a list of Annotation objects
ranges
List ranges
- a list containing
AnnotationEditor.Range
objects. These are the
ranges in the AnnotationEditor#data
structure. A range is a bunch
of annotations belonging to the same annotation set that are contiguous
in the AnnotationEditor#data
structure.
typeDataMap
Map typeDataMap
- A composed map used to get the metadata for an annotation type starting
from the annotation set name and the type name.
Annotation set name -> Annotation type ->
AnnotationEditor.TypeData
Maps from String to Map to AnnotationEditor.TypeData
.
eventHandler
DocumentEditor.EventsHandler eventHandler
- The listener for the events coming from the document (annotations and
annotation sets added or removed).
lock
Object lock
- Object used to sychronise all the various threads involved in GUI
updating;
editable
boolean editable
- Should this component bahave as an editor as well as an viewer
textVisibleBtn
JToggleButton textVisibleBtn
typesTreeVisibleBtn
JToggleButton typesTreeVisibleBtn
annotationsTableVisibleBtn
JToggleButton annotationsTableVisibleBtn
coreferenceVisibleBtn
JToggleButton coreferenceVisibleBtn
annotationsTableVisible
boolean annotationsTableVisible
coreferenceVisible
boolean coreferenceVisible
textVisible
boolean textVisible
typesTreeVisible
boolean typesTreeVisible
corefOptionAvailable
boolean corefOptionAvailable
MAX_LINE_SIZE
int MAX_LINE_SIZE
- Max unbreaked line size
longLinesCorrectionPositions
Vector longLinesCorrectionPositions
- Keep cut places in very long lines inside document
this$0
DocumentEditor this$0
this$0
DocumentEditor this$0
defaultFactory
ViewFactory defaultFactory
this$0
DocumentEditor this$0
source
JComponent source
this$0
DocumentEditor this$0
set
AnnotationSet set
annotation
Annotation annotation
this$0
DocumentEditor this$0
start
int start
end
int end
set
AnnotationSet set
setName
String setName
annotation
Annotation annotation
highlight
Object highlight
this$0
DocumentEditor this$0
this$0
DocumentEditor this$0
set
AnnotationSet set
startOffset
Long startOffset
endOffset
Long endOffset
type
String type
this$0
DocumentEditor this$0
selectedBorder
Border selectedBorder
normalBorder
Border normalBorder
visibleChk
JCheckBox visibleChk
label
JLabel label
fontAttrs
Map fontAttrs
spacer
Component spacer
this$0
DocumentEditor this$0
selectedBorder
Border selectedBorder
normalBorder
Border normalBorder
visibleChk
JCheckBox visibleChk
textComponent
JTextPane textComponent
spacer
Component spacer
this$0
DocumentEditor this$0
this$0
DocumentEditor this$0
this$0
DocumentEditor this$0
patternTextField
JTextField patternTextField
ignoreCaseChk
JCheckBox ignoreCaseChk
wholeWordsChk
JCheckBox wholeWordsChk
patternRE
gnu.regexp.RE patternRE
nextMatchStartsFrom
int nextMatchStartsFrom
content
String content
findFirstAction
Action findFirstAction
findNextAction
Action findNextAction
cancelAction
Action cancelAction
table
XJTable table
tableModel
FeaturesEditor.FeaturesTableModel tableModel
resource
FeatureBearer resource
features
FeatureMap features
newFeatureField
JTextField newFeatureField
newValueField
JTextField newValueField
addNewBtn
JButton addNewBtn
this$0
FeaturesEditor this$0
textPane
XJEditorPane textPane
toolBar
JToolBar toolBar
status
JLabel status
itemType
String itemType
- The type of the elements in the list
itemTypeClass
Class itemTypeClass
- The Class for the elements in the list
listComponent
JList listComponent
- The GUI compoenent used to display the list
combo
JComboBox combo
- Comobox used to select among values for GATE types
textField
JTextField textField
- Text field used to input new arbitrary values
removeBtn
JButton removeBtn
- Used to remove the selected element in the list;
addBtn
JButton addBtn
- Used to add a new value to the list
moveUpBtn
JButton moveUpBtn
- Moves up one or more items in the list
moveDownBtn
JButton moveDownBtn
- Moves down one or more items in the list
listModel
DefaultListModel listModel
- The model used by the
listComponent
finiteType
boolean finiteType
- Does the item type have a finite range (i.e. should we use the combo)?
addAction
Action addAction
- An action that adds the item being edited to the list
removeAction
Action removeAction
- An action that removes the item(s) currently selected from the list
okButton
JButton okButton
- The OK button for this dialog
cancelButton
JButton cancelButton
- The cancel button for this dialog
userCancelled
boolean userCancelled
- Did the user press the cancel button?
this$0
ListEditorDialog this$0
this$0
ListEditorDialog this$0
this$0
ListEditorDialog this$0
selectedItem
Object selectedItem
thisLogArea
LogArea thisLogArea
- Field needed in inner classes
popup
JPopupMenu popup
- The popup menu with various actions
originalOut
PrintStream originalOut
- The original printstream on System.out
originalErr
PrintStream originalErr
- The original printstream on System.err
selectAllAction
LogArea.SelectAllAction selectAllAction
- This fields defines the Select all behaviour
copyAction
LogArea.CopyAction copyAction
- This fields defines the copy behaviour
clearAllAction
LogArea.ClearAllAction clearAllAction
- This fields defines the clear all behaviour
this$0
LogArea this$0
this$0
LogArea this$0
this$0
LogArea this$0
menuBar
JMenuBar menuBar
mainSplit
JSplitPane mainSplit
leftSplit
JSplitPane leftSplit
southBox
Box southBox
statusBar
JLabel statusBar
progressBar
JProgressBar progressBar
mainTabbedPane
XJTabbedPane mainTabbedPane
projectTreeScroll
JScrollPane projectTreeScroll
lowerScroll
JScrollPane lowerScroll
appsPopup
JPopupMenu appsPopup
dssPopup
JPopupMenu dssPopup
lrsPopup
JPopupMenu lrsPopup
prsPopup
JPopupMenu prsPopup
newLrsPopupMenu
JMenu newLrsPopupMenu
- used in popups
newPrsPopupMenu
JMenu newPrsPopupMenu
newAppPopupMenu
JMenu newAppPopupMenu
newLrMenu
JMenu newLrMenu
- used in menu bar
newPrMenu
JMenu newPrMenu
newAppMenu
JMenu newAppMenu
loadANNIEMenu
JMenu loadANNIEMenu
stopBtnx
JButton stopBtnx
stopActionx
Action stopActionx
resourcesTree
JTree resourcesTree
resourcesTreeScroll
JScrollPane resourcesTreeScroll
resourcesTreeModel
DefaultTreeModel resourcesTreeModel
resourcesTreeRoot
DefaultMutableTreeNode resourcesTreeRoot
applicationsRoot
DefaultMutableTreeNode applicationsRoot
languageResourcesRoot
DefaultMutableTreeNode languageResourcesRoot
processingResourcesRoot
DefaultMutableTreeNode processingResourcesRoot
datastoresRoot
DefaultMutableTreeNode datastoresRoot
splash
Splash splash
logArea
LogArea logArea
logScroll
JScrollPane logScroll
toolbar
JToolBar toolbar
appearanceDialog
AppearanceDialog appearanceDialog
optionsDialog
OptionsDialog optionsDialog
animator
MainFrame.CartoonMinder animator
logHighlighter
TabHighlighter logHighlighter
newResourceDialog
NewResourceDialog newResourceDialog
waitDialog
WaitDialog waitDialog
newDSAction
MainFrame.NewDSAction newDSAction
openDSAction
MainFrame.OpenDSAction openDSAction
helpAboutAction
MainFrame.HelpAboutAction helpAboutAction
newAnnotDiffAction
MainFrame.NewAnnotDiffAction newAnnotDiffAction
newBootStrapAction
MainFrame.NewBootStrapAction newBootStrapAction
newCorpusEvalAction
MainFrame.NewCorpusEvalAction newCorpusEvalAction
generateStoredCorpusEvalAction
MainFrame.GenerateStoredCorpusEvalAction generateStoredCorpusEvalAction
storedMarkedCorpusEvalAction
MainFrame.StoredMarkedCorpusEvalAction storedMarkedCorpusEvalAction
cleanMarkedCorpusEvalAction
MainFrame.CleanMarkedCorpusEvalAction cleanMarkedCorpusEvalAction
verboseModeCorpusEvalToolAction
MainFrame.VerboseModeCorpusEvalToolAction verboseModeCorpusEvalToolAction
newOntologyEditorAction
MainFrame.NewOntologyEditorAction newOntologyEditorAction
- ontology editor action
ontotext.bp
newGazetteerEditorAction
MainFrame.NewGazetteerEditorAction newGazetteerEditorAction
titleChangable
boolean titleChangable
- Flag to protect Frame title to be changed
this$0
MainFrame this$0
this$0
MainFrame this$0
this$0
MainFrame this$0
handle
Handle handle
this$0
MainFrame this$0
this$0
MainFrame this$0
this$0
MainFrame this$0
this$0
MainFrame this$0
this$0
MainFrame this$0
this$0
MainFrame this$0
this$0
MainFrame this$0
this$0
MainFrame this$0
this$0
MainFrame this$0
this$0
MainFrame this$0
myLocale
Locale myLocale
me
JRadioButtonMenuItem me
this$0
MainFrame this$0
this$0
MainFrame this$0
this$0
MainFrame this$0
this$0
MainFrame this$0
this$0
MainFrame this$0
this$0
MainFrame this$0
this$0
MainFrame this$0
rData
ResourceData rData
- Used for creation of resource menu item and creation dialog
this$0
MainFrame this$0
this$0
MainFrame this$0
path
TreePath path
this$0
MainFrame this$0
this$0
MainFrame this$0
this$0
MainFrame this$0
this$0
MainFrame this$0
verboseMode
boolean verboseMode
this$0
NameBearerHandle this$0
this$0
NameBearerHandle this$0
createIndexGui
CreateIndexGUI createIndexGui
this$0
NameBearerHandle this$0
this$0
NameBearerHandle this$0
this$0
NameBearerHandle this$0
this$0
NameBearerHandle this$0
this$0
NameBearerHandle this$0
this$0
NameBearerHandle this$0
this$0
NameBearerHandle this$0
this$0
NameBearerHandle this$0
this$0
NameBearerHandle this$0
this$0
NameBearerHandle this$0
this$0
NameBearerHandle this$0
this$0
NameBearerHandle this$0
preserveFormat
boolean preserveFormat
this$0
NameBearerHandle this$0
okBtn
JButton okBtn
cancelBtn
JButton cancelBtn
nameField
JTextField nameField
parametersEditor
ResourceParametersEditor parametersEditor
tableScroll
JScrollPane tableScroll
resourceData
ResourceData resourceData
resource
Resource resource
userCanceled
boolean userCanceled
textButtonBox
JPanel textButtonBox
okButton
JButton okButton
cancelButton
JButton cancelButton
userHasPressedOK
boolean userHasPressedOK
mainTabbedPane
JTabbedPane mainTabbedPane
- The main tabbed pane
okButton
JButton okButton
- The OK button. The action for this button is an
OptionsDialog.OKAction
cancelButton
JButton cancelButton
- The Cancel button: hides the dialog without doing anything
textBtn
JRadioButton textBtn
- Radio button used to set the font for text components
selectedFontBtn
String selectedFontBtn
- which text is currently being edited; values are: "text", "menu", "other"
menuBtn
JRadioButton menuBtn
- Radio button used to set the font for menu components
otherCompsBtn
JRadioButton otherCompsBtn
- Radio button used to set the font for other components
fontBG
ButtonGroup fontBG
- Button group for the font setting radio buttons
fontChooser
JFontChooser fontChooser
- The font chooser used for selecting fonts
saveOptionsChk
JCheckBox saveOptionsChk
- The "Save Options on close" checkbox
saveSessionChk
JCheckBox saveSessionChk
- The "Save Session on close" checkbox
includeFeaturesOnPreserveFormatChk
JCheckBox includeFeaturesOnPreserveFormatChk
- The "Include Annotation Features in Save Preserving Format" checkbox
lookAndFeelClassName
String lookAndFeelClassName
- The name of the look and feel class
menusFont
Font menusFont
- The font to be used for the menus; cached value for the one in the user
config map.
textComponentsFont
Font textComponentsFont
- The font to be used for text components; cached value for the one in the
user config map.
componentsFont
Font componentsFont
- The font to be used for GUI components; cached value for the one in the
user config map.
dirtyGUI
boolean dirtyGUI
- This flag becomes true when an GUI related option has been changed
lnfCombo
JComboBox lnfCombo
- The combobox for the look and feel selection
this$0
OptionsDialog this$0
treeRoot
DefaultMutableTreeNode treeRoot
treeModel
DefaultTreeModel treeModel
datastore
DataStore datastore
myHandle
NameBearerHandle myHandle
features
FeatureMap features
this$0
OracleDatastoreViewer this$0
entry
OracleDatastoreViewer.DSEntry entry
this$0
OracleDatastoreViewer this$0
entry
OracleDatastoreViewer.DSEntry entry
projectFileName
ProtegeProjectName projectFileName
- File name as string will be VR target for now
protegeRootPane
JRootPane protegeRootPane
- Should have JRootPane to show Protege in it
myHandle
Handle myHandle
editor
ResourceParametersEditor editor
tableModel
ResourceParametersEditor.ParametersTableModel tableModel
resource
Resource resource
parameterDisjunctions
List parameterDisjunctions
- A list of
ParameterDisjunction
editable
boolean editable
this$0
ResourceParametersEditor this$0
combo
JComboBox combo
pDisj
ParameterDisjunction pDisj
this$0
ResourceParametersEditor this$0
combo
JComboBox combo
iconName
String iconName
text
String text
this$0
ResourceParametersEditor this$0
this$0
ResourceParametersEditor this$0
type
String type
- The type of the value currently being edited
combo
JComboBox combo
- Combobox use as editor for Gate objects (chooses between instances)
label
JLabel label
- Editor used for boolean values
textField
JTextField textField
- Generic editor for all types that are not treated special
fileChooser
JFileChooser fileChooser
- A pointer to the filechooser from MainFrame;
listEditor
ListEditorDialog listEditor
listValue
List listValue
comboUsed
boolean comboUsed
listUsed
boolean listUsed
fileButton
JButton fileButton
listButton
JButton listButton
textButtonBox
JPanel textButtonBox
this$0
ResourceParametersEditor this$0
fileButton
JButton fileButton
listButton
JButton listButton
combo
JComboBox combo
textButtonBox
JPanel textButtonBox
currentAnnotationSchemaList
List currentAnnotationSchemaList
- The annotation schema present into the system
currentAnnotSet
AnnotationSet currentAnnotSet
- The curent annotation set used by the editor
currentAnnot
Annotation currentAnnot
- The curent annotation used by the editor
currentStartOffset
Long currentStartOffset
- The start offset of the span covered by the currentAnnot
currentEndOffset
Long currentEndOffset
- The end offset of the span covered by the currentAnnot
currentAnnotSchema
AnnotationSchema currentAnnotSchema
- This is the currentAnnotSchema being used by the editor
currentAnnotFeaturesMap
FeatureMap currentAnnotFeaturesMap
- The current FeatureMap used by the editor
responseMap
FeatureMap responseMap
- This field is returned when a featureMap was editted or created
tableModel
SchemaAnnotationEditor.FeaturesTableModel tableModel
- This field is the table model used to represent features
name2featureSchemaMap
Map name2featureSchemaMap
- A map from feature name to its FeatureSchema definition
name2annotSchemaMap
Map name2annotSchemaMap
- A map from annotation type to its AnnotationSchema definition
listModel
DefaultListModel listModel
- A list model used to represent the features not assigned to an annot
featuresTable
JTable featuresTable
- Displays the current features of the annotation being editted
featuresTableScroll
JScrollPane featuresTableScroll
- A JScroll for the featuresTable component
featureSchemaList
JList featureSchemaList
- Displays all possible features of the annotation being
editted (taken from AnnotationSchema)
featuresListScroll
JScrollPane featuresListScroll
- A JScroll for the featuresTable component
removeFeatButton
JButton removeFeatButton
- This button removes current features and add them to possible feature list
addFeatButton
JButton addFeatButton
- This button does the opposite of the above
annotSchemaComboBox
JComboBox annotSchemaComboBox
- Displays all possible annotation schema loaded into the system
featuresEditor
SchemaAnnotationEditor.InnerFeaturesEditor featuresEditor
- This inner class deals with feature editting
this$0
SchemaAnnotationEditor this$0
data
ArrayList data
this$0
SchemaAnnotationEditor this$0
cb
JComboBox cb
tf
JTextField tf
thisRow
int thisRow
thisColumn
int thisColumn
target
gate.creole.ir.SearchPR target
- The search PR this VR is associated to.
resultsTable
XJTable resultsTable
- The table displaying the results
resultsTableModel
SearchPRViewer.ResultsTableModel resultsTableModel
- The model for the results table.
results
List results
- Contains the
gate.creole.ir.QueryResult
objects returned by the
search.
this$0
SearchPRViewer this$0
numberFormat
NumberFormat numberFormat
this$0
SearchPRViewer this$0
controller
SerialController controller
- The controller this editor edits
handle
Handle handle
- The
Handle
that created this view
loadedPRsTable
XJTable loadedPRsTable
- Contains all the PRs loaded in the sytem that are not already part of the
serial controller
loadedPRsTableModel
SerialControllerEditor.LoadedPRsTableModel loadedPRsTableModel
- model for the
loadedPRsTable
JTable.
memberPRsTable
XJTable memberPRsTable
- Displays the PRs in the controller
memberPRsTableModel
SerialControllerEditor.MemberPRsTableModel memberPRsTableModel
- model for
memberPRsTable
addButon
JButton addButon
- Adds one or more PR(s) to the controller
removeButton
JButton removeButton
- Removes one or more PR(s) from the controller
moveUpButton
JButton moveUpButton
- Moves the module up in the controller list
moveDownButton
JButton moveDownButton
- Moves the module down in the controller list
parametersEditor
ResourceParametersEditor parametersEditor
- A component for editing the parameters of the currently selected PR
parametersPanel
JPanel parametersPanel
- A JPanel containing the
parametersEditor
parametersBorder
TitledBorder parametersBorder
- A border for the
parametersPanel
strategyPanel
JPanel strategyPanel
- A JPanel containing the running strategy options
strategyBorder
TitledBorder strategyBorder
- A border for the running strategy options box
yes_RunRBtn
JRadioButton yes_RunRBtn
- Button for run always.
no_RunRBtn
JRadioButton no_RunRBtn
- Button for never run.
conditional_RunRBtn
JRadioButton conditional_RunRBtn
- Button for conditional run.
runBtnGrp
ButtonGroup runBtnGrp
- The group for run strategy buttons;
featureNameTextField
JTextField featureNameTextField
- Text field for the feature name for conditional run.
featureValueTextField
JTextField featureValueTextField
- Text field for the feature value for conditional run.
corpusCombo
JComboBox corpusCombo
- A combobox that allows selection of a corpus from the list of loaded
corpora.
corpusComboModel
SerialControllerEditor.CorporaComboModel corpusComboModel
addMenu
JMenu addMenu
- The "Add PR" menu; part of the popup menu
removeMenu
JMenu removeMenu
- The "Remove PR" menu; part of the popup menu
runAction
SerialControllerEditor.RunAction runAction
- Action that runs the application
analyserMode
boolean analyserMode
- Is the controller displayed an analyser controller?
conditionalMode
boolean conditionalMode
- Is the controller displayed conditional?
selectedPR
ProcessingResource selectedPR
- The PR currently selected (having its parameters set)
selectedPRRunStrategy
RunningStrategy selectedPRRunStrategy
- The running strategy for the selected PR.
this$0
SerialControllerEditor this$0
pr
ProcessingResource pr
this$0
SerialControllerEditor this$0
selectedItem
Object selectedItem
this$0
SerialControllerEditor this$0
nameComparator
NameComparator nameComparator
this$0
SerialControllerEditor this$0
green
JLabel green
red
JLabel red
yellow
JLabel yellow
this$0
SerialControllerEditor this$0
pr
ProcessingResource pr
this$0
SerialControllerEditor this$0
treeRoot
DefaultMutableTreeNode treeRoot
treeModel
DefaultTreeModel treeModel
datastore
DataStore datastore
myHandle
NameBearerHandle myHandle
features
FeatureMap features
this$0
SerialDatastoreViewer this$0
entry
SerialDatastoreViewer.DSEntry entry
this$0
SerialDatastoreViewer this$0
entry
SerialDatastoreViewer.DSEntry entry
application
CorpusController application
- Shell GUI application
corpus
Corpus corpus
- Shell GUI corpus
oneDocCorpus
Corpus oneDocCorpus
dataStore
DataStore dataStore
- Shell GUI documents DataStore
saveAction
Action saveAction
- Keep this action for enable/disable the menu item
runOneAction
Action runOneAction
- Keep this action for enable/disable the menu item
runAction
Action runAction
corpusFiller
CorpusFillerComponent corpusFiller
- Component used to select the options for corpus populating
this$0
ShellSlacFrame this$0
this$0
ShellSlacFrame this$0
this$0
ShellSlacFrame this$0
this$0
ShellSlacFrame this$0
this$0
ShellSlacFrame this$0
this$0
ShellSlacFrame this$0
this$0
ShellSlacFrame this$0
this$0
ShellSlacFrame this$0
this$0
ShellSlacFrame this$0
this$0
ShellSlacFrame this$0
this$0
ShellSlacFrame this$0
this$0
ShellSlacFrame this$0
this$0
ShellSlacFrame this$0
this$0
ShellSlacFrame this$0
this$0
ShellSlacFrame this$0
this$0
ShellSlacFrame this$0
this$0
ShellSlacFrame this$0
level
int level
nodeID
int nodeID
start
long start
end
long end
annot
Annotation annot
laidOut
boolean laidOut
horizButtonGap
int horizButtonGap
vertButtonGap
int vertButtonGap
extraButtonWidth
int extraButtonWidth
maxUnitIncrement
int maxUnitIncrement
borderLayout1
BorderLayout borderLayout1
popup
JPopupMenu popup
buttonBackground
Color buttonBackground
selectedNodeColor
Color selectedNodeColor
lines
HashSet lines
utterance
Annotation utterance
utteranceStartOffset
Long utteranceStartOffset
utteranceEndOffset
Long utteranceEndOffset
currentSet
AnnotationSet currentSet
tokenType
String tokenType
displayedString
String displayedString
treeNodeAnnotationType
String treeNodeAnnotationType
textAnnotationType
String textAnnotationType
leaves
HashMap leaves
nonTerminals
HashMap nonTerminals
buttons
HashMap buttons
selection
Vector selection
treeAnnotations
AnnotationSet treeAnnotations
document
Document document
utteranceAdded
boolean utteranceAdded
fontFamilyCombo
JComboBox fontFamilyCombo
fontSizeCombo
JComboBox fontSizeCombo
boldChk
JCheckBox boldChk
italicChk
JCheckBox italicChk
underlineChk
JCheckBox underlineChk
subscriptChk
JCheckBox subscriptChk
superscriptChk
JCheckBox superscriptChk
strikethroughChk
JCheckBox strikethroughChk
useForegroundChk
JCheckBox useForegroundChk
useBackgroundChk
JCheckBox useBackgroundChk
fgChooser
JColorChooser fgChooser
bgChooser
JColorChooser bgChooser
sampleText
JTextPane sampleText
okButton
JButton okButton
cancelButton
JButton cancelButton
currentStyle
MutableAttributeSet currentStyle
choice
boolean choice
currentAnnotSet
AnnotationSet currentAnnotSet
- The curent annotation set used by the editor
currentAnnot
Annotation currentAnnot
- The curent annotation used by the editor
currentStartOffset
Long currentStartOffset
- The start offset of the span covered by the currentAnnot
currentEndOffset
Long currentEndOffset
- The end offset of the span covered by the currentAnnot
data
UnrestrictedAnnotationEditor.MyCustomFeatureBearer data
annotTypeLabel
JLabel annotTypeLabel
annotTypeTextField
JTextField annotTypeTextField
featuresLabel
JLabel featuresLabel
featuresEditor
FeaturesEditor featuresEditor
this$0
UnrestrictedAnnotationEditor this$0
features
FeatureMap features
annotType
String annotType
jPanel1
JPanel jPanel1
jPanel2
JPanel jPanel2
firstList
JList firstList
secondList
JList secondList
cardLayout1
CardLayout cardLayout1
displayUsersFirst
JRadioButton displayUsersFirst
displayGroupsFirst
JRadioButton displayGroupsFirst
session
Session session
controller
AccessController controller
usersFirst
boolean usersFirst
exitButton
JButton exitButton
userMenu
JPopupMenu userMenu
groupMenu
JPopupMenu groupMenu
this$0
UserGroupEditor this$0
source
JList source
this$0
UserGroupEditor this$0
source
JList source
this$0
UserGroupEditor this$0
source
JList source
this$0
UserGroupEditor this$0
source
JList source
this$0
UserGroupEditor this$0
source
JList source
this$0
UserGroupEditor this$0
source
JList source
this$0
UserGroupEditor this$0
source
JList source
this$0
UserGroupEditor this$0
source
JList source
this$0
UserGroupEditor this$0
source
JList source
this$0
UserGroupEditor this$0
source
JList source
this$0
UserGroupEditor this$0
source
JList source
constraints1
ArrayList constraints1
- A set of Constraint. Used during parsing.
constraints2
Constraint[] constraints2
- A set of Constraint. Used during matching.
constraintsMap
HashMap constraintsMap
- A map of constraint annot type to constraint. Used during parsing.
lastFailurePoint
int lastFailurePoint
- Cache of the last position we failed at (-1 when none).
matchedAnnots
AnnotationSet matchedAnnots
- The set of annotations we have matched.
japeURL
URL japeURL
- The URL that points to a .jape file
encoding
String encoding
- The encoding used for reading the grammar file(s)
transducer
Transducer transducer
- The JAPE transducer.
verbose
boolean verbose
- Whether to print progress messages or not.
features
FeatureMap features
- Path to the resources tree
kleeneOp
int kleeneOp
- Kleene operator (defaults to none). Other values: KLEENE_STAR (*);
KLEENE_PLUS (+); KLEENE_QUERY (?)
bindingName
String bindingName
- Binding name (may be null).
constraintGroup
ConstraintGroup constraintGroup
- The recursive definition of what pattern elements make up this one.
annotType
String annotType
- The type of annnotation we're looking for.
negated
boolean negated
- Are we negated?
attrs1
FeatureMap attrs1
- The attributes that must be present on the matched annotation.
attrs2
JdmAttribute[] attrs2
- The attributes array that must be present on the matched annotation.
patternElementDisjunction1
ArrayList patternElementDisjunction1
- An array of arrays that represent PatternElement conjunctions
during parsing of the .jape. Each conjunction is
considered as being disjunct with the next. (I.e. they are
or'd, in the same way as expressions around "||" in C and
Java.) Set during parsing; replaced by finish().
patternElementDisjunction2
PatternElement[][] patternElementDisjunction2
- The pattern element disjunction for transduction - Java arrays.
currentConjunction
ArrayList currentConjunction
- An array of PatternElements making up a conjunction. It is a member of
patternElementDisjunction. This is the one we're adding to
at present. Used during parsing, not matching.
name
String name
value
Object value
constraintGroup
ConstraintGroup constraintGroup
- The constraint group making up this LHS.
bindingTable
HashMap bindingTable
- Mapping of binding names to ComplexPatternElements
hasMatched
boolean hasMatched
- Flag for whether our last match was successful or not.
phases
ArrayList phases
- The SinglePhaseTransducers that make up this one.
Keyed by their phase names.
value
int value
matchHistory
Stack matchHistory
- Match history stack, for use in rollback. In BasicPatternElements
the objects on the stack are Integers giving the number of annots that
were cached at that point in the history. In ComplexPatternElements
the objects are Integers giving the number of times the component
ConstraintGroup was successfully matched. In ConstraintGroups the
elements are arrays representing conjunctions of PatternElement that
succeeded at that point in the history.
actionClassString
StringBuffer actionClassString
- The string we use to create the action class.
actionClassBytes
byte[] actionClassBytes
- The bytes of the compiled action class.
actionClassName
String actionClassName
- The name of the action class.
actionClassQualifiedName
String actionClassQualifiedName
- The qualified name of the action class.
actionClassJavaFileName
String actionClassJavaFileName
- Name of the .java file for the action class.
actionClassClassFileName
String actionClassClassFileName
- Name of the .class file for the action class.
blockNames
HashSet blockNames
- The set of block names.
Used to ensure we only get their annotations once in the action class.
lhs
LeftHandSide lhs
- The LHS of our rule, where we get bindings from.
nl
String nl
- Local fashion for newlines.
phaseName
String phaseName
ruleName
String ruleName
lhs
LeftHandSide lhs
- The LHS or pattern of the rule.
rhs
RightHandSide rhs
- The RHS or action of the rule.
priority
int priority
- The priority of the rule.
position
int position
- The rule's position in sequence (e.g. order in file).
pendingPosition
int pendingPosition
- If we matched but didn't fire yet, this is our pending position.
weFinished
boolean weFinished
- Flag for end of document during getNextMatch.
ruleApplicationStyle
int ruleApplicationStyle
- Type of rule application (constants defined in JapeConstants).
rules
PrioritisedRuleList rules
- The list of rules in this transducer. Ordered by priority and
addition sequence (which will be file position if they come from
a file).
fsm
FSM fsm
optionSettings
HashMap optionSettings
- The values of any option settings given.
finishedAlready
boolean finishedAlready
- Whether the finish method has been called or not.
input
Set input
- Defines the types of input annotations that this transducer reads. If this
set is empty the transducer will read all the annotations otherwise it
will only "see" the annotations of types found in this list ignoring all
other types of annotations.
name
String name
- Name of this transducer.
ontology
Ontology ontology
interrupted
boolean interrupted
debugMode
boolean debugMode
baseURL
URL baseURL
ruleNumber
int ruleNumber
- Position of the current rule
bindingNameSet
HashSet bindingNameSet
- A list of all the bindings we made this time, for checking
the RHS during parsing.
macrosMap
HashMap macrosMap
- A table of macro definitions.
baseURL
URL baseURL
encoding
String encoding
token_source
ParseCpslTokenManager token_source
jj_input_stream
ASCII_CharStream jj_input_stream
token
Token token
jj_nt
Token jj_nt
jj_scanpos
Token jj_scanpos
jj_lastpos
Token jj_lastpos
jj_la
int jj_la
lookingAhead
boolean lookingAhead
jj_semLA
boolean jj_semLA
jj_gen
int jj_gen
jj_la1
int[] jj_la1
jj_la1_0
int[] jj_la1_0
jj_la1_1
int[] jj_la1_1
jj_2_rtns
ParseCpsl.JJCalls[] jj_2_rtns
jj_rescan
boolean jj_rescan
jj_gc
int jj_gc
jj_expentries
Vector jj_expentries
jj_expentry
int[] jj_expentry
jj_kind
int jj_kind
jj_lasttokens
int[] jj_lasttokens
jj_endpos
int jj_endpos
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.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
intValue
int intValue
stringValue
String stringValue
boolValue
boolean boolValue
floatValue
float floatValue
dbURL
String dbURL
- jdbc url for the database
dbSchema
String dbSchema
dbType
int dbType
datastoreComment
String datastoreComment
iconName
String iconName
dbID
String dbID
- GUID of the datastore
read from T_PARAMETER table
session
Session session
- security session identifying all access to the datastore
name
String name
- datastore name?
name
String name
- The name of the datastore
storageDir
File storageDir
- The directory used for the serialised classes.
versionNumber
String versionNumber
- Version number for variations in the storage protocol.
Protocol versions:
-
1.0: uncompressed. Originally had no version file - to read a 1.0
SerialDataStore that has no version file add a version file containing
the line "1.0".
-
1.1: has a version file. Uses GZIP compression.
This variable stores the version of the current level of the
protocol, NOT the level in use in the currently open data store.
protocolVersionNumbers
String[] protocolVersionNumbers
- List of valid protocol version numbers.
autoSaving
boolean autoSaving
- Flag for autosaving behaviour.
familyCombo
JComboBox familyCombo
italicChk
JCheckBox italicChk
boldChk
JCheckBox boldChk
sizeCombo
JComboBox sizeCombo
sampleTextArea
JTextArea sampleTextArea
fontValue
Font fontValue
tree
JTreeTable.CustomJTree tree
- The tree used to render the first column
treeTableModel
TreeTableModel treeTableModel
- The model for this component
this$0
JTreeTable this$0
visibleRow
int visibleRow
this$0
JTreeTable this$0
editor
TreeCellEditor editor
editorComponent
Component editorComponent
this$0
JTreeTable this$0
this$0
JTreeTable this$0
model
TableModel model
centerBox
Box centerBox
stop
boolean stop
borderLayout1
BorderLayout borderLayout1
frame
Frame frame
picture
JLabel picture
icon
Icon icon
backUrls
LinkedList backUrls
forwardUrls
LinkedList forwardUrls
backAction
Action backAction
forwardAction
Action forwardAction
this$0
XJEditorPane this$0
this$0
XJEditorPane this$0
listener
StatusListener listener
description
String description
sorter
XJTable.TableSorter sorter
upIcon
Icon upIcon
downIcon
Icon downIcon
sortedColumn
int sortedColumn
ascending
boolean ascending
headerRenderer
TableCellRenderer headerRenderer
sortable
boolean sortable
headerMouseListener
MouseListener headerMouseListener
this$0
XJTable this$0
oldRenderer
TableCellRenderer oldRenderer
this$0
XJTable this$0
indexes
int[] indexes
sortingColumns
Vector sortingColumns
features
FeatureMap features
- The feature set
name
String name
e
Throwable e
key
String key
operator_
int operator_
first
Object first
second
Object second
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the RBTreeMap instance from a stream (i.e.,
deserialize it).
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state of the RBTreeMap instance to a stream (i.e.,
serialize it).
- Serial Data:
- The size of the RBTreeMap (the number of key-value
mappings) is emitted (int), followed by the key (Object)
and value (Object) for each key-value mapping represented
by the RBTreeMap. The key-value mappings are emitted in
key-order (as determined by the RBTreeMap's Comparator,
or by the keys' natural ordering if the RBTreeMap has no
Comparator).
comparator
Comparator comparator
- The Comparator used to maintain order in this RBTreeMap, or
null if this RBTreeMap uses its elements natural ordering.
-
this$0
RBTreeMap this$0
fromStart
boolean fromStart
toEnd
boolean toEnd
fromKey
Object fromKey
toKey
Object toKey
value
Object value
key
String key
operator_
int operator_
this$0
Scratch this$0
cr
CreoleRegister cr
dsr
DataStoreRegister dsr
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- readObject - calls the default readObject() and then initialises the
transient data
- Serial Data:
- Read serializable fields. No optional data read.
capacity
int capacity
- The capacity of the map
count
int count
- The current number of elements of the map
theKeys
Object[] theKeys
- Array keeping the keys of the entries in the map. It is "synchrnized"
with the values array - the Nth position in both arrays correspond
to one and the same entry
theValues
Object[] theValues
- Array keeping the values of the entries in the map. It is "synchrnized"
with the keys array - the Nth position in both arrays correspond
to one and the same entry
Package gate.util.persistence |
runMode
int runMode
featureName
String featureName
featureValue
String featureValue
pr
Serializable pr
localList
List localList
collectionType
Class collectionType
strategiesList
Object strategiesList
prList
Object prList
docList
ArrayList docList
className
String className
storageUrlString
String storageUrlString
userName
String userName
userGroup
String userGroup
corpus
Object corpus
document
Object document
dsData
Serializable dsData
persistenceID
Object persistenceID
mapType
Class mapType
localMap
HashMap localMap
urlString
String urlString
runtimeParams
Object runtimeParams
resourceType
String resourceType
resourceName
String resourceName
initParams
Object initParams
features
Object features
corpus
Object corpus
contentPane
JPanel contentPane
jMenuBar1
JMenuBar jMenuBar1
jMenuFile
JMenu jMenuFile
jMenuEdit
JMenu jMenuEdit
jMenuHelp
JMenu jMenuHelp
jMenuIM
JMenu jMenuIM
jMenuHelpAbout
JMenuItem jMenuHelpAbout
jToolBar
JToolBar jToolBar
textPane
JTextPane textPane
jMenuOptions
JMenu jMenuOptions
fontsComboBox
JComboBox fontsComboBox
sizeComboBox
JComboBox sizeComboBox
jCheckBoxMenuItemKeyboardMap
JCheckBoxMenuItem jCheckBoxMenuItemKeyboardMap
openAction
Action openAction
saveAction
Action saveAction
saveAsAction
Action saveAsAction
closeAction
Action closeAction
exitAction
Action exitAction
undoAction
Action undoAction
redoAction
Action redoAction
cutAction
Action cutAction
copyAction
Action copyAction
pasteAction
Action pasteAction
attributesChangedAction
Action attributesChangedAction
file
File file
- The current open file
filer
JFileChooser filer
- The file chooser used in all operations requiring the user to select a file
frame
JFrame frame
- The main frame
undoManager
UndoManager undoManager
docChanged
boolean docChanged
- has the current document changed since the last save?
panel1
JPanel panel1
panel2
JPanel panel2
insetsPanel1
JPanel insetsPanel1
insetsPanel2
JPanel insetsPanel2
insetsPanel3
JPanel insetsPanel3
button1
JButton button1
imageLabel
JLabel imageLabel
label1
JLabel label1
label2
JLabel label2
label3
JLabel label3
label4
JLabel label4
borderLayout1
BorderLayout borderLayout1
borderLayout2
BorderLayout borderLayout2
flowLayout1
FlowLayout flowLayout1
gridLayout1
GridLayout gridLayout1
product
String product
version
String version
copyright
String copyright
comments
String comments
myLocale
Locale myLocale
me
JRadioButtonMenuItem me
frame
Frame frame
this$0
KeyboardMap this$0
leftBox
Box leftBox
leftUpLabel
JLabel leftUpLabel
leftDownLabel
JLabel leftDownLabel
centerLabel
Component centerLabel
low
char low
up
char up
normalBorder
Border normalBorder
highlightedBorder
Border highlightedBorder