Uses of Interface
gate.Resource

Packages that use Resource
com.ontotext.gate.gazetteer   
com.ontotext.gate.vr   
gate This package contains the public interface to the GATE Java API. 
gate.annotation   
gate.corpora   
gate.creole   
gate.creole.annotdelete   
gate.creole.annotransfer   
gate.creole.coref   
gate.creole.dumpingPR   
gate.creole.gazetteer   
gate.creole.ir   
gate.creole.metadata.test   
gate.creole.morph   
gate.creole.ontology The GATE ontology API. 
gate.creole.orthomatcher   
gate.creole.orthomatcher.SampleOrthoMatcher   
gate.creole.splitter   
gate.creole.test   
gate.creole.tokeniser   
gate.event   
gate.gui   
gate.gui.annedit   
gate.gui.docview   
gate.gui.jape   
gate.gui.ontology   
gate.gui.wordnet   
gate.persist   
gate.util.spring   
gate.wordnet   
 

Uses of Resource in com.ontotext.gate.gazetteer
 

Classes in com.ontotext.gate.gazetteer that implement Resource
 class HashGazetteer
           
 

Methods in com.ontotext.gate.gazetteer that return Resource
 Resource HashGazetteer.init()
           
 

Uses of Resource in com.ontotext.gate.vr
 

Classes in com.ontotext.gate.vr that implement Resource
 class Gaze
          Gaze is a Gazetteer VR capable of viewing and editing gazetteer lists, linear definitions (lists.def files), and mapping definitions (mappings between ontology classes and gazetteer lists).
 

Methods in com.ontotext.gate.vr that return Resource
 Resource Gaze.init()
           
 

Uses of Resource in gate
 

Subinterfaces of Resource in gate
 interface Controller
          Models the execution of groups of ProcessingResources.
 interface Corpus
          Corpora are lists of Document.
 interface CorpusController
          Models the execution of groups of ProcessingResources on a given corpus.
 interface Document
          Represents the commonalities between all sorts of documents.
 interface LanguageAnalyser
          A special type of ProcessingResource that processes Documents
 interface LanguageResource
          Models all sorts of language resources.
 interface ProcessingResource
          Models all sorts of processing resources.
 interface SimpleCorpus
          Corpora are lists of Document.
 interface SimpleDocument
          Represents the commonalities between all sorts of documents.
 interface TextualDocument
          Top interface for all types of textual documents (transient or persistent).
 interface VisualResource
          Models all sorts of visual resources.
 

Classes in gate that implement Resource
 class DocumentFormat
          The format of Documents.
 

Methods in gate that return Resource
static Resource Factory.createResource(String resourceClassName)
          Create an instance of a resource using default parameter values.
static Resource Factory.createResource(String resourceClassName, FeatureMap parameterValues)
          Create an instance of a resource, and return it.
static Resource Factory.createResource(String resourceClassName, FeatureMap parameterValues, FeatureMap features)
          Create an instance of a resource, and return it.
static Resource Factory.createResource(String resourceClassName, FeatureMap parameterValues, FeatureMap features, String resourceName)
          Create an instance of a resource, and return it.
static Resource Factory.defaultDuplicate(Resource res, Factory.DuplicationContext ctx)
          Implementation of the default duplication algorithm described in the comment for Factory.duplicate(Resource).
static Resource Factory.duplicate(Resource res)
           Create a duplicate of the given resource.
static Resource Factory.duplicate(Resource res, Factory.DuplicationContext ctx)
          Create a duplicate of the given resource, using the provided context.
 Resource Resource.init()
          Initialise this resource, and return it.
 

Methods in gate that return types with arguments of type Resource
 List<Resource> CreoleRegister.getAllInstances(String type)
          Gets all the instantiations of a given type and all its derivate types; It doesn't return instances that have the hidden attribute set to "true"
 

Methods in gate with parameters of type Resource
static Resource Factory.defaultDuplicate(Resource res, Factory.DuplicationContext ctx)
          Implementation of the default duplication algorithm described in the comment for Factory.duplicate(Resource).
static void Factory.deleteResource(Resource resource)
          Delete an instance of a resource.
static Resource Factory.duplicate(Resource res)
           Create a duplicate of the given resource.
static Resource Factory.duplicate(Resource res, Factory.DuplicationContext ctx)
          Create a duplicate of the given resource, using the provided context.
 void CreoleRegister.setResourceName(Resource res, String newName)
          Renames an existing resource.
 

Method parameters in gate with type arguments of type Resource
 void CreoleRegister.registerComponent(Class<? extends Resource> clazz)
          Given the class object for a class with CreoleResource annotations, register that class is if it was found in a scanned jar file with no additional creole.xml information.
 

Uses of Resource in gate.annotation
 

Classes in gate.annotation that implement Resource
 class CorpusAnnotationDiff
          This class compare two annotation sets on annotation type given by the AnnotationSchema object.
 

Methods in gate.annotation that return Resource
 Resource CorpusAnnotationDiff.init()
          This method does the diff, Precision,Recall,FalsePositive calculation and so on.
 

Uses of Resource in gate.corpora
 

Classes in gate.corpora that implement Resource
 class CorpusImpl
          Corpora are sets of Document.
 class DocumentImpl
          Represents the commonalities between all sorts of documents.
 class EmailDocumentFormat
          The format of Documents.
 class NekoHtmlDocumentFormat
           DocumentFormat that uses Andy Clark's NekoHTML parser to parse HTML documents.
 class SerialCorpusImpl
           
 class SgmlDocumentFormat
          The format of Documents.
 class TextualDocumentFormat
          The format of Documents.
 class TikaFormat
           
 class UimaDocumentFormat
          UIMA XCAS and XMICAS document formats.
 class XmlDocumentFormat
          The format of Documents.
 

Methods in gate.corpora that return Resource
 Resource CorpusImpl.duplicate(Factory.DuplicationContext ctx)
          Custom duplication for a corpus - duplicate this corpus in the usual way, then duplicate the documents in this corpus and add them to the duplicate.
 Resource SerialCorpusImpl.duplicate(Factory.DuplicationContext ctx)
          SerialCorpusImpl does not support duplication.
 Resource CorpusImpl.init()
          Initialise this resource, and return it.
 Resource DocumentImpl.init()
          Initialise this resource, and return it.
 Resource EmailDocumentFormat.init()
          Initialise this resource, and return it.
 Resource NekoHtmlDocumentFormat.init()
          Initialise this resource, and return it.
 Resource SerialCorpusImpl.init()
           
 Resource SgmlDocumentFormat.init()
          Initialise this resource, and return it.
 Resource TextualDocumentFormat.init()
          Initialise this resource, and return it.
 Resource TikaFormat.init()
           
 Resource UimaDocumentFormat.init()
           
 Resource XmlDocumentFormat.init()
          Initialise this resource, and return it.
 

Methods in gate.corpora with parameters of type Resource
 void CorpusImpl.resourceRenamed(Resource resource, String oldName, String newName)
           
 void DocumentImpl.resourceRenamed(Resource resource, String oldName, String newName)
           
 void SerialCorpusImpl.resourceRenamed(Resource resource, String oldName, String newName)
           
 

Uses of Resource in gate.creole
 

Subinterfaces of Resource in gate.creole
 interface AnnotationVisualResource
          Visual Resources that display and/or edit annotations.
 interface ConditionalController
          A Conditional controller is a controller that keeps a running strategy for each PR contained.
 interface ControllerAwarePR
           This interface should be implemented by processing resources that need to know when any containing controller starts and ends its execution, for example to initialise internal data structures or to do some aggregate processing of data gathered from a whole corpus.
 

Classes in gate.creole that implement Resource
 class AbstractController
           
 class AbstractLanguageAnalyser
          A parent implementation of language analysers with some default code.
 class AbstractLanguageResource
          A convenience implementation of LanguageResource with some default code.
 class AbstractProcessingResource
          A convenience implementation of ProcessingResource with some default code.
 class AbstractResource
          A convenience implementation of Resource with some default code.
 class AbstractVisualResource
          A convenience implementation of VisualResource with some default code.
 class ANNIETransducer
          The ANNIE named entity transducer.
 class AnnotationSchema
          This class handles annotation schemas.An annotation schema is a representation of an annotation, together with its types and their attributes, values and types.
 class ConditionalSerialAnalyserController
          This class implements a SerialController that only contains LanguageAnalysers.
 class ConditionalSerialController
          Execute a list of PRs serially.
 class GazetteerListsCollector
           
 class OntologyAwareTransducer
          Deprecated. Ontology related functionality is now implemented in the standard JAPE Transducer Transducer.
 class PackagedController
           
 class POSTagger
          This class is a wrapper for HepTag, Mark Hepple's POS tagger.
 class RealtimeCorpusController
          A custom GATE controller that interrupts the execution over a document when a specified amount of time has elapsed.
 class SerialAnalyserController
          This class implements a SerialController that only contains LanguageAnalysers.
 class SerialController
          Execute a list of PRs serially.
 class Transducer
          A cascaded multi-phase transducer using the Jape language which is a variant of the CPSL language.
 class VPChunker
          ANNIE VP Chunker module.
 

Fields in gate.creole with type parameters of type Resource
protected  List<Resource> ResourceData.instantiationStack
          The stack of instantiations
protected  List<Resource> ResourceData.persistantInstantiationList
          Deprecated. No longer necessary as we don't use weak references for the instantiations.
protected  Class<? extends Resource> ResourceData.resourceClass
          The class of the resource
protected  List<Resource> ResourceData.unmodifiableInstantiationStack
          Unmodifiable view of the instantiation stack, returned by getInstantiations to ensure that the only way to modify the list is through the add/removeInstantiation methods of this class.
 

Methods in gate.creole that return Resource
 Resource ConditionalSerialController.duplicate(Factory.DuplicationContext ctx)
          Custom duplication method for conditional controllers to handle duplicating the running strategies.
 Resource CustomDuplication.duplicate(Factory.DuplicationContext ctx)
           Create a duplicate of this resource.
 Resource SerialController.duplicate(Factory.DuplicationContext ctx)
          Duplicate this controller.
 Resource AbstractController.init()
          Initialise this resource, and return it.
 Resource AbstractProcessingResource.init()
          Initialise this resource, and return it.
 Resource AbstractResource.init()
          Initialise this resource, and return it.
 Resource AbstractVisualResource.init()
          Initialise this resource, and return it.
 Resource AnnotationSchema.init()
          Initialise this resource, and return it.
 Resource OntologyAwareTransducer.init()
          Deprecated.  
 Resource POSTagger.init()
           
 Resource RealtimeCorpusController.init()
           
 Resource Transducer.init()
          This method is the one responsible for initialising the transducer.
 

Methods in gate.creole that return types with arguments of type Resource
 List<Resource> CreoleRegisterImpl.getAllInstances(String type)
          Gets all the instantiations of a given type and all its derivate types; It doesn't return instances that have the hidden attribute set to "true"
 List<Resource> ResourceData.getInstantiations()
          Get the list of instantiations of resources
 Class<? extends Resource> ResourceData.getResourceClass()
          Get method for the resource class.
 

Methods in gate.creole with parameters of type Resource
 void ResourceData.addInstantiation(Resource resource)
          Add an instantiation of the resource to the register of these
 void ResourceData.bumpInstantiation(Resource resource)
          Deprecated. This operation is no longer supported, and does nothing.
static boolean AbstractResource.checkParameterValues(Resource resource, List parameters)
          Checks whether the provided Resource has values for all the required parameters from the provided list of parameters.
protected  void CreoleRegisterImpl.fireResourceRenamed(Resource res, String oldName, String newName)
           
static FeatureMap AbstractResource.getInitParameterValues(Resource res)
          Get the current values for all of a specified resource's registered init-time parameters.
static Object AbstractResource.getParameterValue(Resource resource, String paramaterName)
          Gets the value of a parameter for a resource.
static FeatureMap AbstractResource.getParameterValues(Resource res, List<List<Parameter>> params)
          Get the current values of the given parameters from the given resource.
static FeatureMap AbstractProcessingResource.getRuntimeParameterValues(Resource res)
          Get the current values for all of a specified resource's registered runtime parameters.
 void ResourceData.makeInstantiationPersistant(Resource resource)
          Deprecated. No longer needed as we don't use weak references in the instantiations stack. Left for compatibility as a no-op.
 boolean ResourceData.removeInstantiation(Resource resource)
          Remove an instantiation of the resource from the register of these.
static void AbstractResource.removeResourceListeners(Resource resource, Map listeners)
          Removes listeners from a resource.
 void CreoleRegisterImpl.resourceRenamed(Resource resource, String oldName, String newName)
           
 void SerialController.resourceRenamed(Resource resource, String oldName, String newName)
           
static void AbstractResource.setParameterValue(Resource resource, BeanInfo resBeanInf, String paramaterName, Object parameterValue)
          Sets the value for a specified parameter for a resource.
static void AbstractResource.setParameterValues(Resource resource, FeatureMap parameters)
          Sets the values for more parameters for a resource in one step.
static void AbstractResource.setResourceListeners(Resource resource, Map listeners)
          Adds listeners to a resource.
 void CreoleRegisterImpl.setResourceName(Resource res, String newName)
          Renames an existing resource.
 

Method parameters in gate.creole with type arguments of type Resource
 void CreoleRegisterImpl.registerComponent(Class<? extends Resource> resourceClass)
           
 void ResourceData.setResourceClass(Class<? extends Resource> resourceClass)
          Set method for the resource class
 

Uses of Resource in gate.creole.annotdelete
 

Classes in gate.creole.annotdelete that implement Resource
 class AnnotationDeletePR
          This class is the implementation of a processing resource which deletes all annotations and sets other than 'original markups'.
 

Methods in gate.creole.annotdelete that return Resource
 Resource AnnotationDeletePR.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.annotransfer
 

Classes in gate.creole.annotransfer that implement Resource
 class AnnotationSetTransfer
          This plugin allows the names of annotations and features to be changed as well as transfered from one annotation set to another.
 

Methods in gate.creole.annotransfer that return Resource
 Resource AnnotationSetTransfer.init()
           
 

Uses of Resource in gate.creole.coref
 

Classes in gate.creole.coref that implement Resource
 class AbstractCoreferencer
           
 class Coreferencer
           
 class NominalCoref
           
 class PronominalCoref
           
 

Methods in gate.creole.coref that return Resource
 Resource AbstractCoreferencer.init()
          Initialise this resource, and return it.
 Resource Coreferencer.init()
          Initialise this resource, and return it.
 Resource NominalCoref.init()
          Initialise this resource, and return it.
 Resource PronominalCoref.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.dumpingPR
 

Classes in gate.creole.dumpingPR that implement Resource
 class DumpingPR
          This class implements a DumpingPR which exports a given set of annotation types + the original markup, back into the document's native format.
 

Methods in gate.creole.dumpingPR that return Resource
 Resource DumpingPR.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.gazetteer
 

Subinterfaces of Resource in gate.creole.gazetteer
 interface Gazetteer
          The Gazetteer interface defines the mandatory methods of a gazetteer PR.
 interface OntoGazetteer
          OntoGazetteer
A gazetter that exploits a linear gazetter to generate annotations according to a mapping definition between lists and ontology classes
 

Classes in gate.creole.gazetteer that implement Resource
 class AbstractGazetteer
          AbstractGazetteer This class implements the common-for-all methods of the Gazetteer interface
 class AbstractOntoGazetteer
          AbstratOntoGazetteer This class implements the methods common for all ontology-aware gazetteers.
 class DefaultGazetteer
          This component is responsible for doing lists lookup.
 class FlexibleGazetteer
           Title: Flexible Gazetteer The Flexible Gazetteer provides users with the flexibility to choose their own customised input and an external Gazetteer.
 class GazetteerList
          Gazetteer List provides the means for uploading, managing and storing the data in the gazetteer list files.
 class LinearDefinition
          Represents a Linear Definition [lists.def] file
The normal usage of the class will be * construct it * setURL * load * change * store
 class MappingDefinition
          Represents a mapping definition which maps gazetteer lists to ontology classes
 class OntoGazetteerImpl
          OntoGazetteerImpl
An ontology-aware gazetteer, producing additional annotations with features [class] and [ontology].
 class SharedDefaultGazetteer
          Provides a way to efficiently multi-thread a DefaultGazetteer.
 

Methods in gate.creole.gazetteer that return Resource
 Resource DefaultGazetteer.duplicate(Factory.DuplicationContext ctx)
          Use a SharedDefaultGazetteer to duplicate this gazetteer by sharing the internal FSM rather than re-loading the lists.
 Resource DefaultGazetteer.init()
          Does the actual loading and parsing of the lists.
 Resource FlexibleGazetteer.init()
          Does the actual loading and parsing of the lists.
 Resource OntoGazetteerImpl.init()
          Initialize this onto gazetteer
 Resource SharedDefaultGazetteer.init()
          Copy the references to the shareable state (i.e. the FSM) from the existing gazetteer.
 

Uses of Resource in gate.creole.ir
 

Subinterfaces of Resource in gate.creole.ir
 interface IndexedCorpus
           
 

Classes in gate.creole.ir that implement Resource
 class SearchPR
           
 

Methods in gate.creole.ir that return Resource
 Resource SearchPR.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.metadata.test
 

Classes in gate.creole.metadata.test that implement Resource
 class TestAnnotatedProcessingResource
          Example resource class which is annotated with a CreoleResource annotation.
 class TestSubclassProcessingResource
           
 class TestSuperclassProcessingResource
           
 class TestUnannotatedProcessingResource
          Example resource class which is not annotated with a CreoleResource annotation.
 

Uses of Resource in gate.creole.morph
 

Classes in gate.creole.morph that implement Resource
 class Morph
          Description: This class is a wrapper for Interpret, the Morphological Analyzer.
 

Methods in gate.creole.morph that return Resource
 Resource Morph.duplicate(Factory.DuplicationContext ctx)
          Duplicate this morpher, sharing the compiled regular expression patterns and finite state machine with the duplicate.
 Resource Morph.init()
          This method creates the instance of the BaseWord - English Morpher and returns the instance of current class with different attributes and the instance of BaseWord class wrapped into it.
 

Uses of Resource in gate.creole.ontology
 

Subinterfaces of Resource in gate.creole.ontology
 interface Ontology
          Interface for ontology language resources.
 

Uses of Resource in gate.creole.orthomatcher
 

Classes in gate.creole.orthomatcher that implement Resource
 class OrthoMatcher
           
 

Methods in gate.creole.orthomatcher that return Resource
 Resource OrthoMatcher.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.orthomatcher.SampleOrthoMatcher
 

Classes in gate.creole.orthomatcher.SampleOrthoMatcher that implement Resource
 class SampleOrthoMatcher
           
 

Methods in gate.creole.orthomatcher.SampleOrthoMatcher that return Resource
 Resource SampleOrthoMatcher.init()
           
 

Uses of Resource in gate.creole.splitter
 

Classes in gate.creole.splitter that implement Resource
 class RegexSentenceSplitter
          A fast sentence splitter replacement based on regular expressions.
 class SentenceSplitter
          A sentence splitter.
 

Methods in gate.creole.splitter that return Resource
 Resource RegexSentenceSplitter.init()
           
 Resource SentenceSplitter.init()
           
 

Uses of Resource in gate.creole.test
 

Classes in gate.creole.test that implement Resource
static class DynamicRegistrationTest.TestResource
           
 

Uses of Resource in gate.creole.tokeniser
 

Classes in gate.creole.tokeniser that implement Resource
 class DefaultTokeniser
          A composed tokeniser containing a SimpleTokeniser and a Transducer.
 class SimpleTokeniser
          Implementation of a Unicode rule based tokeniser.
 

Methods in gate.creole.tokeniser that return Resource
 Resource DefaultTokeniser.init()
          Initialise this resource, and return it.
 Resource SimpleTokeniser.init()
          Initialises this tokeniser by reading the rules from an external source (provided through an URL) and building the finite state machine at the core of the tokeniser.
 

Uses of Resource in gate.event
 

Fields in gate.event declared as Resource
protected  Resource DatastoreEvent.resource
           
 

Methods in gate.event that return Resource
 Resource CreoleEvent.getResource()
          Gets the resource that has been (un)loaded.
 Resource DatastoreEvent.getResource()
          Gets the resource involved in this event
 

Methods in gate.event with parameters of type Resource
 void CreoleListener.resourceRenamed(Resource resource, String oldName, String newName)
          Called when the creole register has renamed a resource.1
 

Constructors in gate.event with parameters of type Resource
CreoleEvent(Resource res, int type)
          Constructor
DatastoreEvent(DataStore source, int type, Resource res, Object resourceID)
          Constructor.
 

Uses of Resource in gate.gui
 

Subinterfaces of Resource in gate.gui
 interface ResizableVisualResource
          This interface denotes visual resources that can be resized.
 

Classes in gate.gui that implement Resource
 class CorpusEditor
          A simple viewer/editor for corpora.
 class CorpusQualityAssurance
          Quality assurance corpus view.
 class FeaturesSchemaEditor
           
 class GazetteerEditor
          Editor for ANNIE Gazetteer.
 class LuceneDataStoreSearchGUI
          GUI allowing to write a query with a JAPE derived syntax for querying a Lucene Datastore and display the results with a stacked view of the annotations and their values.
 class PRViewer
           
 class SearchPRViewer
          Shows the results of a IR query.
 class SerialControllerEditor
           
 class SerialDatastoreViewer
           
 class SyntaxTreeViewer
          The SyntaxTreeViewer is capable of showing and editing utterances (fancy name for sentences) and the attached syntax trees.
 

Fields in gate.gui with type parameters of type Resource
protected  List<Resource> AnnotationDiffGUI.documents
           
 

Methods in gate.gui that return Resource
 Resource ResourceParametersEditor.getResource()
          Does this GUI component allow editing?
 Resource CorpusEditor.init()
           
 Resource CorpusQualityAssurance.init()
           
 Resource FeaturesSchemaEditor.init()
          Initialise this resource, and return it.
 Resource GazetteerEditor.init()
           
 Resource LuceneDataStoreSearchGUI.init()
          Called when a View is loaded in GATE.
 Resource PRViewer.init()
           
 Resource SearchPRViewer.init()
           
 Resource SerialControllerEditor.init()
           
 Resource SerialDatastoreViewer.init()
          Initialise this resource, and return it.
 

Methods in gate.gui with parameters of type Resource
protected  Handle MainFrame.findHandleForResource(Resource res)
          Locates the handle for a given resource.
 void ResourceParametersEditor.init(Resource resource, List parameters)
          Initialises this GUI component.
 void MainFrame.resourceRenamed(Resource resource, String oldName, String newName)
           
 void NameBearerHandle.resourceRenamed(Resource resource, String oldName, String newName)
           
 void ParameterDisjunction.resourceRenamed(Resource resource, String oldName, String newName)
           
 void ResourceParametersEditor.resourceRenamed(Resource resource, String oldName, String newName)
           
 void SerialControllerEditor.resourceRenamed(Resource resource, String oldName, String newName)
           
 Handle MainFrame.select(Resource res)
          Selects a resource if loaded in the system and not invisible.
protected  void ParameterDisjunction.updateValues(Resource res)
          Called when a resource has been unloaded from the system; If any of the parameters has this resource as value then the value will be deleted.
 

Constructors in gate.gui with parameters of type Resource
ParameterDisjunction(Resource resource, List parameters)
          Creation from a resources and a list of names.
 

Uses of Resource in gate.gui.annedit
 

Subinterfaces of Resource in gate.gui.annedit
 interface OwnedAnnotationEditor
          Interface for all annotation editor components
 

Classes in gate.gui.annedit that implement Resource
 class SchemaAnnotationEditor
          An annotation editor that enforces the annotation schemas currently loaded in the system.
 

Methods in gate.gui.annedit that return Resource
 Resource SchemaAnnotationEditor.init()
           
 

Uses of Resource in gate.gui.docview
 

Subinterfaces of Resource in gate.gui.docview
 interface AnnotationList
          Interface for document views showing a list of annotations.
 interface DocumentView
          A document viewer is composed out of several views (like the one showing the text, the one showing the annotation sets, the on showing the annotations table, etc.).
 

Classes in gate.gui.docview that implement Resource
 class AbstractDocumentView
          A convenience implementation of DocumentView that can be extended by implementers of document views.
 class AnnotationEditor
          A generic annotation editor, which uses the known annotation schemas to help speed up the annotation process (e.g. by pre-populating sets of choices) but does not enforce the schemas, allowing the user full control.
 class AnnotationListView
          A tabular view for a list of annotations.
 class AnnotationSetsView
          Display document annotation sets and types in a tree view like with a table.
 class AnnotationStackView
          Show a stack view of highlighted annotations in the document centred on the document caret.
 class CorefEditor
          Display a tree that contains the co-references type of the document, highlight co-references in the document, allow creating co-references from existing annotations, editing and deleting co-references.
 class DocumentEditor
          This is the GATE Document viewer/editor.
 class OntologyClassView
          Document view that displays an ontology class tree to annotate a document.
 class OntologyInstanceView
          Document view that shows two tables: one instances and one for properties.
 class TextualDocumentView
          This class provides a central view for a textual document.
 

Methods in gate.gui.docview that return Resource
 Resource AnnotationEditor.init()
           
 Resource DocumentEditor.init()
           
 

Methods in gate.gui.docview with parameters of type Resource
 void OntologyClassView.resourceRenamed(Resource resource, String oldName, String newName)
           
 

Uses of Resource in gate.gui.jape
 

Classes in gate.gui.jape that implement Resource
 class JapeViewer
          A JAPE viewer that allows access to all phases of the grammar and provides syntax highlighting.
 

Methods in gate.gui.jape that return Resource
 Resource JapeViewer.init()
           
 

Uses of Resource in gate.gui.ontology
 

Classes in gate.gui.ontology that implement Resource
 class OntologyEditor
          The GUI for the Ontology Editor
 

Methods in gate.gui.ontology that return Resource
 Resource OntologyEditor.init()
          Init method, that creates this object and returns this object as a resource
 

Uses of Resource in gate.gui.wordnet
 

Classes in gate.gui.wordnet that implement Resource
 class WordNetViewer
           
 

Uses of Resource in gate.persist
 

Methods in gate.persist with parameters of type Resource
 void LuceneDataStoreImpl.resourceRenamed(Resource resource, String oldName, String newName)
           
 

Uses of Resource in gate.util.spring
 

Methods in gate.util.spring with parameters of type Resource
 void AddPRResourceCustomiser.customiseResource(Resource res)
           
 void ResourceCustomiser.customiseResource(Resource res)
           
 void SetParameterResourceCustomiser.customiseResource(Resource res)
           
 void DuplicateResourceFactoryBean.setTemplate(Resource template)
          Set the template resource that this factory bean will duplicate.
 

Uses of Resource in gate.wordnet
 

Subinterfaces of Resource in gate.wordnet
 interface WordNet
          Represents WordNet LKB.