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

Methods in gate.gui with parameters of type Handle
 void OracleDatastoreViewer.setHandle(Handle handle)
           
 void FeaturesEditor.setHandle(Handle handle)
           
 void ApplicationEditor.setHandle(Handle handle)
           
protected  void MainFrame.select(Handle handle)
           
 void DocumentEditor.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)