|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.gui.layout.BaseXHistory
public final class BaseXHistory
This class remembers previous text inputs of a GUI component.
Constructor Summary | |
---|---|
BaseXHistory(GUI main,
java.lang.Object[] option)
Constructor. |
Method Summary | |
---|---|
void |
store(java.lang.String input)
Stores the current history. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseXHistory(GUI main, java.lang.Object[] option)
main
- main windowoption
- optionMethod Detail |
---|
public void store(java.lang.String input)
input
- new input
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |