|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.gwu.jworddrivers.JWordNode
public abstract class JWordNode
Constructor Summary | |
---|---|
JWordNode()
Must Implement a real constructor. |
Method Summary | |
---|---|
abstract java.lang.String |
getCurrentDescription()
Returns the description specific to the current node selected |
abstract java.lang.String |
getDescription()
Returns description for all nodes under this node. |
abstract java.lang.String |
toString()
Return what the node should display This is recommended to be a list of words or an example string with the search word bolded and italicized |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JWordNode()
Method Detail |
---|
public abstract java.lang.String getCurrentDescription()
public abstract java.lang.String getDescription()
public abstract java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |