|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.component.AttributeEditorProperties.Enum
Class Enum encapsulates a Constraint instance and a String.
| Constructor Summary | |
AttributeEditorProperties.Enum(Constraint constraint,
java.lang.String name)
Creates a new Enum instance. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
Constraint |
getConstraint()
Returns the Constraint of this enum. |
java.lang.String |
toString()
Returns the name of this enum. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AttributeEditorProperties.Enum(Constraint constraint,
java.lang.String name)
constraint - an instance of class Constraint.name - the name of this Enum.| Method Detail |
public java.lang.String toString()
public Constraint getConstraint()
public boolean equals(java.lang.Object o)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||