|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.shlublu.javax.util.ConsoleHistory
Creation : 28/12/2001 Console history browser Revision : 2002/01/02 : little bug fixed on prec()
Constructor Summary | |
ConsoleHistory(int iSize)
CTor |
Method Summary | |
void |
newEntry(java.lang.String strEntry)
Add an new entry |
java.lang.String |
next()
Get the next entry |
java.lang.String |
prec()
Get the precedent entry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConsoleHistory(int iSize)
int
- iSize The list sizeMethod Detail |
public void newEntry(java.lang.String strEntry)
newEntry
in interface History
String
- strEntry the entrypublic java.lang.String next()
next
in interface History
public java.lang.String prec()
prec
in interface History
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |