Hyades Datapool Specification

Uses of Interface
org.eclipse.hyades.edit.datapool.IDatapoolVariable

Packages that use IDatapoolVariable
org.eclipse.hyades.edit.datapool   
 

Uses of IDatapoolVariable in org.eclipse.hyades.edit.datapool
 

Methods in org.eclipse.hyades.edit.datapool with parameters of type IDatapoolVariable
 void IDatapoolCell.setVariable(IDatapoolVariable variable)
          Defines the variable that is used to reference this cell within a record.
 void IDatapool.updateVariable(IDatapoolVariable variable, int variableIndex)
          Update the variable at a specified zero based variable index.
 void IDatapool.insertVariable(IDatapoolVariable variable, int beforeVariableIndex)
          Insert a variable before the variable at the specified zero based variable index.
 void IDatapool.appendVariable(IDatapoolVariable variable)
          Append a variable to the end of the datapool ordered variable collection.
 



Hyades DPL