|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.gui.history.History
public class History
A class used to store the history of algorithms and commands executed by sextante. All of them are stored as command-line commands ,and as such can be re-executed later
Constructor Summary | |
---|---|
History()
|
Method Summary | |
---|---|
static void |
addToHistory(java.lang.String sExp)
Adds a single expression to the history |
static void |
addToHistory(java.lang.String[] sExp)
Adds a set of expressions to the history |
static void |
clear()
|
static java.util.ArrayList<DateAndCommand> |
getHistory()
Returns the history as an array list with expressions and dates |
static long |
getSessionStartingTime()
|
static void |
startSession()
Starts this session, storing its starting time This will be used to refer history commands to this session starting time on the history dialog |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public History()
Method Detail |
---|
public static void addToHistory(java.lang.String[] sExp)
sExp
- an array of expressionspublic static void addToHistory(java.lang.String sExp)
sExp
- an expressionpublic static java.util.ArrayList<DateAndCommand> getHistory()
public static void startSession()
public static long getSessionStartingTime()
public static void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |