Uses of Class
easik.sketch.util.Export.Components.ExportUniqueKey

Packages that use ExportUniqueKey
easik.sketch.util.Export   
easik.sketch.util.Export.Components   
 

Uses of ExportUniqueKey in easik.sketch.util.Export
 

Fields in easik.sketch.util.Export declared as ExportUniqueKey
private  ExportUniqueKey ExportHandler._curUniqueKey
          The current unique key
 

Uses of ExportUniqueKey in easik.sketch.util.Export.Components
 

Fields in easik.sketch.util.Export.Components with type parameters of type ExportUniqueKey
private  java.util.ArrayList<ExportUniqueKey> ExportTable._uniqueKeys
          The unique keys associated with this table
 

Methods in easik.sketch.util.Export.Components with parameters of type ExportUniqueKey
 void ExportTable.addUniqueKey(ExportUniqueKey uk)
          Add a unique key to the arraylist of unique keys.