|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nakedobjects.perspectives.fieldorder.FieldOrder
Constructor Summary | |
FieldOrder()
|
Method Summary | |
void |
add(NakedField nakedField)
Adds the specified NakedField to the collection of fields
already held. |
java.lang.String |
fieldNames()
returns the field names, in order, as a comma separated string |
java.util.Vector |
fieldNamesVector()
returns a field names, in order, as a Vector of strings. |
java.lang.String |
toString()
string representation of the field order. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FieldOrder()
Method Detail |
public void add(NakedField nakedField)
NakedField
to the collection of fields
already held. The field order is automatically recalculated.
fieldNames()
,
fieldNamesVector()
public java.lang.String fieldNames()
fieldNamesVector()
public java.util.Vector fieldNamesVector()
fieldNames()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |