Serialized Form


Package gate

Class gate.DataStoreRegister implements Serializable

Class gate.DocumentFormat implements Serializable

Serialized Fields

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


Package gate.annotation

Class gate.annotation.AnnotationDiff implements Serializable

Serialized Fields

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.

Class gate.annotation.AnnotationDiff.AnnotationDiffCellRenderer implements Serializable

Serialized Fields

this$0

AnnotationDiff this$0

background

Color background

foreground

Color foreground

Class gate.annotation.AnnotationImpl implements Serializable

Serialized Fields

eventHandler

gate.annotation.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

Class gate.annotation.AnnotationSetImpl implements Serializable

Serialized Fields

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

Class gate.annotation.AnnotationSetImpl.VerboseHashMap implements Serializable

Serialized Fields

this$0

AnnotationSetImpl this$0

Class gate.annotation.DatabaseAnnotationSetImpl implements Serializable

Serialized Fields

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

Class gate.annotation.NodeImpl implements Serializable

Serialized Fields

id

Integer id
The id of this node (used for persistency)

offset

Long offset
The offset of this node


Package gate.corpora

Class gate.corpora.CorpusImpl implements Serializable

Serialized Fields

supportList

List supportList
The underlying list that holds the documents in this corpus.

Class gate.corpora.DatabaseCorpusImpl implements Serializable

Serialized Fields

featuresChanged

boolean featuresChanged

nameChanged

boolean nameChanged

eventHandler

gate.corpora.DatabaseCorpusImpl.EventsHandler eventHandler
The listener for the events coming from the features.

documentData

List documentData

removedDocuments

List removedDocuments

Class gate.corpora.DatabaseDocumentImpl implements Serializable

Serialized Fields

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

gate.corpora.DatabaseDocumentImpl.EventsHandler eventHandler
The listener for the events coming from the features.

Class gate.corpora.DocumentContentImpl implements Serializable

Serialized Fields

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.

Class gate.corpora.DocumentData implements Serializable

Serialized Fields

docName

String docName

persistentID

Object persistentID

Class gate.corpora.DocumentImpl implements Serializable

Serialized Fields

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?

Class gate.corpora.EmailDocumentFormat implements Serializable

Class gate.corpora.HtmlDocumentFormat implements Serializable

Class gate.corpora.RepositioningInfo implements Serializable

Class gate.corpora.RepositioningInfo.PositionInfo implements Serializable

Serialized Fields

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

Class gate.corpora.RtfDocumentFormat implements Serializable

Class gate.corpora.SerialCorpusImpl implements Serializable

Serialization Methods

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.
Serialized Fields

docDataList

List docDataList

Class gate.corpora.SgmlDocumentFormat implements Serializable

Class gate.corpora.SynchronisationException implements Serializable

Class gate.corpora.TextualDocumentFormat implements Serializable

Class gate.corpora.XmlDocumentFormat implements Serializable


Package gate.creole

Class gate.creole.AbstractController implements Serializable

Serialized Fields

name

String name

interrupted

boolean interrupted

Class gate.creole.AbstractLanguageAnalyser implements Serializable

Serialized Fields

document

Document document
The document property for this analyser.

corpus

Corpus corpus
The corpus property for this analyser.

Class gate.creole.AbstractLanguageResource implements Serializable

Class gate.creole.AbstractProcessingResource implements Serializable

Serialized Fields

interrupted

boolean interrupted

Class gate.creole.AbstractResource implements Serializable

Serialized Fields

name

String name

Class gate.creole.AbstractVisualResource implements Serializable

Serialized Fields

features

FeatureMap features

Class gate.creole.ANNIETransducer implements Serializable

Class gate.creole.AnnotationSchema implements Serializable

Serialized Fields

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

Class gate.creole.APFormatExporter implements Serializable

Serialized Fields

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

Class gate.creole.ConditionalSerialAnalyserController implements Serializable

Serialized Fields

corpus

Corpus corpus

Class gate.creole.ConditionalSerialController implements Serializable

Serialized Fields

strategiesList

List strategiesList
The list of running strategies for the member PRs.

Class gate.creole.CreoleRegisterImpl implements Serializable

Serialized Fields

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.

Class gate.creole.ExecutionException implements Serializable

Serialized Fields

exception

Exception exception

Class gate.creole.ExecutionInterruptedException implements Serializable

Class gate.creole.FeatureSchema implements Serializable

Serialized Fields

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.

Class gate.creole.OntologyAwareTransducer implements Serializable

Serialized Fields

ontology

Ontology ontology
The ontology that will be available on the RHS of JAPE rules.

Class gate.creole.Parameter implements Serializable

Serialized Fields

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

Class gate.creole.ParameterException implements Serializable

Class gate.creole.ParameterList implements Serializable

Serialized Fields

runtimeParameters

List runtimeParameters
The runtime parameters

initimeParameters

List initimeParameters
The initialisation time parameters

fullyDefaulted

boolean fullyDefaulted
Status of the last run of getDefaults(List).

Class gate.creole.POSTagger implements Serializable

Serialized Fields

tagger

hepple.postag.POSTagger tagger

lexiconURL

URL lexiconURL

rulesURL

URL rulesURL

inputASName

String inputASName

Class gate.creole.ProtegeProjectName implements Serializable

Serialized Fields

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

Class gate.creole.RDFFormatExporter implements Serializable

Serialized Fields

exportFormat

int exportFormat

exportedTypes

List exportedTypes
This list of strings represents the entities type that will be exported

exportFilePath

URL exportFilePath

ontologyLocation

URL ontologyLocation

Class gate.creole.ResourceData implements Serializable

Serialized Fields

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.

Class gate.creole.ResourceInstantiationException implements Serializable

Serialized Fields

exception

Exception exception

Class gate.creole.SerialAnalyserController implements Serializable

Serialized Fields

corpus

Corpus corpus

Class gate.creole.SerialController implements Serializable

Serialized Fields

prList

List prList
The list of contained PRs

sListener

StatusListener sListener
A proxy for status events

Class gate.creole.Transducer implements Serializable

Serialized Fields

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.

Class gate.creole.VPChunker implements Serializable


Package gate.creole.annotdelete

Class gate.creole.annotdelete.AnnotationDeletePR implements Serializable

Serialized Fields

markupSetName

String markupSetName

annotationTypes

List annotationTypes


Package gate.creole.annotransfer

Class gate.creole.annotransfer.AnnotationSetTransfer implements Serializable

Serialized Fields

tagASName

String tagASName

outputASName

String outputASName

inputASName

String inputASName

textTagName

String textTagName

bodyAnnotations

AnnotationSet bodyAnnotations


Package gate.creole.coref

Class gate.creole.coref.Coreferencer implements Serializable

Serialized Fields

pronominalModule

PronominalCoref pronominalModule
---

Class gate.creole.coref.PronominalCoref implements Serializable

Serialized Fields

annotationSetName

String annotationSetName
---

qtTransducer

Transducer qtTransducer
---

pleonTransducer

Transducer pleonTransducer
---

defaultAnnotations

AnnotationSet defaultAnnotations
---

textSentences

gate.creole.coref.PronominalCoref.Sentence[] textSentences
---

quotedText

gate.creole.coref.PronominalCoref.Quote[] quotedText
---

pleonasticIt

Annotation[] pleonasticIt
---

personGender

HashMap personGender
---

anaphor2antecedent

HashMap anaphor2antecedent
---


Package gate.creole.dumpingPR

Class gate.creole.dumpingPR.DumpingPR implements Serializable

Serialized Fields

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

Class gate.creole.gazetteer.AbstractGazetteer implements Serializable

Serialized Fields

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

Class gate.creole.gazetteer.AbstractOntoGazetteer implements Serializable

Serialized Fields

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

Class gate.creole.gazetteer.DefaultGazetteer implements Serializable

Serialized Fields

listsByNode

Map listsByNode
a map of nodes vs gaz lists

initialState

gate.creole.gazetteer.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

Class gate.creole.gazetteer.GazetteerEvent implements Serializable

Class gate.creole.gazetteer.GazetteerException implements Serializable

Class gate.creole.gazetteer.GazetteerList implements Serializable

Serialized Fields

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

Class gate.creole.gazetteer.InvalidFormatException implements Serializable

Serialized Fields

file

String file
the associated file

url

URL url
the associated URL

Class gate.creole.gazetteer.LinearDefinition implements Serializable

Serialized Fields

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

Class gate.creole.gazetteer.Lookup implements Serializable

Serialized Fields

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

Class gate.creole.gazetteer.MappingDefinition implements Serializable

Serialized Fields

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

Class gate.creole.gazetteer.OntoGazetteerImpl implements Serializable


Package gate.creole.nerc

Class gate.creole.nerc.EntityDescriptor implements Serializable

Serialized Fields

string

String string

category

String category

offsets

int[] offsets

Class gate.creole.nerc.EntitySet implements Serializable

Serialized Fields

fileName

String fileName

myEntities

Set myEntities


Package gate.creole.ontology

Class gate.creole.ontology.InvalidFormatException implements Serializable

Serialized Fields

file

String file
the ontology file

url

URL url
the url of the file

Class gate.creole.ontology.NoSuchClosureTypeException implements Serializable

Serialized Fields

type

byte type
the type of the closure


Package gate.creole.orthomatcher

Class gate.creole.orthomatcher.OrthoMatcher implements Serializable

Serialized Fields

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

Class gate.creole.splitter.SentenceSplitter implements Serializable

Serialized Fields

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

Class gate.creole.tokeniser.DefaultTokeniser implements Serializable

Serialized Fields

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

Class gate.creole.tokeniser.InvalidRuleException implements Serializable

Class gate.creole.tokeniser.SimpleTokeniser implements Serializable

Serialized Fields

features

FeatureMap features

annotationSetName

String annotationSetName
the annotations et where the new annotations will be adde

initialState

gate.creole.tokeniser.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

gate.creole.tokeniser.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

Class gate.creole.tokeniser.TokeniserException implements Serializable


Package gate.event

Class gate.event.AnnotationEvent implements Serializable

Class gate.event.AnnotationSetEvent implements Serializable

Serialized Fields

sourceDocument

Document sourceDocument

annotation

Annotation annotation

Class gate.event.CorpusEvent implements Serializable

Serialized Fields

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.

Class gate.event.CreoleEvent implements Serializable

Serialized Fields

resource

Resource resource

datastore

DataStore datastore

Class gate.event.DatastoreEvent implements Serializable

Serialized Fields

resource

Resource resource

resourceID

Object resourceID

Class gate.event.DocumentEvent implements Serializable

Serialized Fields

annotationSetName

String annotationSetName

Class gate.event.GateEvent implements Serializable

Serialized Fields

type

int type

Class gate.event.ObjectModificationEvent implements Serializable


Package gate.fsm

Class gate.fsm.FSM implements Serializable

Serialized Fields

initialState

State initialState
The initial state of this FSM.

transducerName

String transducerName

Class gate.fsm.FSMInstance implements Serializable

Serialized Fields

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.

Class gate.fsm.State implements Serializable

Serialized Fields

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.

Class gate.fsm.Transition implements Serializable

Serialized Fields

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)


Package gate.gui

Class gate.gui.AppearanceDialog implements Serializable

Serialized Fields

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

Class gate.gui.BooleanRenderer implements Serializable

Class gate.gui.BootStrapDialog implements Serializable

Serialized Fields

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

Class gate.gui.CollectionSelectionDialog implements Serializable

Serialized Fields

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

Class gate.gui.CorpusEditor implements Serializable

Serialized Fields

documentsList

JList documentsList

listRenderer

gate.gui.CorpusEditor.DocumentListCellRenderer listRenderer

