|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.lbl.genome.gui.History
public class History
Title: History
Description: store all Status changes in the History
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
Constructor Summary | |
---|---|
History()
History |
Method Summary | |
---|---|
void |
clear()
remove all saved information |
void |
clearAll()
clear all available status (remove bulk information from status) |
Status |
getNext()
return next available status |
Status |
getPrev()
return previous available status |
boolean |
isNextEmpty()
return true if there are no next available status |
boolean |
isPrevEmpty()
return true if there are no more saved status in the history |
void |
push(Status status)
push status in the history |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public History()
Method Detail |
---|
public void push(Status status)
status
- Statuspublic Status getPrev()
public Status getNext()
public void clear()
public void clearAll()
Status.clearStatus()
public boolean isNextEmpty()
public boolean isPrevEmpty()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |