Uses of Class
gate.creole.ResourceData

Packages that use ResourceData
gate.creole   
gate.gui   
 

Uses of ResourceData in gate.creole
 

Fields in gate.creole declared as ResourceData
protected  ResourceData Parameter.resData
          The resource data that this parameter is part of.
private  ResourceData CreoleXmlHandler.resourceData
          The current resource data object
 

Uses of ResourceData in gate.gui
 

Fields in gate.gui declared as ResourceData
(package private)  ResourceData NameBearerHandle.rData
           
(package private)  ResourceData MainFrame.NewResourceAction.rData
          Used for creation of resource menu item and creation dialog
(package private)  ResourceData NewResourceDialog.resourceData
           
 

Methods in gate.gui that return ResourceData
private  ResourceData ShellSlacFrame.getDocumentResourceData()
          Find ResourceData for "Create Document" menu item.
 

Methods in gate.gui with parameters of type ResourceData
 boolean NewResourceDialog.show(ResourceData rData, String aTitle)
          This method is intended to be used in conjunction with getSelectedParameters().
 void NewResourceDialog.show(ResourceData rData)
           
 

Constructors in gate.gui with parameters of type ResourceData
MainFrame.NewResourceAction(ResourceData rData)