VASSAL.tools
Interface UniqueIdManager.Identifyable

All Known Implementing Classes:
Map, PieceWindow, PrototypeDefinition, SetupStack, SpecialDiceButton
Enclosing class:
UniqueIdManager

public static interface UniqueIdManager.Identifyable

An object with an identifier that can be manipulated by a UniqueIdManager


Method Summary
 java.lang.String getConfigureName()
           
 java.lang.String getId()
           
 void setId(java.lang.String id)
           
 

Method Detail

setId

public void setId(java.lang.String id)

getId

public java.lang.String getId()

getConfigureName

public java.lang.String getConfigureName()