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.
 

Methods in gate.creole that return ResourceData
 ResourceData CreoleRegisterImpl.put(String key, ResourceData rd)
          Overide HashMap's put method to maintain a list of all the types of LR in the register, and a list of tool types.
 ResourceData CreoleRegisterImpl.remove(Object key)
          Overide HashMap's delete method to update the lists of types in the register.
 

Methods in gate.creole with parameters of type ResourceData
 ResourceData CreoleRegisterImpl.put(String key, ResourceData rd)
          Overide HashMap's put method to maintain a list of all the types of LR in the register, and a list of tool types.
 

Uses of ResourceData in gate.gui
 

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