Uses of Interface
gate.gui.Handle

Packages that use Handle
gate  
gate.creole   
gate.gui   
 

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
 

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
(package private)  Handle SerialControllerEditor.handle
          The Handle that created this view
protected  Handle DocumentEditor.myHandle
           
protected  Handle ProtegeWrapper.myHandle
           
(package private)  Handle MainFrame.CloseViewAction.handle
           
 

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 SerialDatastoreViewer.setHandle(Handle handle)
           
 void OracleDatastoreViewer.setHandle(Handle handle)
           
 void FeaturesEditor.setHandle(Handle handle)
           
 void SerialControllerEditor.setHandle(Handle handle)
           
 void DocumentEditor.setHandle(Handle handle)
           
 void ProtegeWrapper.setHandle(Handle handle)
           
protected  void MainFrame.select(Handle handle)
           
 

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