|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iris.dmc.pdcc.gui.PdccObjectLabelMap
This class provides a mapping between object types and the field values they would display as a short-hand label representation for things like JTree nodes.
| Constructor Summary | |
PdccObjectLabelMap()
|
|
| Method Summary | |
static int[] |
getFieldLabels(int objectType)
return an integer array of field numbers in the PdccObject that are to have their values pieced together in order for a displayed label of the PdccObject. |
static java.lang.String |
getLabel(PdccObject obj)
Return a String that represents an identifying label for this object and its contents. |
static java.lang.String |
getTitle(PdccObject obj)
Return a String that represents a long-hand title name for either the type of object this is, or the identifying contents of the object...or both. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PdccObjectLabelMap()
| Method Detail |
public static java.lang.String getTitle(PdccObject obj)
public static java.lang.String getLabel(PdccObject obj)
public static int[] getFieldLabels(int objectType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||