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

myStatusListeners

List myStatusListeners
listeners for status report


Package gate.annotation

Class gate.annotation.AnnotationDiff implements Serializable

Serialized Fields

keyDocument

Document keyDocument
This document contains the key annotation set which is taken as reference in comparison

responseDocument

Document responseDocument
This document contains the response annotation set which is being compared against the key annotation set.

annotationSchema

AnnotationSchema annotationSchema
The annotation schema object used to get the annotation name

precisionStrict

double precisionStrict
The Precision value (see NLP Information Extraction)

precisionLenient

double precisionLenient

precisionAverage

double precisionAverage

recallStrict

double recallStrict
The Recall value (see NLP Information Extraction)

recallLenient

double recallLenient

recallAverage

double recallAverage

falsePositiveStrict

double falsePositiveStrict
The False positive (see NLP Information Extraction)

falsePositiveLenient

double falsePositiveLenient

falsePositiveAverage

double falsePositiveAverage

fMeasureStrict

double fMeasureStrict
The F-measure and weight (see NLP Information Extraction)

fMeasureLenient

double fMeasureLenient

fMeasureAverage

double fMeasureAverage

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
These fields are used in doDiff() and detectKey(Response)Type()

responsePartiallySet

Set responsePartiallySet

keyAnnotList

List keyAnnotList
This lists are created from keyAnnotationSet and responseAnnotationSet

responseAnnotList

List responseAnnotList

MAX_TYPES

int MAX_TYPES
Fields used to describe the type of annotations

NULL_TYPE

int NULL_TYPE

DEFAULT_TYPE

int DEFAULT_TYPE

CORRECT_TYPE

int CORRECT_TYPE

PARTIALLY_CORRECT_TYPE

int PARTIALLY_CORRECT_TYPE

SPURIOUS_TYPE

int SPURIOUS_TYPE

MISSING_TYPE

int MISSING_TYPE

RED

Color RED

GREEN

Color GREEN

WHITE

Color WHITE

BLUE

Color BLUE

YELLOW

Color YELLOW

BLACK

Color BLACK

colors

Color[] colors

scrollPane

JScrollPane scrollPane

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.AnnotationDiff.AnnotationDiffTableModel implements Serializable

Serialized Fields

this$0

AnnotationDiff this$0

modelData

List modelData
Holds the data for TableDiff

Class gate.annotation.AnnotationImpl implements Serializable

Serialized Fields

id

Integer id
The id of this annotation (for persitency resons)

type

String type
The type of the annotation

features

FeatureMap features
The features 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.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

name

String name
The name of the corpus

features

FeatureMap features
The features associated with this corpus.

Class gate.corpora.DocumentContentImpl implements Serializable

Serialized Fields

content

String content
Just for now - later we have to cater for different types of content.

Class gate.corpora.DocumentImpl implements Serializable

Serialized Fields

features

FeatureMap features
The features associated with this document.

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

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

markupAware

Boolean markupAware

Class gate.corpora.EmailDocumentFormat implements Serializable

Class gate.corpora.HtmlDocumentFormat implements Serializable

Class gate.corpora.RtfDocumentFormat implements Serializable

Class gate.corpora.SgmlDocumentFormat implements Serializable

Class gate.corpora.TextualDocumentFormat implements Serializable

Class gate.corpora.XmlDocumentFormat implements Serializable


Package gate.creole

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.

executionException

ExecutionException executionException
Any exception caught during run() invocations are stored here.

Class gate.creole.AbstractLanguageResource implements Serializable

Class gate.creole.AbstractProcessingResource implements Serializable

Serialized Fields

executionException

ExecutionException executionException
Any exception caught during run() invocations are stored here.

Class gate.creole.AbstractResource implements Serializable

Class gate.creole.AbstractVisualResource implements Serializable

Serialized Fields

features

FeatureMap features

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

Set vrTypes
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.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.Parameter implements Serializable

Serialized Fields

typeName

String typeName
The type name of the parameter

optional

boolean optional
Is the parameter optional?

defaultValuex

Object defaultValuex
Default value for the parameter

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

document

Document document

inputASName

String inputASName

outputASName

String outputASName

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

BumpyStack instantiationStack
The stack of instantiations

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

views

List views
The list of views registered for this resource

smallViews

List smallViews
The list of small views registered for this resource

validityMessage

String validityMessage
Status message set by isValid()

Class gate.creole.ResourceInstantiationException implements Serializable

Class gate.creole.SerialController implements Serializable

Serialized Fields

executionException

ExecutionException executionException
Any exception caught during run() invocations are stored here.

features

FeatureMap features
The feature set

Class gate.creole.Transducer implements Serializable

Serialized Fields

grammarURL

URL grammarURL
The URL to the jape file used as grammar by this transducer.

document

Document document
The Document curently set as target for 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.gazetteer

Class gate.creole.gazetteer.DefaultGazetteer implements Serializable

Serialized Fields

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

features

FeatureMap features

document

Document document
Used to store the document currently being parsed

annotationSetName

String annotationSetName
Used to store the annotation set currently being used for the newly generated annotations

encoding

String encoding

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.

Class gate.creole.gazetteer.FSMState implements Serializable

Serialized Fields

transitionFunction

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

Class gate.creole.gazetteer.GazetteerException implements Serializable

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"


Package gate.creole.namematch

Class gate.creole.namematch.Namematch implements Serializable

Serialized Fields

document

Document document
the document for namematch

annotationSetName

String annotationSetName
the name of the annotation set

annotationTypes

Set annotationTypes
the types of the annotation

organizationType

String organizationType
the organization type

personType

String personType
the person type

annotationType

String annotationType
the type of annotation

extLists

Boolean extLists
internal or external list

nameAnnots

AnnotationSet nameAnnots
the annotation set for the document

matchesDocument

List matchesDocument
the set with all the matches from document

executionException

ExecutionException executionException

alias

HashMap alias

cdg

HashMap cdg

spur_match

HashMap spur_match

def_art

HashMap def_art

connector

HashMap connector

prepos

HashMap prepos

cbuffer

char[] cbuffer
a buffer in order to read an array of char


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

Class gate.creole.nerc.Nerc implements Serializable

Serialized Fields

tokeniser

DefaultTokeniser tokeniser
XXX

gazetteer

DefaultGazetteer gazetteer
XXX

transducer

Transducer transducer
XXX

tokeniserRulesURL

URL tokeniserRulesURL

gazetteerListsURL

URL gazetteerListsURL

japeGrammarURL

URL japeGrammarURL

encoding

String encoding

document

Document document

tempAnnotationSetName

String tempAnnotationSetName


Package gate.creole.tokeniser

Class gate.creole.tokeniser.DefaultTokeniser implements Serializable

Serialized Fields

features

FeatureMap features

myProgressListeners

List myProgressListeners

myStatusListeners

List myStatusListeners

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

document

Document document
the document to be tokenised

rulesResourceName

String rulesResourceName

rulesURL

URL rulesURL

encoding

String encoding

Class gate.creole.tokeniser.DFSMState implements Serializable

Serialized Fields

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

Class gate.creole.tokeniser.FSMState implements Serializable

Serialized Fields

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

Class gate.creole.tokeniser.InvalidRuleException implements Serializable

Class gate.creole.tokeniser.TokeniserException implements Serializable


Package gate.db

Class gate.db.CorpusWrapper implements Serializable

Serialized Fields

id

long id

database

Database database

con

Connection con

stmt

Statement stmt

rsLR

ResultSet rsLR

rsCorpusDocument

ResultSet rsCorpusDocument

rsFeatures

ResultSet rsFeatures

isNew

boolean isNew

Class gate.db.DocumentWrapper implements Serializable

Serialized Fields

id

long id

database

Database database

con

Connection con

stmt

Statement stmt

rsDocument

ResultSet rsDocument

rsAnnotations

ResultSet rsAnnotations

rsFeatures

ResultSet rsFeatures

psAnnotation

PreparedStatement psAnnotation

psNode

PreparedStatement psNode

isNew

boolean isNew


Package gate.event

Class gate.event.AnnotationSetEvent implements Serializable

Serialized Fields

sourceDocument

Document sourceDocument

annotation

Annotation annotation

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

String resourceID

Class gate.event.DocumentEvent implements Serializable

Serialized Fields

annotationSetName

String annotationSetName

Class gate.event.GateEvent implements Serializable

Serialized Fields

type

int type


Package gate.fsm

Class gate.fsm.FSM implements Serializable

Serialized Fields

initialState

State initialState
The initial state of this FSM.

owner

FSM owner
The top level FSM that contains this FSM, null if this FSM is a top level one.

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 AnnotationGraph where the matching started

startNode

Node startNode
The place (Node) in the AnnotationGraph 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 Graph

fileIndex

int fileIndex
The index in the definition file of the rule from which the AGPosition state was generated.

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

Set 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.AnnotationEditDialog implements Serializable

Serialized Fields

annotSchema

AnnotationSchema annotSchema

featureMap

FeatureMap featureMap

responseMap

FeatureMap responseMap
This field is returned when a featureMap was editted or created

tableModel

AnnotationEditDialog.FeaturesTableModel tableModel

name2featureSchemaMap

Map name2featureSchemaMap

listModel

DefaultListModel listModel

buttonPressed

int buttonPressed

featuresTable

JTable featuresTable

featuresTableScroll

JScrollPane featuresTableScroll

featuresListScroll

JScrollPane featuresListScroll

removeFeatButton

JButton removeFeatButton

addFeatButton

JButton addFeatButton

featureSchemaList

JList featureSchemaList

okButton

JButton okButton

cancelButton

JButton cancelButton

mainFrame

Frame mainFrame

featuresEditor

AnnotationEditDialog.FeaturesEditor featuresEditor

Class gate.gui.AnnotationEditDialog.FeaturesEditor implements Serializable

Serialized Fields

this$0

AnnotationEditDialog this$0

cb

JComboBox cb

tf

JTextField tf

Class gate.gui.AnnotationEditDialog.FeaturesTableModel implements Serializable

Serialized Fields

this$0

AnnotationEditDialog this$0

data

ArrayList data

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

AnnotationEditor.AnnotationsTableModel annotationsTableModel
Model for the annotations table

tableScroll

JScrollPane tableScroll
Scroller for the annotations table

leftSplit

JSplitPane leftSplit

stylesTree

JTree stylesTree
The right hand side tree with all the annotation sets and types of annotations

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

styleChooser

TextAttributesChooser styleChooser
The dialog used for editing the styles used to highlight annotations

annotationEditDialog

AnnotationEditDialog annotationEditDialog
The dialog used for editing/adding annotations

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.

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

AnnotationEditor.DelayedListener eventHandler
The listener for the evnts coming from the document (annotations and annotation sets added or removed). In order to keep the display updated in an efficient manner these events are processed in groups after a short delay and not one by one as they occur. This is based on the assumption that these kinds of events tend to occur in groups (e.g. when a processing resource runs over a document it is likely to generate more than one new annotation).

lock

Object lock
Object used to sychronise all the various threads involved in GUI updating;

tableVisible

boolean tableVisible
Should the table be visible

textVisible

boolean textVisible
Should the text be visible

filtersVisible

boolean filtersVisible
Should the right hand side tree be visible. That tree is used to select what types of annotations are visible in the text display, hence the name filters.

editable

boolean editable
Should this component bahave as an editor as well as an viewer

Class gate.gui.AnnotationEditor.AnnotationsTableModel implements Serializable

Serialized Fields

this$0

AnnotationEditor this$0

Class gate.gui.AnnotationEditor.CustomStyledEditorKit implements Serializable

Serialized Fields

this$0

AnnotationEditor this$0

defaultFactory

ViewFactory defaultFactory

Class gate.gui.AnnotationEditor.DeleteSelectedAnnotationsAction implements Serializable

Serialized Fields

this$0

AnnotationEditor this$0

source

JComponent source

Class gate.gui.AnnotationEditor.EditAnnotationAction implements Serializable

Serialized Fields

this$0

AnnotationEditor this$0

ann

Annotation ann
This represent the annotation to be modified

set

AnnotationSet set
The annotation set that ann belongs

Class gate.gui.AnnotationEditor.NewAnnotationPopupItem implements Serializable

Serialized Fields

this$0

AnnotationEditor this$0

start

int start

end

int end

schema

AnnotationSchema schema

targetAS

AnnotationSet targetAS

Class gate.gui.AnnotationEditor.NewCustomAnnotationPopupItem implements Serializable

Serialized Fields

this$0

AnnotationEditor this$0

start

int start

end

int end

schema

AnnotationSchema schema

targetAS

AnnotationSet targetAS

Class gate.gui.AnnotationEditor.NodeRenderer implements Serializable

Serialized Fields

this$0

AnnotationEditor this$0

selectedBorder

Border selectedBorder

visibleChk

JCheckBox visibleChk

textComponent

JTextPane textComponent

Class gate.gui.AnnotationEditor.SelectAnnotationPopupItem implements Serializable

Serialized Fields

this$0

AnnotationEditor this$0

start

int start

end

int end

set

String set

annotation

Annotation annotation

Class gate.gui.AnnotDiffDialog implements Serializable

Serialized Fields

documentsMap

Map documentsMap
A map from documentName 2 GATE document It is used to display names in combo boxes

typesMap

Map typesMap

falsePozTypes

Set falsePozTypes

mainFrame

MainFrame mainFrame

thisAnnotDiffDialog

AnnotDiffDialog thisAnnotDiffDialog

keyDocComboBox

JComboBox keyDocComboBox

responseDocComboBox

JComboBox responseDocComboBox

typesComboBox

JComboBox typesComboBox

falsePozTypeComboBox

JComboBox falsePozTypeComboBox

keyLabel

JLabel keyLabel

responseLabel

JLabel responseLabel

typesLabel

JLabel typesLabel

falsePozLabel

JLabel falsePozLabel

weightLabel

JLabel weightLabel

weightTextField

JTextField weightTextField

evalButton

JButton evalButton

annotDiff

AnnotationDiff annotDiff

Class gate.gui.AnnotDiffDialog.MyCellRenderer implements Serializable

Serialized Fields

this$0

AnnotDiffDialog this$0

background

Color background

foreground

Color foreground

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

targets

Component[] targets

Class gate.gui.ApperanceDialog.ApplyAction implements Serializable

Serialized Fields

this$0

ApperanceDialog this$0

Class gate.gui.ApperanceDialog.CancelAction implements Serializable

Serialized Fields

this$0

ApperanceDialog this$0

Class gate.gui.ApperanceDialog.OKAction implements Serializable

Serialized Fields

this$0

ApperanceDialog this$0

Class gate.gui.ApplicationViewer implements Serializable

Serialized Fields

controller

SerialController controller

handle

ResourceHandle handle

mainTreeTable

JTreeTable mainTreeTable

mainTTModel

ApplicationViewer.PRsAndParamsTTModel mainTTModel

addMenu

JMenu addMenu

removeMenu

JMenu removeMenu

modulesTable

XJTable modulesTable

modulesTableModel

ApplicationViewer.ModulesTableModel modulesTableModel

addModuleBtn

JButton addModuleBtn

removeModuleBtn

JButton removeModuleBtn

upBtn

JButton upBtn

downBtn

JButton downBtn

runBtn

JButton runBtn

runAction

Action runAction

paramsForPR

Map paramsForPR
maps from ProcessingResource to List of ParameterDisjunction

Class gate.gui.ApplicationViewer.AddPRAction implements Serializable

Serialized Fields

this$0

ApplicationViewer this$0

pr

ProcessingResource pr

Class gate.gui.ApplicationViewer.CustomTreeCellRenderer implements Serializable

Serialized Fields

this$0

ApplicationViewer this$0

Class gate.gui.ApplicationViewer.ModulesTableModel implements Serializable

Serialized Fields

this$0

ApplicationViewer this$0

Class gate.gui.ApplicationViewer.ParameterDisjunctionEditor implements Serializable

Serialized Fields

this$0

ApplicationViewer this$0

combo

JComboBox combo

Class gate.gui.ApplicationViewer.ParameterValueEditor implements Serializable

Serialized Fields

this$0

ApplicationViewer this$0

type

String type

combo

JComboBox combo

textField

JTextField textField

comboUsed

boolean comboUsed

button

JButton button

textButtonBox

Box textButtonBox

Class gate.gui.ApplicationViewer.ParameterValueEditor.ComboRenderer implements Serializable

Serialized Fields

this$1

ApplicationViewer.ParameterValueEditor this$1

Class gate.gui.ApplicationViewer.ParameterValueRenderer implements Serializable

Serialized Fields

this$0

ApplicationViewer this$0

Class gate.gui.ApplicationViewer.PRsAndParamsTTModel implements Serializable

Serialized Fields

this$0

ApplicationViewer this$0

Class gate.gui.ApplicationViewer.RemovePRAction implements Serializable

Serialized Fields

this$0

ApplicationViewer this$0

pr

ProcessingResource pr

Class gate.gui.ApplicationViewer.RunAction implements Serializable

Serialized Fields

this$0

ApplicationViewer this$0

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

resourceType

String resourceType

resourceTypes

Map resourceTypes

className

String className

resourceInterfaces

Set resourceInterfaces

possibleInterfaces

String possibleInterfaces

pathNewProject

String pathNewProject

resourceNameLabel

JLabel resourceNameLabel

resourceNameTextField

JTextField resourceNameTextField

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.CustomAnnotationEditDialog implements Serializable

Serialized Fields

cancelAnnotType

String cancelAnnotType

cancelAnnotFeatureMap

FeatureMap cancelAnnotFeatureMap

annot

Annotation annot

data

CustomAnnotationEditDialog.MyCustomFeatureBearer data

annotationSchemaSet

Set annotationSchemaSet

buttonPressed

int buttonPressed

annotTypeLabel

JLabel annotTypeLabel

annotTypeTextField

JTextField annotTypeTextField

featuresLabel

JLabel featuresLabel

featuresEditor

FeaturesEditor featuresEditor

okButton

JButton okButton

cancelButton

JButton cancelButton

Class gate.gui.DefaultResourceHandle.CloseAction implements Serializable

Serialized Fields

this$0

DefaultResourceHandle this$0

Class gate.gui.DefaultResourceHandle.ReloadAction implements Serializable

Serialized Fields

this$0

DefaultResourceHandle this$0

Class gate.gui.DefaultResourceHandle.SaveAction implements Serializable

Serialized Fields

this$0

DefaultResourceHandle this$0

Class gate.gui.DefaultResourceHandle.SaveAsXmlAction implements Serializable

Serialized Fields

this$0

DefaultResourceHandle this$0

Class gate.gui.DefaultResourceHandle.SaveToAction implements Serializable

Serialized Fields

this$0

DefaultResourceHandle this$0

Class gate.gui.DSHandle.CloseAction implements Serializable

Serialized Fields

this$0

DSHandle this$0

Class gate.gui.DSHandle.DeleteAction implements Serializable

Serialized Fields

this$0

DSHandle this$0

entry

DSHandle.DSEntry entry

Class gate.gui.DSHandle.LoadAction implements Serializable

Serialized Fields

this$0

DSHandle this$0

entry

DSHandle.DSEntry entry

Class gate.gui.FeaturesEditor implements Serializable

Serialized Fields

table

XJTable table

tableModel

FeaturesEditor.FeaturesTableModel tableModel

resource

FeatureBearer resource

features

FeatureMap features

newFeatureField

JTextField newFeatureField

newValueField

JTextField newValueField

addNewBtn

JButton addNewBtn

Class gate.gui.FeaturesEditor.FeaturesTableModel implements Serializable

Serialized Fields

this$0

FeaturesEditor this$0

Class gate.gui.FocusButton implements Serializable

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

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

Class gate.gui.LogArea.ClearAllAction implements Serializable

Serialized Fields

this$0

LogArea this$0

Class gate.gui.LogArea.CopyAction implements Serializable

Serialized Fields

this$0

LogArea this$0

Class gate.gui.LogArea.SelectAllAction implements Serializable

Serialized Fields

this$0

LogArea this$0

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

newLrMenu

JMenu newLrMenu
used in menu bar

newPrMenu

JMenu newPrMenu

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

ApperanceDialog appearanceDialog

animator

MainFrame.CartoonMinder animator

logBlinker

TabBlinker logBlinker

newResourceDialog

NewResourceDialog newResourceDialog

waitDialog

WaitDialog waitDialog

newApplicationAction

MainFrame.NewApplicationAction newApplicationAction

newLRAction

MainFrame.NewLRAction newLRAction

newPRAction

MainFrame.NewPRAction newPRAction

newDSAction

MainFrame.NewDSAction newDSAction

openDSAction

MainFrame.OpenDSAction openDSAction

helpAboutAction

MainFrame.HelpAboutAction helpAboutAction

newAnnotDiffAction

MainFrame.NewAnnotDiffAction newAnnotDiffAction

newBootStrapAction

MainFrame.NewBootStrapAction newBootStrapAction

targets

Component[] targets
all the top level containers of this application; needed for changes of look and feel

Class gate.gui.MainFrame.HelpAboutAction implements Serializable

Serialized Fields

this$0

MainFrame this$0

Class gate.gui.MainFrame.LocaleSelectorMenuItem implements Serializable

Serialized Fields

this$0

MainFrame this$0

myLocale

Locale myLocale

me

JRadioButtonMenuItem me

frame

JFrame frame

Class gate.gui.MainFrame.NewAnnotDiffAction implements Serializable

Serialized Fields

this$0

MainFrame this$0

Class gate.gui.MainFrame.NewApplicationAction implements Serializable

Serialized Fields

this$0

MainFrame this$0

Class gate.gui.MainFrame.NewBootStrapAction implements Serializable

Serialized Fields

this$0

MainFrame this$0

Class gate.gui.MainFrame.NewDSAction implements Serializable

Serialized Fields

this$0

MainFrame this$0

Class gate.gui.MainFrame.NewLRAction implements Serializable

Serialized Fields

this$0

MainFrame this$0

Class gate.gui.MainFrame.NewPRAction implements Serializable

Serialized Fields

this$0

MainFrame this$0

Class gate.gui.MainFrame.NewResourceAction implements Serializable

Serialized Fields

this$0

MainFrame this$0

rData

ResourceData rData

Class gate.gui.MainFrame.OpenDSAction implements Serializable

Serialized Fields

this$0

MainFrame this$0

Class gate.gui.MainFrame.ResourceTreeCellRenderer implements Serializable

Serialized Fields

this$0

MainFrame this$0

Class gate.gui.NewResourceDialog implements Serializable

Serialized Fields

tableModel

NewResourceDialog.ParametersTableModel tableModel

table

XJTable table

tableScroll

JScrollPane tableScroll

parametersCombo

JComboBox parametersCombo

okBtn

JButton okBtn

cancelBtn

JButton cancelBtn

nameField

JTextField nameField

resourceData

ResourceData resourceData

resource

Resource resource

userCanceled

boolean userCanceled

params

ArrayList params

fileChooser

JFileChooser fileChooser

listeners

Map listeners

Class gate.gui.NewResourceDialog.CustomEditor implements Serializable

Serialized Fields

this$0

NewResourceDialog this$0

button

JButton button

textField

JTextField textField

textButtonBox

Box textButtonBox

Class gate.gui.NewResourceDialog.CustomObjectRenderer implements Serializable

Serialized Fields

this$0

NewResourceDialog this$0

button

JButton button

textButtonBox

JPanel textButtonBox

Class gate.gui.NewResourceDialog.ParameterDisjunctionEditor implements Serializable

Serialized Fields

this$0

NewResourceDialog this$0

combo

JComboBox combo

Class gate.gui.NewResourceDialog.ParameterDisjunctionRenderer implements Serializable

Serialized Fields

this$0

NewResourceDialog this$0

Class gate.gui.NewResourceDialog.ParametersTableModel implements Serializable

Serialized Fields

this$0

NewResourceDialog this$0

Class gate.gui.ObjectRenderer implements Serializable

Serialized Fields

button

JButton button

textButtonBox

JPanel textButtonBox

Class gate.gui.Splash implements Serializable

Class gate.gui.STreeNode implements Serializable

Serialized Fields

level

int level

nodeID

int nodeID

start

int start

end

int 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

utteranceOffset

int utteranceOffset

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

unicodeSupportEnabled

boolean unicodeSupportEnabled

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


Package gate.jape

Class gate.jape.BasicPatternElement implements Serializable

Serialized Fields

constraints1

com.objectspace.jgl.Array constraints1
A set of Constraint. Used during parsing.

constraints2

Constraint[] constraints2
A set of Constraint. Used during matching.

constraintsMap

com.objectspace.jgl.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

com.objectspace.jgl.Array 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

com.objectspace.jgl.Array 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

com.objectspace.jgl.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

com.objectspace.jgl.Array 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

com.objectspace.jgl.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.

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.

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

com.objectspace.jgl.HashSet bindingNameSet
A list of all the bindings we made this time, for checking the RHS during parsing.

macrosMap

com.objectspace.jgl.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

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

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

treeTableModel

TreeTableModel treeTableModel
The model for this component

Class gate.swing.JTreeTable.CustomJTree implements Serializable

Serialized Fields

this$0

JTreeTable this$0

Class gate.swing.JTreeTable.TreeTableCellEditor implements Serializable

Serialized Fields

this$0

JTreeTable this$0

editor

TreeCellEditor editor

editorComponent

Component editorComponent

Class gate.swing.JTreeTable.TreeTableCellRenderer implements Serializable

Serialized Fields

this$0

JTreeTable this$0

visibleRow

int visibleRow

Class gate.swing.JTreeTable.TreeTableModelAdapter 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.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

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.XJTable.CustomHeaderRenderer implements Serializable

Serialized Fields

this$0

XJTable this$0

oldRenderer

TableCellRenderer oldRenderer

Class gate.swing.XJTable.TableSorter implements Serializable

Serialized Fields

this$0

XJTable this$0

indexes

int[] indexes

sortingColumns

Vector sortingColumns

Class gate.swing.XJTextPane implements Serializable


Package gate.util

Class gate.util.BumpyStack implements Serializable

Class gate.util.DocumentFormatException implements Serializable

Class gate.util.DumbTokeniser implements Serializable

Serialized Fields

features

FeatureMap features

myListeners

List myListeners

doc

Document doc

annotationSet

AnnotationSet annotationSet

Class gate.util.GateException implements Serializable

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.NoSuchObjectException implements Serializable

Class gate.util.OpenTransactionsException implements Serializable

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.RBTreeMap.SubMap implements Serializable

Serialized Fields

this$0

RBTreeMap this$0

fromStart

boolean fromStart

toEnd

boolean toEnd

fromKey

Object fromKey

toKey

Object toKey

Class gate.util.Scratch.SessionState implements Serializable

Serialized Fields

this$0

Scratch this$0

cr

CreoleRegister cr

dsr

DataStoreRegister dsr

Class gate.util.SimpleFeatureMapImpl implements Serializable


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

Class guk.LocaleSelectorMenuItem implements Serializable

Serialized Fields

myLocale

Locale myLocale

me

JRadioButtonMenuItem me

frame

Frame frame


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