Uses of Class
easik.sketch.attribute.UniqueKey

Packages that use UniqueKey
easik.sketch.attribute   
easik.sketch.vertex   
 

Uses of UniqueKey in easik.sketch.attribute
 

Fields in easik.sketch.attribute declared as UniqueKey
private  UniqueKey UniqueKeyUI._uniqueKey
          The unique key being formed in this UI
 

Constructors in easik.sketch.attribute with parameters of type UniqueKey
UniqueKeyUI(EntityNode inEntity, UniqueKey inKey)
          Creates a dialog box prompting the user for input.
 

Uses of UniqueKey in easik.sketch.vertex
 

Fields in easik.sketch.vertex with type parameters of type UniqueKey
private  java.util.ArrayList<UniqueKey> EntityNode._uniqueKeys
          List of all unique keys for this entity
 

Methods in easik.sketch.vertex with parameters of type UniqueKey
 void EntityNode.addUniqueKey(UniqueKey inKey)
          Adds a unique key to the list
 void EntityNode.removeUniqueKey(UniqueKey inKey)
          Removes a unique key from the list