com.fg.xample
Class History
java.lang.Object
com.fg.xample.History
- public class History
- extends java.lang.Object
A helper class for the XAmple application which holds pathes of accessed
XSD and XML files.
- Version:
- 1.0
- Author:
- Felix Golubov
|
Constructor Summary |
History(java.lang.String path)
|
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
MAX_ITEM_COUNT
public static final int MAX_ITEM_COUNT
- See Also:
- Constant Field Values
MAX_LABEL_LENGTH
public static final int MAX_LABEL_LENGTH
- See Also:
- Constant Field Values
History
public History(java.lang.String path)
abbreviatePath
public static java.lang.String abbreviatePath(java.lang.String path,
int limitLength)
equals
public boolean equals(java.lang.Object obj)
toString
public java.lang.String toString()
put
public History put(java.lang.String childPath)
getFirstChild
public History getFirstChild()
remove
public void remove(java.lang.String childPath)