featuresEditor

FeaturesEditor featuresEditor

toolbar

JToolBar toolbar

corpus

Corpus corpus

docListModel

DefaultListModel docListModel

Class gate.gui.CorpusFillerComponent implements Serializable

Serialized Fields

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.

Class gate.gui.CreateIndexDialog implements Serializable

Serialized Fields

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

Class gate.gui.CreateIndexGUI implements Serializable

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

Class gate.gui.DocumentEditor implements Serializable

Serialized Fields

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

gate.gui.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

gate.gui.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

gate.gui.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

gate.gui.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

Class gate.gui.DocumentEditor.CustomStyledEditorKit implements Serializable

Serialized Fields

this$0

DocumentEditor this$0

defaultFactory

ViewFactory defaultFactory

Class gate.gui.FeaturesEditor implements Serializable

Serialized Fields

table

XJTable table

tableModel

gate.gui.FeaturesEditor.FeaturesTableModel tableModel

resource

FeatureBearer resource

features

FeatureMap features

newFeatureField

JTextField newFeatureField

newValueField

JTextField newValueField

addNewBtn

JButton addNewBtn

Class gate.gui.HelpFrame implements Serializable

Serialized Fields

textPane

XJEditorPane textPane

toolBar

JToolBar toolBar

status

JLabel status

Class gate.gui.ListEditorDialog implements Serializable

Serialized Fields

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?

Class gate.gui.LogArea implements Serializable

Serialized Fields

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

gate.gui.LogArea.SelectAllAction selectAllAction
This fields defines the Select all behaviour

copyAction

gate.gui.LogArea.CopyAction copyAction
This fields defines the copy behaviour

clearAllAction

gate.gui.LogArea.ClearAllAction clearAllAction
This fields defines the clear all behaviour

Class gate.gui.MainFrame implements Serializable

Serialized Fields

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

gate.gui.MainFrame.CartoonMinder animator

logHighlighter

TabHighlighter logHighlighter

newResourceDialog

NewResourceDialog newResourceDialog

waitDialog

WaitDialog waitDialog

newDSAction

gate.gui.MainFrame.NewDSAction newDSAction

openDSAction

gate.gui.MainFrame.OpenDSAction openDSAction

helpAboutAction

gate.gui.MainFrame.HelpAboutAction helpAboutAction

newAnnotDiffAction

gate.gui.MainFrame.NewAnnotDiffAction newAnnotDiffAction

newBootStrapAction

gate.gui.MainFrame.NewBootStrapAction newBootStrapAction

newCorpusEvalAction

gate.gui.MainFrame.NewCorpusEvalAction newCorpusEvalAction

generateStoredCorpusEvalAction

gate.gui.MainFrame.GenerateStoredCorpusEvalAction generateStoredCorpusEvalAction

storedMarkedCorpusEvalAction

gate.gui.MainFrame.StoredMarkedCorpusEvalAction storedMarkedCorpusEvalAction

cleanMarkedCorpusEvalAction

gate.gui.MainFrame.CleanMarkedCorpusEvalAction cleanMarkedCorpusEvalAction

verboseModeCorpusEvalToolAction

gate.gui.MainFrame.VerboseModeCorpusEvalToolAction verboseModeCorpusEvalToolAction

newOntologyEditorAction

gate.gui.MainFrame.NewOntologyEditorAction newOntologyEditorAction
ontology editor action ontotext.bp

newGazetteerEditorAction

gate.gui.MainFrame.NewGazetteerEditorAction newGazetteerEditorAction

titleChangable

boolean titleChangable
Flag to protect Frame title to be changed

Class gate.gui.NewResourceDialog implements Serializable

Serialized Fields

okBtn

JButton okBtn

cancelBtn

JButton cancelBtn

nameField

JTextField nameField

parametersEditor

ResourceParametersEditor parametersEditor

tableScroll

JScrollPane tableScroll

resourceData

ResourceData resourceData

resource

Resource resource

userCanceled

boolean userCanceled

Class gate.gui.ObjectRenderer implements Serializable

Serialized Fields

textButtonBox

JPanel textButtonBox

Class gate.gui.OkCancelDialog implements Serializable

Serialized Fields

okButton

JButton okButton

cancelButton

JButton cancelButton

userHasPressedOK

boolean userHasPressedOK

Class gate.gui.OptionsDialog implements Serializable

Serialized Fields

mainTabbedPane

JTabbedPane mainTabbedPane
The main tabbed pane

okButton

JButton okButton
The OK button. The action for this button is an 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

Class gate.gui.OracleDatastoreViewer implements Serializable

Serialized Fields

treeRoot

DefaultMutableTreeNode treeRoot

treeModel

DefaultTreeModel treeModel

datastore

DataStore datastore

myHandle

NameBearerHandle myHandle

features

FeatureMap features

Class gate.gui.ProtegeWrapper implements Serializable

Serialized Fields

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

Class gate.gui.PRViewer implements Serializable

Serialized Fields

editor

ResourceParametersEditor editor

Class gate.gui.ResourceParametersEditor implements Serializable

Serialized Fields

tableModel

gate.gui.ResourceParametersEditor.ParametersTableModel tableModel

resource

Resource resource

parameterDisjunctions

List parameterDisjunctions
A list of ParameterDisjunction

editable

boolean editable

Class gate.gui.ResourceRenderer implements Serializable

Class gate.gui.SchemaAnnotationEditor implements Serializable

Serialized Fields

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

gate.gui.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

gate.gui.SchemaAnnotationEditor.InnerFeaturesEditor featuresEditor
This inner class deals with feature editting

Class gate.gui.SearchPRViewer implements Serializable

Serialized Fields

target

gate.creole.ir.SearchPR target
The search PR this VR is associated to.

resultsTable

XJTable resultsTable
The table displaying the results

resultsTableModel

gate.gui.SearchPRViewer.ResultsTableModel resultsTableModel
The model for the results table.

results

List results
Contains the gate.creole.ir.QueryResult objects returned by the search.

Class gate.gui.SerialControllerEditor implements Serializable

Serialized Fields

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

gate.gui.SerialControllerEditor.LoadedPRsTableModel loadedPRsTableModel
model for the loadedPRsTable JTable.

memberPRsTable

XJTable memberPRsTable
Displays the PRs in the controller

memberPRsTableModel

gate.gui.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

gate.gui.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

gate.gui.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.

Class gate.gui.SerialDatastoreViewer implements Serializable

Serialized Fields

treeRoot

DefaultMutableTreeNode treeRoot

treeModel

DefaultTreeModel treeModel

datastore

DataStore datastore

myHandle

NameBearerHandle myHandle

features

FeatureMap features

Class gate.gui.ShellSlacFrame implements Serializable

Serialized Fields

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

Class gate.gui.Splash implements Serializable

Class gate.gui.STreeNode implements Serializable

Serialized Fields

level

int level

nodeID

int nodeID

start

long start

end

long end

annot

Annotation annot

Class gate.gui.SyntaxTreeViewer implements Serializable

Serialized Fields

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

Class gate.gui.TextAttributesChooser implements Serializable

Serialized Fields

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

Class gate.gui.UnrestrictedAnnotationEditor implements Serializable

Serialized Fields

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

gate.gui.UnrestrictedAnnotationEditor.MyCustomFeatureBearer data

annotTypeLabel

JLabel annotTypeLabel

annotTypeTextField

JTextField annotTypeTextField

featuresLabel

JLabel featuresLabel

featuresEditor

FeaturesEditor featuresEditor

Class gate.gui.UserGroupEditor implements Serializable

Serialized Fields

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


Package gate.jape

Class gate.jape.BasicPatternElement implements Serializable

Serialized Fields

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.

Class gate.jape.Batch implements Serializable

Serialized Fields

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

Class gate.jape.ComplexPatternElement implements Serializable

Serialized Fields

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.

Class gate.jape.Constraint implements Serializable

Serialized Fields

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.

Class gate.jape.ConstraintGroup implements Serializable

Serialized Fields

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.

Class gate.jape.JapeException implements Serializable

Class gate.jape.JdmAttribute implements Serializable

Serialized Fields

name

String name

value

Object value

Class gate.jape.JdmException implements Serializable

Class gate.jape.LeftHandSide implements Serializable

Serialized Fields

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.

Class gate.jape.MultiPhaseTransducer implements Serializable

Serialized Fields

phases

ArrayList phases
The SinglePhaseTransducers that make up this one. Keyed by their phase names.

Class gate.jape.MutableInteger implements Serializable

Serialized Fields

value

int value

Class gate.jape.PatternElement implements Serializable

Serialized Fields

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.

Class gate.jape.PrioritisedRuleList implements Serializable

Class gate.jape.RightHandSide implements Serializable

Serialized Fields

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

Class gate.jape.Rule implements Serializable

Serialized Fields

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.

Class gate.jape.SinglePhaseTransducer implements Serializable

Serialized Fields

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.

Class gate.jape.Transducer implements Serializable

Serialized Fields

name

String name
Name of this transducer.

ontology

Ontology ontology

interrupted

boolean interrupted

debugMode

boolean debugMode

baseURL

URL baseURL


Package gate.jape.parser

Class gate.jape.parser.ParseCpsl implements Serializable

Serialized Fields

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

gate.jape.parser.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

Class gate.jape.parser.ParseException implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.

expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.

tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.

eol

String eol
The end of line string for this machine.

Class gate.jape.parser.TokenMgrError implements Serializable

Serialized Fields

errorCode

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


Package gate.persist

Class gate.persist.JDBCDataStore implements Serializable

Serialized Fields

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?

Class gate.persist.OracleDataStore implements Serializable

Class gate.persist.PersistenceException implements Serializable

Class gate.persist.PostgresDataStore implements Serializable

Class gate.persist.SerialDataStore implements Serializable

Serialized Fields

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


Package gate.security

Class gate.security.SecurityException implements Serializable


Package gate.swing

Class gate.swing.JFontChooser implements Serializable

Serialized Fields

familyCombo

JComboBox familyCombo

italicChk

JCheckBox italicChk

boldChk

JCheckBox boldChk

sizeCombo

JComboBox sizeCombo

sampleTextArea

JTextArea sampleTextArea

fontValue

Font fontValue

Class gate.swing.JTreeTable implements Serializable

Serialized Fields

tree

gate.swing.JTreeTable.CustomJTree tree
The tree used to render the first column

treeTableModel

TreeTableModel treeTableModel
The model for this component

Class gate.swing.JTreeTable.TreeTableCellRenderer implements Serializable

Serialized Fields

this$0

JTreeTable this$0

Class gate.swing.TableMap implements Serializable

Serialized Fields

model

TableModel model

Class gate.swing.WaitDialog implements Serializable

Serialized Fields

centerBox

Box centerBox

stop

boolean stop

borderLayout1

BorderLayout borderLayout1

frame

Frame frame

picture

JLabel picture

icon

Icon icon

Class gate.swing.XJEditorPane implements Serializable

Serialized Fields

backUrls

LinkedList backUrls

forwardUrls

LinkedList forwardUrls

backAction

Action backAction

forwardAction

Action forwardAction

Class gate.swing.XJMenuItem implements Serializable

Serialized Fields

listener

StatusListener listener

description

String description

Class gate.swing.XJTabbedPane implements Serializable

Class gate.swing.XJTable implements Serializable

Serialized Fields

sorter

gate.swing.XJTable.TableSorter sorter

upIcon

Icon upIcon

downIcon

Icon downIcon

sortedColumn

int sortedColumn

ascending

boolean ascending

headerRenderer

TableCellRenderer headerRenderer

sortable

boolean sortable

headerMouseListener

MouseListener headerMouseListener

Class gate.swing.XJTextPane implements Serializable


Package gate.util

Class gate.util.AbstractFeatureBearer implements Serializable

Serialized Fields

features

FeatureMap features
The feature set

Class gate.util.AbstractNameBearer implements Serializable

Serialized Fields

name

String name

Class gate.util.DocumentFormatException implements Serializable

Class gate.util.GateException implements Serializable

Serialized Fields

e

Throwable e

Class gate.util.GateRuntimeException implements Serializable

Class gate.util.GateSaxException implements Serializable

Class gate.util.InvalidDatabaseException implements Serializable

Class gate.util.InvalidOffsetException implements Serializable

Class gate.util.LazyProgrammerException implements Serializable

Class gate.util.LuckyException implements Serializable

Class gate.util.MethodNotImplementedException implements Serializable

Class gate.util.NoSuchObjectException implements Serializable

Class gate.util.OpenTransactionsException implements Serializable

Class gate.util.OptionsMap implements Serializable

Class gate.util.OrderByRestriction implements Serializable

Serialized Fields

key

String key

operator_

int operator_

Class gate.util.Pair implements Serializable

Serialized Fields

first

Object first

second

Object second

Class gate.util.RawEditorKit implements Serializable

Class gate.util.RBTreeMap implements Serializable

Serialization Methods

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

comparator

Comparator comparator
The Comparator used to maintain order in this RBTreeMap, or null if this RBTreeMap uses its elements natural ordering.
 

Class gate.util.Restriction implements Serializable

Serialized Fields

value

Object value

key

String key

operator_

int operator_

Class gate.util.Scratch.ContentPropertyReader implements Serializable

Class gate.util.SimpleFeatureMapImpl implements Serializable


Package gate.util.persistence

Class gate.util.persistence.AnalyserRunningStrategyPersistence implements Serializable

Serialized Fields

runMode

int runMode

featureName

String featureName

featureValue

String featureValue

pr

Serializable pr

Class gate.util.persistence.CollectionPersistence implements Serializable

Serialized Fields

localList

List localList

collectionType

Class collectionType

Class gate.util.persistence.ConditionalControllerPersistence implements Serializable

Serialized Fields

strategiesList

Object strategiesList

Class gate.util.persistence.ControllerPersistence implements Serializable

Serialized Fields

prList

Object prList

Class gate.util.persistence.CorpusPersistence implements Serializable

Serialized Fields

docList

ArrayList docList

Class gate.util.persistence.DSPersistence implements Serializable

Serialized Fields

className

String className

storageUrlString

String storageUrlString

Class gate.util.persistence.JDBCDSPersistence implements Serializable

Serialized Fields

userName

String userName

userGroup

String userGroup

Class gate.util.persistence.LanguageAnalyserPersistence implements Serializable

Serialized Fields

corpus

Object corpus

document

Object document

Class gate.util.persistence.LRPersistence implements Serializable

Serialized Fields

dsData

Serializable dsData

persistenceID

Object persistenceID

Class gate.util.persistence.MapPersistence implements Serializable

Serialized Fields

mapType

Class mapType

localMap

HashMap localMap

Class gate.util.persistence.PersistenceManager.NotComparableException implements Serializable

Class gate.util.persistence.PersistenceManager.SlashDevSlashNull implements Serializable

Class gate.util.persistence.PersistenceManager.URLHolder implements Serializable

Serialized Fields

urlString

String urlString

Class gate.util.persistence.PRPersistence implements Serializable

Serialized Fields

runtimeParams

Object runtimeParams

Class gate.util.persistence.SerialAnalyserControllerPersistence implements Serializable

Serialized Fields

corpus

Object corpus


Package guk

Class guk.Editor implements Serializable

Serialized Fields

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?

Class guk.Editor_AboutBox implements Serializable

Serialized Fields

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


Package guk.im

Class guk.im.KeyboardMap.KeyGUI implements Serializable

Serialized Fields

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