Uses of Interface
gate.gui.Handle

Packages that use Handle
com.ontotext.gate.vr   
gate This package contains the public interface to the GATE Java API.  
gate.creole   
gate.gui   
gate.gui.docview   
 

Uses of Handle in com.ontotext.gate.vr
 

Fields in com.ontotext.gate.vr declared as Handle
private  Handle OntologyEditorImpl.handle
           
 

Methods in com.ontotext.gate.vr with parameters of type Handle
 void OntologyEditorImpl.setHandle(Handle handle)
           
 

Uses of Handle in gate
 

Methods in gate with parameters of type Handle
 void VisualResource.setHandle(Handle handle)
          Used by the main GUI to tell this VR what handle created it.
 

Uses of Handle in gate.creole
 

Fields in gate.creole declared as Handle
protected  Handle AbstractVisualResource.handle
          The handle for this visual resource
 

Methods in gate.creole with parameters of type Handle
 void AbstractVisualResource.setHandle(Handle handle)
          Used by the main GUI to tell this VR what handle created it.
 

Uses of Handle in gate.gui
 

Classes in gate.gui that implement Handle
 class NameBearerHandle
          Class used to store the GUI information about an open entity (resource, controller, datastore).
 

Fields in gate.gui declared as Handle
protected  Handle DocumentEditor.myHandle
           
(package private)  Handle MainFrame.CloseViewAction.handle
           
protected  Handle ProtegeWrapper.myHandle
           
protected  Handle SerialControllerEditor.handle
          The Handle that created this view
 

Methods in gate.gui that return Handle
private  Handle ShellSlacFrame.getSelectedResource()
          Return handle to selected tab resource
 

Methods in gate.gui with parameters of type Handle
 void DocumentEditor.setHandle(Handle handle)
           
 void FeaturesEditor.setHandle(Handle handle)
           
protected  void MainFrame.select(Handle handle)
           
 void OracleDatastoreViewer.setHandle(Handle handle)
           
 void ProtegeWrapper.setHandle(Handle handle)
           
 void SerialControllerEditor.setHandle(Handle handle)
           
 void SerialDatastoreViewer.setHandle(Handle handle)
           
 

Constructors in gate.gui with parameters of type Handle
MainFrame.CloseViewAction(Handle handle)
           
 

Uses of Handle in gate.gui.docview
 

Fields in gate.gui.docview declared as Handle
protected  Handle AbstractDocumentView.handle
          Stores the handle of this view.
 

Methods in gate.gui.docview with parameters of type Handle
 void AbstractDocumentView.setHandle(Handle handle)