|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--uci.uml.ui.todo.PriorityNode
| Field Summary | |
protected String |
_name
|
protected static Vector |
_PRIORITIES
|
protected int |
_priority
|
| Constructor Summary | |
PriorityNode(String name,
int pri)
|
|
| Method Summary | |
String |
getName()
|
static Vector |
getPriorities()
|
int |
getPriority()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
protected static Vector _PRIORITIES
protected String _name
protected int _priority
| Constructor Detail |
public PriorityNode(String name,
int pri)
| Method Detail |
public static Vector getPriorities()
public String getName()
public int getPriority()
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||