|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package gate |
Class gate.DataStoreRegister extends HashSet implements Serializable |
Class gate.DocumentFormat extends AbstractLanguageResource implements Serializable |
Serialized Fields |
org.w3c.www.mime.MimeType mimeType
Map markupElementsMap
Map element2StringMap
FeatureMap features
Boolean shouldCollectRepositioning
Package gate.annotation |
Class gate.annotation.AnnotationDiff extends AbstractVisualResource implements Serializable |
Serialized Fields |
int maxUnitIncrement
Document keyDocument
String keyAnnotationSetName
Document responseDocument
String responseAnnotationSetName
String responseAnnotationSetNameFalsePoz
AnnotationSchema annotationSchema
Set keyFeatureNamesSet
double precisionStrict
double precisionLenient
double precisionAverage
double recallStrict
double recallLenient
double recallAverage
double falsePositiveStrict
double falsePositiveLenient
double falsePositiveAverage
double fMeasureStrict
double fMeasureLenient
double fMeasureAverage
String annotationTypeForFalsePositive
XJTable diffTable
Set diffSet
Set keyPartiallySet
Set responsePartiallySet
List keyAnnotList
List responseAnnotList
boolean textMode
Color RED
Color GREEN
Color WHITE
Color BLUE
Color YELLOW
int NULL_TYPE
Color BLACK
Color[] colors
JScrollPane scrollPane
long[] typeCounter
Class gate.annotation.AnnotationDiff.AnnotationDiffCellRenderer extends DefaultTableCellRenderer implements Serializable |
Serialized Fields |
Color background
Color foreground
Class gate.annotation.AnnotationDiff.AnnotationDiffTableModel extends AbstractTableModel implements Serializable |
Serialized Fields |
List modelData
Class gate.annotation.AnnotationImpl extends AbstractFeatureBearer implements Serializable |
serialVersionUID: -5658993256574857725l
Serialized Fields |
AnnotationImpl.EventsHandler eventHandler
Integer id
String type
Node start
Node end
Class gate.annotation.AnnotationSetImpl extends AbstractSet implements Serializable |
serialVersionUID: 1479426765310434166l
Serialized Fields |
String name
DocumentImpl doc
HashMap annotsById
Map annotsByType
RBTreeMap nodesByOffset
Map annotsByStartNode
Map annotsByEndNode
Class gate.annotation.AnnotationSetImpl.VerboseHashMap extends HashMap implements Serializable |
serialVersionUID: -4832487354063073511l
Class gate.annotation.CorpusAnnotationDiff extends AbstractVisualResource implements Serializable |
Serialized Fields |
int maxUnitIncrement
Document keyDocument
Corpus keyCorpus
String keyAnnotationSetName
Document responseDocument
Corpus responseCorpus
String responseAnnotationSetName
String responseAnnotationSetNameFalsePoz
AnnotationSchema annotationSchema
Set keyFeatureNamesSet
double precisionStrict
double precisionLenient
double precisionAverage
double recallStrict
double recallLenient
double recallAverage
double falsePositiveStrict
double falsePositiveLenient
double falsePositiveAverage
double fMeasureStrict
double fMeasureLenient
double fMeasureAverage
String annotationTypeForFalsePositive
XJTable diffTable
Set diffSet
Set keyPartiallySet
Set responsePartiallySet
List keyAnnotList
List responseAnnotList
boolean textMode
Color RED
Color GREEN
Color WHITE
Color BLUE
Color YELLOW
int NULL_TYPE
Color BLACK
Color[] colors
JScrollPane scrollPane
int[] typeCounter
Class gate.annotation.CorpusAnnotationDiff.AnnotationDiffCellRenderer extends DefaultTableCellRenderer implements Serializable |
Serialized Fields |
Color background
Color foreground
Class gate.annotation.CorpusAnnotationDiff.AnnotationDiffTableModel extends AbstractTableModel implements Serializable |
Serialized Fields |
List modelData
Class gate.annotation.DatabaseAnnotationSetImpl extends AnnotationSetImpl implements Serializable |
Serialized Fields |
HashSet addedAnnotations
HashSet removedAnnotations
HashSet updatedAnnotations
boolean validating
Class gate.annotation.NodeImpl extends Object implements Serializable |
serialVersionUID: -8240414984367916298l
Serialized Fields |
Integer id
Long offset
Package gate.corpora |
Class gate.corpora.CorpusImpl extends AbstractLanguageResource implements Serializable |
serialVersionUID: -1113142759053898456l
Serialized Fields |
List supportList
Class gate.corpora.CorpusImpl.VerboseList extends AbstractList implements Serializable |
Serialized Fields |
ArrayList data
Class gate.corpora.DatabaseCorpusImpl extends CorpusImpl implements Serializable |
Serialized Fields |
boolean featuresChanged
boolean nameChanged
DatabaseCorpusImpl.EventsHandler eventHandler
List documentData
List removedDocuments
List addedDocuments
Class gate.corpora.DatabaseDocumentImpl extends DocumentImpl implements Serializable |
Serialized Fields |
boolean isContentRead
Object contentLock
Connection jdbcConn
String jdbcSchema
int dbType
boolean contentChanged
boolean featuresChanged
boolean nameChanged
boolean documentChanged
Collection removedAnotationSets
Collection addedAnotationSets
Document parentDocument
int maxAnnotationId
DatabaseDocumentImpl.EventsHandler eventHandler
Class gate.corpora.DocumentContentImpl extends Object implements Serializable |
serialVersionUID: -1426940535575467461l
Serialized Fields |
String content
String originalContent
Class gate.corpora.DocumentData extends Object implements Serializable |
serialVersionUID: 4192762901421847525l
Serialized Fields |
String docName
Object persistentID
Class gate.corpora.DocumentImpl extends AbstractLanguageResource implements Serializable |
serialVersionUID: -8456893608311510260l
Serialized Fields |
Boolean preserveOriginalContent
Boolean collectRepositioningInfo
Annotation crossedOverAnnotation
int nextAnnotationId
int nextNodeId
URL sourceUrl
DocumentContent content
String encoding
Annotation theRootAnnotation
int DOC_SIZE_MULTIPLICATION_FACTOR
int ORDER_ON_START_OFFSET
int ORDER_ON_END_OFFSET
int ORDER_ON_ANNOT_ID
int ASC
int DESC
Long sourceUrlStartOffset
Long sourceUrlEndOffset
AnnotationSet defaultAnnots
Map namedAnnotSets
String stringContent
Boolean markupAware
Class gate.corpora.EmailDocumentFormat extends TextualDocumentFormat implements Serializable |
Class gate.corpora.HtmlDocumentFormat extends TextualDocumentFormat implements Serializable |
Class gate.corpora.RepositioningInfo extends ArrayList implements Serializable |
serialVersionUID: -2895662600168468559l
Class gate.corpora.RepositioningInfo.PositionInfo extends Object implements Serializable |
serialVersionUID: -7747351720249898499l
Serialized Fields |
long m_origPos
long m_origLength
long m_currPos
long m_currLength
Class gate.corpora.RtfDocumentFormat extends TextualDocumentFormat implements Serializable |
Class gate.corpora.SerialCorpusImpl extends AbstractLanguageResource implements Serializable |
serialVersionUID: 3632609241787241616l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
List docDataList
Class gate.corpora.SgmlDocumentFormat extends TextualDocumentFormat implements Serializable |
Class gate.corpora.SynchronisationException extends GateRuntimeException implements Serializable |
Class gate.corpora.TextualDocumentFormat extends DocumentFormat implements Serializable |
Class gate.corpora.XmlDocumentFormat extends TextualDocumentFormat implements Serializable |
Package gate.creole |
Class gate.creole.AbstractController extends AbstractResource implements Serializable |
Serialized Fields |
String name
boolean interrupted
Class gate.creole.AbstractLanguageAnalyser extends AbstractProcessingResource implements Serializable |
Serialized Fields |
Document document
Corpus corpus
Class gate.creole.AbstractLanguageResource extends AbstractResource implements Serializable |
serialVersionUID: 3320133313194786685l
Class gate.creole.AbstractProcessingResource extends AbstractResource implements Serializable |
Serialized Fields |
boolean interrupted
Class gate.creole.AbstractResource extends AbstractFeatureBearer implements Serializable |
serialVersionUID: -9196293927841163321l
Serialized Fields |
String name
Class gate.creole.AbstractVisualResource extends JPanel implements Serializable |
Serialized Fields |
FeatureMap features
Class gate.creole.ANNIETransducer extends Transducer implements Serializable |
Class gate.creole.AnnotationSchema extends AbstractLanguageResource implements Serializable |
Serialized Fields |
String annotationName
Set featureSchemaSet
URL xmlFileUrl
org.jdom.Namespace namespace
Class gate.creole.APFormatExporter extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
List exportedTypes
String dtdFileName
String docId
int entityId
int mentionId
StringBuffer xmlDoc
URL exportFilePath
String source
boolean isSourceWritten
Class gate.creole.ConditionalSerialAnalyserController extends ConditionalSerialController implements Serializable |
Serialized Fields |
Corpus corpus
Class gate.creole.ConditionalSerialController extends SerialController implements Serializable |
Serialized Fields |
List strategiesList
Class gate.creole.CreoleRegisterImpl extends HashMap implements Serializable |
Serialized Fields |
Set directories
Set lrTypes
Set prTypes
List vrTypes
Set controllerTypes
Set toolTypes
Class gate.creole.ExecutionException extends GateException implements Serializable |
Serialized Fields |
Exception exception
Class gate.creole.ExecutionInterruptedException extends ExecutionException implements Serializable |
Class gate.creole.FeatureSchema extends Object implements Serializable |
Serialized Fields |
String featureName
String featureValueClassName
String featureValue
String featureUse
Set featurePermissibleValuesSet
Class gate.creole.GazetteerListsCollector extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
String markupSetName
AnnotationSet allAnnots
List annotationTypes
Gazetteer gazetteer
String theLanguage
HashMap statsPerType
Class gate.creole.OntologyAwareTransducer extends Transducer implements Serializable |
Serialized Fields |
Ontology ontology
Class gate.creole.Parameter extends Object implements Serializable |
Serialized Fields |
String typeName
boolean optional
String itemClassName
Set suffixes
ResourceData resData
String defaultValueString
String comment
String name
boolean runtime
Class paramClass
Class gate.creole.ParameterException extends GateException implements Serializable |
Class gate.creole.ParameterList extends Object implements Serializable |
Serialized Fields |
List runtimeParameters
List initimeParameters
boolean fullyDefaulted
Class gate.creole.POSTagger extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
hepple.postag.POSTagger tagger
URL lexiconURL
URL rulesURL
String inputASName
Class gate.creole.ProtegeProjectName extends AbstractLanguageResource implements Serializable |
Serialized Fields |
URL projectName
edu.stanford.smi.protege.model.KnowledgeBase knBase
Ontology ontotextOntology
URL ontotextOntologyUrl
ProtegeWrapper visualResource
edu.stanford.smi.protege.event.KnowledgeBaseListener _knowledgeBaseListener
Class gate.creole.RDFFormatExporter extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
int exportFormat
List exportedTypes
URL exportFilePath
URL ontologyLocation
Class gate.creole.ResourceData extends AbstractFeatureBearer implements Serializable |
Serialized Fields |
String name
String icon
WeakBumpyStack instantiationStack
List persistantInstantiationList
String className
String interfaceName
Class resourceClass
String jarFileName
URL jarFileUrl
String xmlFileName
URL xmlFileUrl
String comment
ParameterList parameterList
boolean autoLoading
boolean priv
boolean tool
String validityMessage
int guiType
boolean isMainView
String resourceDisplayed
String annotationTypeDisplayed
Class gate.creole.ResourceInstantiationException extends GateException implements Serializable |
Serialized Fields |
Exception exception
Class gate.creole.SerialAnalyserController extends SerialController implements Serializable |
Serialized Fields |
Corpus corpus
Class gate.creole.SerialController extends AbstractController implements Serializable |
Serialized Fields |
List prList
StatusListener sListener
Class gate.creole.Transducer extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
URL grammarURL
Batch batch
String encoding
String inputASName
AnnotationSet
used as input for the transducer.
String outputASName
AnnotationSet
used as output by the transducer.
Class gate.creole.VPChunker extends Transducer implements Serializable |
Package gate.creole.annotdelete |
Class gate.creole.annotdelete.AnnotationDeletePR extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
String markupSetName
List annotationTypes
List setsToKeep
Package gate.creole.annotransfer |
Class gate.creole.annotransfer.AnnotationSetTransfer extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
String tagASName
String outputASName
String inputASName
String textTagName
AnnotationSet bodyAnnotations
List annotationTypes
Package gate.creole.coref |
Class gate.creole.coref.AbstractCoreferencer extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
String coreferenceType
Class gate.creole.coref.Coreferencer extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
PronominalCoref pronominalModule
Class gate.creole.coref.NominalCoref extends AbstractCoreferencer implements Serializable |
Serialized Fields |
String annotationSetName
AnnotationSet defaultAnnotations
HashMap anaphor2antecedent
Class gate.creole.coref.PronominalCoref extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
String annotationSetName
Transducer qtTransducer
Transducer pleonTransducer
AnnotationSet defaultAnnotations
gate.creole.coref.PronominalCoref.Sentence[] textSentences
gate.creole.coref.PronominalCoref.Quote[] quotedText
Annotation[] pleonasticIt
HashMap personGender
HashMap anaphor2antecedent
boolean resolveIt
Package gate.creole.dumpingPR |
Class gate.creole.dumpingPR.DumpingPR extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
List annotationTypes
List dumpTypes
String annotationSetName
boolean includeFeatures
boolean useStandOffXML
String suffixForDumpFiles
boolean useSuffixForDumpFiles
URL outputFileUrl
Package gate.creole.gazetteer |
Class gate.creole.gazetteer.AbstractGazetteer extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
Set listeners
String annotationSetName
FeatureMap features
String encoding
URL listsURL
Boolean caseSensitive
Boolean wholeWordsOnly
LinearDefinition definition
MappingDefinition mappingDefinition
Class gate.creole.gazetteer.AbstractOntoGazetteer extends AbstractGazetteer implements Serializable |
Serialized Fields |
URL mappingURL
String gazetteerName
Gazetteer gaz
Class gate.creole.gazetteer.DefaultGazetteer extends AbstractGazetteer implements Serializable |
Serialized Fields |
Map listsByNode
FSMState initialState
Set fsmStates
Class gate.creole.gazetteer.GazetteerEvent extends GateEvent implements Serializable |
Class gate.creole.gazetteer.GazetteerException extends GateException implements Serializable |
Class gate.creole.gazetteer.GazetteerList extends AbstractLanguageResource implements Serializable |
Serialized Fields |
URL url
String encoding
int mode
boolean isModified
List entries
String content
Class gate.creole.gazetteer.InvalidFormatException extends GateException implements Serializable |
Serialized Fields |
String file
URL url
Class gate.creole.gazetteer.LinearDefinition extends AbstractLanguageResource implements Serializable |
Serialized Fields |
List nodes
URL url
List lists
String encoding
Map nodesByList
Map gazListsByNode
boolean isModified
Class gate.creole.gazetteer.Lookup extends Object implements Serializable |
Serialized Fields |
String majorType
String minorType
String languages
String oClass
String ontology
String list
Class gate.creole.gazetteer.MappingDefinition extends AbstractLanguageResource implements Serializable |
Serialized Fields |
List nodes
URL url
Set lists
Map nodesByList
Class gate.creole.gazetteer.OntoGazetteerImpl extends AbstractOntoGazetteer implements Serializable |
Package gate.creole.ir |
Class gate.creole.ir.DefaultIndexDefinition extends Object implements Serializable |
serialVersionUID: 2925395897153647322l
Serialized Fields |
List fields
String location
String irEngineClassName
Class gate.creole.ir.DocumentContentReader extends Object implements Serializable |
serialVersionUID: 8153172894016295950l
Class gate.creole.ir.FeatureReader extends Object implements Serializable |
serialVersionUID: -2831603184521440396l
Serialized Fields |
String featureName
Class gate.creole.ir.IndexException extends Exception implements Serializable |
Class gate.creole.ir.IndexField extends Object implements Serializable |
serialVersionUID: 3632609241787241616l
Serialized Fields |
String fieldName
PropertyReader propReader
boolean isPreseved
Class gate.creole.ir.SearchException extends Exception implements Serializable |
Class gate.creole.ir.SearchPR extends AbstractProcessingResource implements Serializable |
Serialized Fields |
IndexedCorpus corpus
String query
String searcherClassName
QueryResultList resultList
int limit
List fieldNames
Search searcher
Package gate.creole.ml |
Class gate.creole.ml.Attribute extends Object implements Serializable |
Serialized Fields |
boolean isClass
String name
String type
String feature
List values
int position
Class gate.creole.ml.DatasetDefintion extends Object implements Serializable |
Serialized Fields |
List attributes
Attribute classAttribute
String instanceType
int classIndex
Class gate.creole.ml.MachineLearningPR extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
URL configFileURL
DatasetDefintion datasetDefinition
MLEngine engine
String inputASName
AnnotationSet annotationSet
List annotations
List actionList
gate.creole.ml.MachineLearningPR.Cache cache
Boolean training
Package gate.creole.ml.weka |
Class gate.creole.ml.weka.StringToNominalFilter extends weka.filters.Filter implements Serializable |
Serialized Fields |
String[] options
List attributesData
Class gate.creole.ml.weka.StringToNominalFilter.AttributeData extends Object implements Serializable |
Serialized Fields |
int index
int maxCount
String method
Class gate.creole.ml.weka.Wrapper.LoadModelAction extends AbstractAction implements Serializable |
Class gate.creole.ml.weka.Wrapper.SaveDatasetAsArffAction extends AbstractAction implements Serializable |
Class gate.creole.ml.weka.Wrapper.SaveModelAction extends AbstractAction implements Serializable |
Package gate.creole.nerc |
Class gate.creole.nerc.EntityDescriptor extends Object implements Serializable |
Serialized Fields |
String string
String category
int[] offsets
Class gate.creole.nerc.EntitySet extends AbstractSet implements Serializable |
Serialized Fields |
String fileName
Set myEntities
Package gate.creole.orthomatcher |
Class gate.creole.orthomatcher.OrthoMatcher extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
String annotationSetName
List annotationTypes
String organizationType
String personType
String unknownType
boolean extLists
boolean matchingUnknowns
boolean allMatchingNeeded
boolean caseSensitive
FeatureMap queryFM
HashMap alias
HashSet cdg
HashMap spur_match
HashMap def_art
HashMap connector
HashMap prepos
AnnotationSet nameAllAnnots
HashMap processedAnnots
HashMap annots2Remove
List matchesDocFeature
HashMap tokensMap
Annotation shortAnnot
Annotation longAnnot
ArrayList tokensLongAnnot
ArrayList tokensShortAnnot
FeatureMap tempMap
URL definitionFileURL
String encoding
Package gate.creole.ontology |
Class gate.creole.ontology.InvalidFormatException extends GateException implements Serializable |
Serialized Fields |
String file
URL url
Class gate.creole.ontology.NoSuchClosureTypeException extends GateException implements Serializable |
Serialized Fields |
byte type
Package gate.creole.splitter |
Class gate.creole.splitter.SentenceSplitter extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
DefaultGazetteer gazetteer
Transducer transducer
URL transducerURL
String encoding
URL gazetteerListsURL
String inputASName
String outputASName
Package gate.creole.tokeniser |
Class gate.creole.tokeniser.DefaultTokeniser extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
SimpleTokeniser tokeniser
Transducer transducer
URL tokeniserRulesURL
String encoding
URL transducerGrammarURL
String annotationSetName
Class gate.creole.tokeniser.InvalidRuleException extends TokeniserException implements Serializable |
Class gate.creole.tokeniser.SimpleTokeniser extends AbstractLanguageAnalyser implements Serializable |
Serialized Fields |
FeatureMap features
String annotationSetName
FSMState initialState
Set fsmStates
DFSMState dInitialState
Set dfsmStates
String rulesResourceName
URL rulesURL
String encoding
Class gate.creole.tokeniser.TokeniserException extends GateException implements Serializable |
Package gate.event |
Class gate.event.AnnotationEvent extends GateEvent implements Serializable |
Class gate.event.AnnotationSetEvent extends GateEvent implements Serializable |
Serialized Fields |
Document sourceDocument
Annotation annotation
Class gate.event.CorpusEvent extends GateEvent implements Serializable |
Serialized Fields |
Document document
int documentIndex
Class gate.event.CreoleEvent extends GateEvent implements Serializable |
Serialized Fields |
Resource resource
DataStore datastore
Class gate.event.DatastoreEvent extends GateEvent implements Serializable |
Serialized Fields |
Resource resource
Object resourceID
Class gate.event.DocumentEvent extends GateEvent implements Serializable |
Serialized Fields |
String annotationSetName
Class gate.event.GateEvent extends EventObject implements Serializable |
Serialized Fields |
int type
Class gate.event.ObjectModificationEvent extends GateEvent implements Serializable |
Package gate.fsm |
Class gate.fsm.FSM extends Object implements Serializable |
Serialized Fields |
State initialState
String transducerName
Class gate.fsm.FSMInstance extends Object implements Serializable |
Serialized Fields |
FSM supportGraph
State FSMPosition
Node AGPosition
Node startNode
HashMap bindings
long length
int fileIndex
Document document
int priority
Class gate.fsm.State extends Object implements Serializable |
Serialized Fields |
SimpleArraySet transitions
boolean isFinal
RightHandSide action
int myIndex
int fileIndex
int priority
Class gate.fsm.Transition extends Object implements Serializable |
Serialized Fields |
BasicPatternElement constraints
State target
LinkedList bindings
int myIndex
Package gate.gui |
Class gate.gui.AppearanceDialog extends JDialog implements Serializable |
Serialized Fields |
JRadioButton menusRBtn
JRadioButton componentsRBtn
JRadioButton textComponentsRBtn
JFontChooser fontChooser
JButton okBtn
JButton applyBtn
JButton cancelBtn
ButtonGroup bGroup
Font menusFont
Font componentsFont
Font textComponentsFont
Font oldMenusFont
Font oldComponentsFont
Font oldTextComponentsFont
String currentFont
Component[] targets
Class gate.gui.BooleanRenderer extends DefaultTableCellRenderer implements Serializable |
Class gate.gui.BootStrapDialog extends JDialog implements Serializable |
Serialized Fields |
MainFrame mainFrame
BootStrapDialog thisBootStrapDialog
BootStrap bootStrapWizard
String resourceName
String packageName
String resourceType
Map resourceTypes
String className
Set resourceInterfaces
String possibleInterfaces
String pathNewProject
JLabel resourceNameLabel
JTextField resourceNameTextField
JLabel packageNameLabel
JTextField packageNameTextField
JLabel resourceTypesLabel
JComboBox resourceTypesComboBox
JLabel classNameLabel
JTextField classNameTextField
JLabel interfacesLabel
JTextField interfacesTextField
JLabel chooseFolderLabel
JTextField chooseFolderTextField
JButton chooseFolderButton
JButton createResourceButton
JButton cancelButton
JFileChooser fileChooser
Class gate.gui.CollectionSelectionDialog extends JDialog implements Serializable |
Serialized Fields |
DefaultListModel sourceListModel
DefaultListModel targetListModel
int buttonPressed
JButton removeButton
JButton addButton
JList sourceList
JList targetList
JButton okButton
JButton cancelButton
JLabel sourceLabel
JLabel targetLabel
Frame mainFrame
Class gate.gui.CorpusEditor extends AbstractVisualResource implements Serializable |
Serialized Fields |
JList documentsList
CorpusEditor.DocumentListCellRenderer listRenderer
FeaturesEditor featuresEditor
JToolBar toolbar
Corpus corpus
DefaultListModel docListModel
Class gate.gui.CorpusFillerComponent extends JPanel implements Serializable |
Serialized Fields |
JTextField urlTextField
JButton filerBtn
JTextField extensionsTextField
JButton listEditBtn
JCheckBox recurseCheckBox
JTextField encodingTextField
List extensions
Class gate.gui.CreateIndexDialog extends JDialog implements Serializable |
Serialized Fields |
IndexedCorpus ic
JPanel panel1
JLabel indexTypeLabel
JComboBox jComboIType
JLabel locationLabel
JTextField locationTextField
JButton browse
JLabel featureLable
JTextField featureTextField
JList jList1
JScrollPane scrollPane
JButton addButton
JCheckBox content
JButton createButton
JButton cancelButton
GridBagLayout gridBagLayout1
Vector fields
Class gate.gui.CreateIndexGUI extends JPanel implements Serializable |
Serialized Fields |
JComboBox irEngineCombo
JTextField indexLocationTextField
JCheckBox useContentChk
JTextField featuresListTextField
List featuresList
SortedMap engineByName
Class gate.gui.CreateIndexGUI.EditFeatureListAction extends AbstractAction implements Serializable |
Class gate.gui.CreateIndexGUI.SelectDirAction extends AbstractAction implements Serializable |
Class gate.gui.DocumentEditor extends AbstractVisualResource implements Serializable |
Serialized Fields |
Document document
Document
currently displayed.
ColorGenerator colGenerator
JTextPane textPane
JScrollPane textScroll
XJTable annotationsTable
gate.gui.DocumentEditor.AnnotationsTableModel annotationsTableModel
JScrollPane tableScroll
JSplitPane leftSplit
JSplitPane rightSplit
JSplitPane mainSplit
JTree stylesTree
JToolBar toolbar
JScrollPane stylesTreeScroll
DefaultMutableTreeNode stylesTreeRoot
DefaultTreeModel stylesTreeModel
gate.gui.DocumentEditor.SearchDialog searchDialog
TextAttributesChooser styleChooser
JTree corefTree
DefaultMutableTreeNode corefTreeRoot
DefaultTreeModel corefTreeModel
JScrollPane corefScroll
Box progressBox
JProgressBar
used to keep the user
entertained while the text display is being updated
JProgressBar progressBar
Highlighter highlighter
Highlighter selectionHighlighter
AnnotationEditor#highlighter
as using two different
highlighters on the same text component is looking for trouble.
DocumentEditor.SelectionBlinker selectionBlinker
Handle myHandle
List data
List ranges
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.
Map typeDataMap
AnnotationEditor.TypeData
Maps from String to Map to AnnotationEditor.TypeData
.
DocumentEditor.EventsHandler eventHandler
Object lock
boolean editable
JToggleButton textVisibleBtn
JToggleButton typesTreeVisibleBtn
JToggleButton annotationsTableVisibleBtn
JToggleButton coreferenceVisibleBtn
boolean annotationsTableVisible
boolean coreferenceVisible
boolean textVisible
boolean typesTreeVisible
boolean corefOptionAvailable
int MAX_LINE_SIZE
Vector longLinesCorrectionPositions
Class gate.gui.DocumentEditor.AnnotationsTableModel extends AbstractTableModel implements Serializable |
Class gate.gui.DocumentEditor.CustomStyledEditorKit extends StyledEditorKit implements Serializable |
Serialized Fields |
ViewFactory defaultFactory
Class gate.gui.DocumentEditor.DeleteSelectedAnnotationsAction extends AbstractAction implements Serializable |
Serialized Fields |
JComponent source
Class gate.gui.DocumentEditor.EditAnnotationAction extends AbstractAction implements Serializable |
Serialized Fields |
AnnotationSet set
Annotation annotation
Class gate.gui.DocumentEditor.HighlightAnnotationMenu extends JMenu implements Serializable |
Serialized Fields |
int start
int end
AnnotationSet set
String setName
Annotation annotation
Object highlight
Class gate.gui.DocumentEditor.PrintAction extends AbstractAction implements Serializable |
Class gate.gui.DocumentEditor.SearchAction extends AbstractAction implements Serializable |
Class gate.gui.DocumentEditor.SearchDialog extends JDialog implements Serializable |
Serialized Fields |
JTextField patternTextField
JCheckBox ignoreCaseChk
JCheckBox wholeWordsChk
gnu.regexp.RE patternRE
int nextMatchStartsFrom
String content
Action findFirstAction
Action findNextAction
Action cancelAction
Class gate.gui.FeaturesEditor extends AbstractVisualResource implements Serializable |
Serialized Fields |
XJTable table
FeaturesEditor.FeaturesTableModel tableModel
FeatureBearer resource
FeatureMap features
JTextField newFeatureField
JTextField newValueField
JButton addNewBtn
JButton delBtn
Class gate.gui.HelpFrame extends JFrame implements Serializable |
Serialized Fields |
XJEditorPane textPane
JToolBar toolBar
JLabel status
Class gate.gui.ListEditorDialog extends JDialog implements Serializable |
Serialized Fields |
String itemType
Class itemTypeClass
JList listComponent
JComboBox combo
JTextField textField
JButton removeBtn
JButton addBtn
JButton moveUpBtn
JButton moveDownBtn
DefaultListModel listModel
listComponent
boolean finiteType
Action addAction
Action removeAction
JButton okButton
JButton cancelButton
boolean userCancelled
Class gate.gui.ListEditorDialog.AddAction extends AbstractAction implements Serializable |
Class gate.gui.ListEditorDialog.RemoveAction extends AbstractAction implements Serializable |
Class gate.gui.ListEditorDialog.ResourceComboModel extends AbstractListModel implements Serializable |
Serialized Fields |
Object selectedItem
Class gate.gui.LogArea extends XJTextPane implements Serializable |
Serialized Fields |
LogArea thisLogArea
JPopupMenu popup
PrintStream originalOut
PrintStream originalErr
gate.gui.LogArea.SelectAllAction selectAllAction
gate.gui.LogArea.CopyAction copyAction
gate.gui.LogArea.ClearAllAction clearAllAction
Class gate.gui.LogArea.ClearAllAction extends AbstractAction implements Serializable |
Class gate.gui.LogArea.CopyAction extends AbstractAction implements Serializable |
Class gate.gui.LogArea.SelectAllAction extends AbstractAction implements Serializable |
Class gate.gui.MainFrame extends JFrame implements Serializable |
Serialized Fields |
JMenuBar menuBar
JSplitPane mainSplit
JSplitPane leftSplit
JLabel statusBar
JProgressBar progressBar
XJTabbedPane mainTabbedPane
JScrollPane projectTreeScroll
JScrollPane lowerScroll
JPopupMenu appsPopup
JPopupMenu dssPopup
JPopupMenu lrsPopup
JPopupMenu prsPopup
JMenu newLrsPopupMenu
JMenu newPrsPopupMenu
JMenu newAppPopupMenu
JMenu newLrMenu
JMenu newPrMenu
JMenu newAppMenu
JMenu loadANNIEMenu
JButton stopBtnx
Action stopActionx
JTree resourcesTree
JScrollPane resourcesTreeScroll
DefaultTreeModel resourcesTreeModel
DefaultMutableTreeNode resourcesTreeRoot
DefaultMutableTreeNode applicationsRoot
DefaultMutableTreeNode languageResourcesRoot
DefaultMutableTreeNode processingResourcesRoot
DefaultMutableTreeNode datastoresRoot
Splash splash
LogArea logArea
JScrollPane logScroll
JToolBar toolbar
AppearanceDialog appearanceDialog
OptionsDialog optionsDialog
MainFrame.CartoonMinder animator
TabHighlighter logHighlighter
NewResourceDialog newResourceDialog
WaitDialog waitDialog
MainFrame.NewDSAction newDSAction
MainFrame.OpenDSAction openDSAction
MainFrame.HelpAboutAction helpAboutAction
MainFrame.NewAnnotDiffAction newAnnotDiffAction
MainFrame.NewCorpusAnnotDiffAction newCorpusAnnotDiffAction
MainFrame.NewBootStrapAction newBootStrapAction
MainFrame.NewCorpusEvalAction newCorpusEvalAction
MainFrame.GenerateStoredCorpusEvalAction generateStoredCorpusEvalAction
MainFrame.StoredMarkedCorpusEvalAction storedMarkedCorpusEvalAction
MainFrame.CleanMarkedCorpusEvalAction cleanMarkedCorpusEvalAction
MainFrame.VerboseModeCorpusEvalToolAction verboseModeCorpusEvalToolAction
MainFrame.NewOntologyEditorAction newOntologyEditorAction
MainFrame.NewGazetteerEditorAction newGazetteerEditorAction
boolean titleChangable
Class gate.gui.MainFrame.ResourcesTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable |
Class gate.gui.MainFrame.ResourcesTreeModel extends DefaultTreeModel implements Serializable |
Class gate.gui.NameBearerHandle.DumpPreserveFormatAction extends AbstractAction implements Serializable |
Class gate.gui.NewResourceDialog extends JDialog implements Serializable |
Serialized Fields |
JButton okBtn
JButton cancelBtn
JTextField nameField
ResourceParametersEditor parametersEditor
JScrollPane tableScroll
ResourceData resourceData
Resource resource
boolean userCanceled
Class gate.gui.ObjectRenderer extends DefaultTableCellRenderer implements Serializable |
Serialized Fields |
JPanel textButtonBox
Class gate.gui.OkCancelDialog extends JDialog implements Serializable |
Serialized Fields |
JButton okButton
JButton cancelButton
boolean userHasPressedOK
Class gate.gui.OptionsDialog extends JDialog implements Serializable |
Serialized Fields |
JTabbedPane mainTabbedPane
JButton okButton
OKAction
JButton cancelButton
JRadioButton textBtn
String selectedFontBtn
JRadioButton menuBtn
JRadioButton otherCompsBtn
ButtonGroup fontBG
JFontChooser fontChooser
JCheckBox saveOptionsChk
JCheckBox saveSessionChk
JCheckBox includeFeaturesOnPreserveFormatChk
JCheckBox addSpaceOnMarkupUnpackChk
String lookAndFeelClassName
Font menusFont
Font textComponentsFont
Font componentsFont
boolean dirtyGUI
JComboBox lnfCombo
Class gate.gui.OracleDatastoreViewer extends JTree implements Serializable |
Serialized Fields |
DefaultMutableTreeNode treeRoot
DefaultTreeModel treeModel
DataStore datastore
NameBearerHandle myHandle
FeatureMap features
Class gate.gui.ProtegeWrapper extends AbstractVisualResource implements Serializable |
Serialized Fields |
ProtegeProjectName projectFileName
JRootPane protegeRootPane
Handle myHandle
Class gate.gui.PRViewer extends AbstractVisualResource implements Serializable |
Serialized Fields |
ResourceParametersEditor editor
Class gate.gui.ResourceParametersEditor extends XJTable implements Serializable |
Serialized Fields |
gate.gui.ResourceParametersEditor.ParametersTableModel tableModel
Resource resource
List parameterDisjunctions
ParameterDisjunction
boolean editable
Class gate.gui.ResourceParametersEditor.ParametersTableModel extends AbstractTableModel implements Serializable |
Class gate.gui.ResourceRenderer extends JLabel implements Serializable |
Class gate.gui.SchemaAnnotationEditor extends AbstractVisualResource implements Serializable |
Serialized Fields |
List currentAnnotationSchemaList
AnnotationSet currentAnnotSet
Annotation currentAnnot
Long currentStartOffset
Long currentEndOffset
AnnotationSchema currentAnnotSchema
FeatureMap currentAnnotFeaturesMap
FeatureMap responseMap
gate.gui.SchemaAnnotationEditor.FeaturesTableModel tableModel
Map name2featureSchemaMap
Map name2annotSchemaMap
DefaultListModel listModel
JTable featuresTable
JScrollPane featuresTableScroll
JList featureSchemaList
JScrollPane featuresListScroll
JButton removeFeatButton
JButton addFeatButton
JComboBox annotSchemaComboBox
SchemaAnnotationEditor.InnerFeaturesEditor featuresEditor
Class gate.gui.SchemaAnnotationEditor.FeaturesTableModel extends AbstractTableModel implements Serializable |
Serialized Fields |
ArrayList data
Class gate.gui.SearchPRViewer extends AbstractVisualResource implements Serializable |
Serialized Fields |
SearchPR target
XJTable resultsTable
gate.gui.SearchPRViewer.ResultsTableModel resultsTableModel
List results
QueryResult
objects returned by the
search.
Class gate.gui.SearchPRViewer.FloatRenderer extends JProgressBar implements Serializable |
Serialized Fields |
NumberFormat numberFormat
Class gate.gui.SearchPRViewer.ResultsTableModel extends AbstractTableModel implements Serializable |
Class gate.gui.SerialControllerEditor extends AbstractVisualResource implements Serializable |
Serialized Fields |
SerialController controller
Handle handle
Handle
that created this view
List actionList
XJTable loadedPRsTable
SerialControllerEditor.LoadedPRsTableModel loadedPRsTableModel
loadedPRsTable
JTable.
XJTable memberPRsTable
SerialControllerEditor.MemberPRsTableModel memberPRsTableModel
memberPRsTable
JButton addButon
JButton removeButton
JButton moveUpButton
JButton moveDownButton
ResourceParametersEditor parametersEditor
JPanel parametersPanel
parametersEditor
TitledBorder parametersBorder
parametersPanel
JPanel strategyPanel
TitledBorder strategyBorder
JRadioButton yes_RunRBtn
JRadioButton no_RunRBtn
JRadioButton conditional_RunRBtn
ButtonGroup runBtnGrp
JTextField featureNameTextField
JTextField featureValueTextField
JComboBox corpusCombo
gate.gui.SerialControllerEditor.CorporaComboModel corpusComboModel
JMenu addMenu
JMenu removeMenu
SerialControllerEditor.RunAction runAction
boolean analyserMode
boolean conditionalMode
ProcessingResource selectedPR
RunningStrategy selectedPRRunStrategy
Class gate.gui.SerialControllerEditor.CorporaComboModel extends AbstractListModel implements Serializable |
Serialized Fields |
Object selectedItem
Class gate.gui.SerialDatastoreViewer extends JTree implements Serializable |
Serialized Fields |
DefaultMutableTreeNode treeRoot
DefaultTreeModel treeModel
DataStore datastore
NameBearerHandle myHandle
FeatureMap features
Class gate.gui.ShellSlacFrame extends MainFrame implements Serializable |
Serialized Fields |
CorpusController application
Corpus corpus
Corpus oneDocCorpus
DataStore dataStore
Action saveAction
Action runOneAction
Action runAction
CorpusFillerComponent corpusFiller
Class gate.gui.Splash extends JWindow implements Serializable |
Class gate.gui.STreeNode extends DefaultMutableTreeNode implements Serializable |
Serialized Fields |
int level
int nodeID
long start
long end
Annotation annot
Class gate.gui.SyntaxTreeViewer extends AbstractVisualResource implements Serializable |
Serialized Fields |
boolean laidOut
int horizButtonGap
int vertButtonGap
int extraButtonWidth
int maxUnitIncrement
BorderLayout borderLayout1
JPopupMenu popup
Color buttonBackground
Color selectedNodeColor
HashSet lines
Annotation utterance
Long utteranceStartOffset
Long utteranceEndOffset
AnnotationSet currentSet
String tokenType
String displayedString
String treeNodeAnnotationType
String textAnnotationType
HashMap leaves
HashMap nonTerminals
HashMap buttons
Vector selection
AnnotationSet treeAnnotations
Document document
boolean utteranceAdded
Class gate.gui.TextAttributesChooser extends JDialog implements Serializable |
Serialized Fields |
JComboBox fontFamilyCombo
JComboBox fontSizeCombo
JCheckBox boldChk
JCheckBox italicChk
JCheckBox underlineChk
JCheckBox subscriptChk
JCheckBox superscriptChk
JCheckBox strikethroughChk
JCheckBox useForegroundChk
JCheckBox useBackgroundChk
JColorChooser fgChooser
JColorChooser bgChooser
JTextPane sampleText
JButton okButton
JButton cancelButton
MutableAttributeSet currentStyle
boolean choice
Class gate.gui.UnrestrictedAnnotationEditor extends AbstractVisualResource implements Serializable |
Serialized Fields |
AnnotationSet currentAnnotSet
Annotation currentAnnot
Long currentStartOffset
Long currentEndOffset
UnrestrictedAnnotationEditor.MyCustomFeatureBearer data
JLabel annotTypeLabel
JTextField annotTypeTextField
JLabel featuresLabel
FeaturesEditor featuresEditor
Class gate.gui.UserGroupEditor extends JComponent implements Serializable |
Serialized Fields |
JPanel jPanel1
JPanel jPanel2
JList firstList
JList secondList
CardLayout cardLayout1
JRadioButton displayUsersFirst
JRadioButton displayGroupsFirst
Session session
AccessController controller
boolean usersFirst
JButton exitButton
JPopupMenu userMenu
JPopupMenu groupMenu
Class gate.gui.UserGroupEditor.Add2GroupAction extends AbstractAction implements Serializable |
Serialized Fields |
JList source
Class gate.gui.UserGroupEditor.AddGroupAction extends AbstractAction implements Serializable |
Serialized Fields |
JList source
Class gate.gui.UserGroupEditor.AddUserAction extends AbstractAction implements Serializable |
Serialized Fields |
JList source
Class gate.gui.UserGroupEditor.ChangePasswordAction extends AbstractAction implements Serializable |
Serialized Fields |
JList source
Class gate.gui.UserGroupEditor.CreateUserAction extends AbstractAction implements Serializable |
Serialized Fields |
JList source
Class gate.gui.UserGroupEditor.DeleteGroupAction extends AbstractAction implements Serializable |
Serialized Fields |
JList source
Class gate.gui.UserGroupEditor.DeleteUserAction extends AbstractAction implements Serializable |
Serialized Fields |
JList source
Class gate.gui.UserGroupEditor.RemoveFromGroupAction extends AbstractAction implements Serializable |
Serialized Fields |
JList source
Class gate.gui.UserGroupEditor.RemoveUserAction extends AbstractAction implements Serializable |
Serialized Fields |
JList source
Class gate.gui.UserGroupEditor.RenameGroupAction extends AbstractAction implements Serializable |
Serialized Fields |
JList source
Class gate.gui.UserGroupEditor.RenameUserAction extends AbstractAction implements Serializable |
Serialized Fields |
JList source
Package gate.jape |
Class gate.jape.BasicPatternElement extends PatternElement implements Serializable |
Serialized Fields |
ArrayList constraints1
Constraint[] constraints2
HashMap constraintsMap
int lastFailurePoint
AnnotationSet matchedAnnots
Class gate.jape.Batch extends Object implements Serializable |
Serialized Fields |
URL japeURL
String encoding
Transducer transducer
boolean verbose
FeatureMap features
Class gate.jape.ComplexPatternElement extends PatternElement implements Serializable |
Serialized Fields |
int kleeneOp
String bindingName
ConstraintGroup constraintGroup
Class gate.jape.Constraint extends Object implements Serializable |
Serialized Fields |
String annotType
boolean negated
FeatureMap attrs1
JdmAttribute[] attrs2
Class gate.jape.ConstraintGroup extends PatternElement implements Serializable |
Serialized Fields |
ArrayList patternElementDisjunction1
PatternElement[][] patternElementDisjunction2
ArrayList currentConjunction
Class gate.jape.JapeException extends GateException implements Serializable |
Class gate.jape.JdmAttribute extends Object implements Serializable |
Serialized Fields |
String name
Object value
Class gate.jape.JdmException extends GateException implements Serializable |
Class gate.jape.LeftHandSide extends Object implements Serializable |
Serialized Fields |
ConstraintGroup constraintGroup
HashMap bindingTable
boolean hasMatched
Class gate.jape.MultiPhaseTransducer extends Transducer implements Serializable |
Serialized Fields |
ArrayList phases
Class gate.jape.MutableInteger extends Object implements Serializable |
Serialized Fields |
int value
Class gate.jape.PatternElement extends Object implements Serializable |
Serialized Fields |
Stack matchHistory
Class gate.jape.PrioritisedRuleList extends ArrayList implements Serializable |
Class gate.jape.RightHandSide extends Object implements Serializable |
Serialized Fields |
StringBuffer actionClassString
byte[] actionClassBytes
String actionClassName
String actionClassQualifiedName
String actionClassJavaFileName
String actionClassClassFileName
HashSet blockNames
LeftHandSide lhs
String nl
String phaseName
String ruleName
Class gate.jape.Rule extends Transducer implements Serializable |
Serialized Fields |
LeftHandSide lhs
RightHandSide rhs
int priority
int position
int pendingPosition
boolean weFinished
Class gate.jape.SinglePhaseTransducer extends Transducer implements Serializable |
Serialized Fields |
int ruleApplicationStyle
PrioritisedRuleList rules
FSM fsm
HashMap optionSettings
boolean finishedAlready
Set input
Class gate.jape.Transducer extends Object implements Serializable |
Serialized Fields |
String name
Ontology ontology
boolean interrupted
boolean debugMode
URL baseURL
Package gate.jape.parser |
Class gate.jape.parser.ParseCpsl extends Object implements Serializable |
Serialized Fields |
int ruleNumber
HashSet bindingNameSet
HashMap macrosMap
URL baseURL
String encoding
ParseCpslTokenManager token_source
ASCII_CharStream jj_input_stream
Token token
Token jj_nt
Token jj_scanpos
Token jj_lastpos
int jj_la
boolean lookingAhead
boolean jj_semLA
int jj_gen
int[] jj_la1
int[] jj_la1_0
int[] jj_la1_1
ParseCpsl.JJCalls[] jj_2_rtns
boolean jj_rescan
int jj_gc
Vector jj_expentries
int[] jj_expentry
int jj_kind
int[] jj_lasttokens
int jj_endpos
Class gate.jape.parser.ParseException extends Exception implements Serializable |
Serialized Fields |
boolean specialConstructor
Token currentToken
int[][] expectedTokenSequences
String[] tokenImage
String eol
Class gate.jape.parser.TokenMgrError extends Error implements Serializable |
Serialized Fields |
int errorCode
Package gate.persist |
Class gate.persist.JDBCDataStore extends AbstractFeatureBearer implements Serializable |
Serialized Fields |
String dbURL
String dbSchema
int dbType
String datastoreComment
String iconName
String dbID
Session session
String name
Class gate.persist.OracleDataStore extends JDBCDataStore implements Serializable |
Class gate.persist.PersistenceException extends GateException implements Serializable |
Class gate.persist.PostgresDataStore extends JDBCDataStore implements Serializable |
Class gate.persist.SerialDataStore extends AbstractFeatureBearer implements Serializable |
Serialized Fields |
String name
File storageDir
String versionNumber
String[] protocolVersionNumbers
boolean autoSaving
Package gate.security |
Class gate.security.SecurityException extends GateException implements Serializable |
Package gate.swing |
Class gate.swing.JFontChooser extends JPanel implements Serializable |
Serialized Fields |
JComboBox familyCombo
JCheckBox italicChk
JCheckBox boldChk
JComboBox sizeCombo
JTextArea sampleTextArea
Font fontValue
Class gate.swing.JTreeTable extends XJTable implements Serializable |
Serialized Fields |
JTreeTable.CustomJTree tree
TreeTableModel treeTableModel
Class gate.swing.JTreeTable.TreeTableCellRenderer extends DefaultTableCellRenderer implements Serializable |
Class gate.swing.MenuLayoutTest extends JFrame implements Serializable |
Class gate.swing.TableMap extends AbstractTableModel implements Serializable |
Serialized Fields |
TableModel model
Class gate.swing.WaitDialog extends JWindow implements Serializable |
Serialized Fields |
Box centerBox
boolean stop
BorderLayout borderLayout1
Frame frame
JLabel picture
Icon icon
Class gate.swing.XJEditorPane extends JEditorPane implements Serializable |
Serialized Fields |
LinkedList backUrls
LinkedList forwardUrls
Action backAction
Action forwardAction
Class gate.swing.XJMenu extends JMenu implements Serializable |
Class gate.swing.XJMenuItem extends JMenuItem implements Serializable |
Serialized Fields |
StatusListener listener
String description
Class gate.swing.XJPopupMenu extends JPopupMenu implements Serializable |
Class gate.swing.XJTabbedPane extends JTabbedPane implements Serializable |
Class gate.swing.XJTable extends JTable implements Serializable |
Serialized Fields |
XJTable.TableSorter sorter
Icon upIcon
Icon downIcon
int sortedColumn
boolean ascending
TableCellRenderer headerRenderer
boolean sortable
MouseListener headerMouseListener
Class gate.swing.XJTextPane extends JTextPane implements Serializable |
Package gate.util |
Class gate.util.AbstractFeatureBearer extends Object implements Serializable |
serialVersionUID: -2962478253218344471l
Serialized Fields |
FeatureMap features
Class gate.util.AbstractNameBearer extends Object implements Serializable |
serialVersionUID: -3745118855639865521l
Serialized Fields |
String name
Class gate.util.DocumentFormatException extends GateException implements Serializable |
Class gate.util.GateException extends Exception implements Serializable |
Serialized Fields |
Throwable e
Class gate.util.GateRuntimeException extends RuntimeException implements Serializable |
Class gate.util.GateSaxException extends org.xml.sax.SAXException implements Serializable |
Class gate.util.InvalidDatabaseException extends GateException implements Serializable |
Class gate.util.InvalidOffsetException extends GateException implements Serializable |
Class gate.util.LazyProgrammerException extends RuntimeException implements Serializable |
Class gate.util.LuckyException extends RuntimeException implements Serializable |
Class gate.util.MethodNotImplementedException extends GateRuntimeException implements Serializable |
Class gate.util.NoSuchObjectException extends GateException implements Serializable |
Class gate.util.OpenTransactionsException extends GateException implements Serializable |
Class gate.util.OptionsMap extends HashMap implements Serializable |
Class gate.util.OrderByRestriction extends Object implements Serializable |
Serialized Fields |
String key
int operator_
Class gate.util.Pair extends Object implements Serializable |
serialVersionUID: 3690756099267025454l
Serialized Fields |
Object first
Object second
Class gate.util.RawEditorKit extends StyledEditorKit implements Serializable |
Class gate.util.RBTreeMap extends AbstractMap implements Serializable |
serialVersionUID: -1454324265766936618l
Serialization Methods |
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialized Fields |
Comparator comparator
Class gate.util.Restriction extends Object implements Serializable |
Serialized Fields |
Object value
String key
int operator_
Class gate.util.Scratch.ContentPropertyReader extends Object implements Serializable |
Class gate.util.SimpleFeatureMapImpl extends gate.util.SimpleMapImpl implements Serializable |
serialVersionUID: -2747241616127229116l
Package gate.util.persistence |
Class gate.util.persistence.AnalyserRunningStrategyPersistence extends Object implements Serializable |
serialVersionUID: -8288186597177634360l
Serialized Fields |
int runMode
String featureName
String featureValue
Serializable pr
Class gate.util.persistence.CollectionPersistence extends Object implements Serializable |
serialVersionUID: 7908364068699089834l
Serialized Fields |
List localList
Class collectionType
Class gate.util.persistence.ConditionalControllerPersistence extends ControllerPersistence implements Serializable |
serialVersionUID: -746291109981304574l
Serialized Fields |
Object strategiesList
Class gate.util.persistence.ControllerPersistence extends gate.util.persistence.ResourcePersistence implements Serializable |
serialVersionUID: 727852357092819439l
Serialized Fields |
Object prList
Class gate.util.persistence.CorpusPersistence extends LRPersistence implements Serializable |
serialVersionUID: 6181534551802883626l
Serialized Fields |
ArrayList docList
Class gate.util.persistence.DSPersistence extends Object implements Serializable |
serialVersionUID: 5952924943977701708l
Serialized Fields |
String className
String storageUrlString
Class gate.util.persistence.JDBCDSPersistence extends DSPersistence implements Serializable |
Serialized Fields |
String userName
String userGroup
Class gate.util.persistence.LanguageAnalyserPersistence extends PRPersistence implements Serializable |
serialVersionUID: -4632241679877556163l
Serialized Fields |
Object corpus
Object document
Class gate.util.persistence.LRPersistence extends gate.util.persistence.ResourcePersistence implements Serializable |
serialVersionUID: 3541034274225534363l
Serialized Fields |
Serializable dsData
Object persistenceID
Class gate.util.persistence.MapPersistence extends Object implements Serializable |
serialVersionUID: 1835776085941379996l
Serialized Fields |
Class mapType
HashMap localMap
Class gate.util.persistence.PersistenceManager.NotComparableException extends RuntimeException implements Serializable |
Class gate.util.persistence.PersistenceManager.SlashDevSlashNull extends Object implements Serializable |
serialVersionUID: -8665414981783519937l
Class gate.util.persistence.PersistenceManager.URLHolder extends Object implements Serializable |
serialVersionUID: 7943459208429026229l
Serialized Fields |
String urlString
Class gate.util.persistence.PRPersistence extends gate.util.persistence.ResourcePersistence implements Serializable |
serialVersionUID: 2031381604712340552l
Serialized Fields |
Object runtimeParams
Class gate.util.persistence.SerialAnalyserControllerPersistence extends ControllerPersistence implements Serializable |
serialVersionUID: -4116973147963269225l
Serialized Fields |
Object corpus
Package gate.wordnet |
Class gate.wordnet.IndexFileWordNetImpl extends AbstractLanguageResource implements Serializable |
Serialized Fields |
net.didion.jwnl.dictionary.Dictionary wnDictionary
URL propertyUrl
Class gate.wordnet.WordNetException extends GateException implements Serializable |
Package guk |
Class guk.Editor extends JFrame implements Serializable |
Serialized Fields |
JPanel contentPane
JMenuBar jMenuBar1
JMenu jMenuFile
JMenu jMenuEdit
JMenu jMenuHelp
JMenu jMenuIM
JMenuItem jMenuHelpAbout
JToolBar jToolBar
JTextPane textPane
JMenu jMenuOptions
JComboBox fontsComboBox
JComboBox sizeComboBox
JCheckBoxMenuItem jCheckBoxMenuItemKeyboardMap
Action openAction
Action saveAction
Action saveAsAction
Action closeAction
Action exitAction
Action undoAction
Action redoAction
Action cutAction
Action copyAction
Action pasteAction
Action attributesChangedAction
File file
JFileChooser filer
JFrame frame
UndoManager undoManager
boolean docChanged
Class guk.Editor_AboutBox extends JDialog implements Serializable |
Serialized Fields |
JPanel panel1
JPanel panel2
JPanel insetsPanel1
JPanel insetsPanel2
JPanel insetsPanel3
JButton button1
JLabel imageLabel
JLabel label1
JLabel label2
JLabel label3
JLabel label4
BorderLayout borderLayout1
BorderLayout borderLayout2
FlowLayout flowLayout1
GridLayout gridLayout1
String product
String version
String copyright
String comments
Package guk.im |
Class guk.im.KeyboardMap.KeyGUI extends JPanel implements Serializable |
Serialized Fields |
Box leftBox
JLabel leftUpLabel
JLabel leftDownLabel
Component centerLabel
char low
char up
Border normalBorder
Border highlightedBorder
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |