|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xmlBlaster.MainGUI.QueryHistory
Implements a stack to hold the previous XPath queries.
| Field Summary | |
private int |
currentIndex
|
private java.util.Vector |
stack
|
| Constructor Summary | |
MainGUI.QueryHistory()
Constructs a history stack. |
|
| Method Summary | |
void |
changedHistory(java.lang.String stmt)
Add new statement into history. |
(package private) java.lang.String |
getFirst()
Access first (the oldest), sets current to first. |
(package private) java.lang.String |
getLast()
Access last (the newest), sets current to last. |
(package private) java.lang.String |
getNext()
Access next XPath query. |
(package private) java.lang.String |
getPrev()
Access previous XPath query. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.Vector stack
private int currentIndex
| Constructor Detail |
public MainGUI.QueryHistory()
| Method Detail |
public void changedHistory(java.lang.String stmt)
java.lang.String getPrev()
java.lang.String getNext()
java.lang.String getLast()
java.lang.String getFirst()
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||