|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.emframe.dev.HistoryNode
Contains a node in the history list of the object target chooser. A HistoryNode has an object type and a name of the object.
Constructor Summary | |
HistoryNode(java.lang.String type,
java.lang.String name)
Constructs a HistoryNode with a given object type and name. |
Method Summary | |
java.lang.String |
getObjectName()
Returns the object name of this HistoryNode. |
java.lang.String |
getObjectType()
Returns the object type of this HistoryNode. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HistoryNode(java.lang.String type, java.lang.String name)
type
- String containing the object typename
- String containing the object nameMethod Detail |
public java.lang.String getObjectName()
public java.lang.String getObjectType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |