|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateAndCommand | |
---|---|
es.unex.sextante.gui.algorithm | |
es.unex.sextante.gui.core | |
es.unex.sextante.gui.history |
Uses of DateAndCommand in es.unex.sextante.gui.algorithm |
---|
Constructor parameters in es.unex.sextante.gui.algorithm with type arguments of type DateAndCommand | |
---|---|
AlgorithmDialog(GeoAlgorithm algorithm,
java.util.ArrayList<DateAndCommand> commands)
Creates a new dialog for a given algorithm. |
|
AlgorithmDialog(GeoAlgorithm algorithm,
javax.swing.JDialog parent,
java.util.ArrayList<DateAndCommand> commands)
Creates a new dialog for a given algorithm. |
Uses of DateAndCommand in es.unex.sextante.gui.core |
---|
Method parameters in es.unex.sextante.gui.core with type arguments of type DateAndCommand | |
---|---|
int |
IGUIFactory.showAlgorithmDialog(GeoAlgorithm alg,
javax.swing.JDialog parent,
java.util.ArrayList<DateAndCommand> command)
Shows the dialog for the specified algorithm |
int |
DefaultGUIFactory.showAlgorithmDialog(GeoAlgorithm alg,
javax.swing.JDialog parent,
java.util.ArrayList<DateAndCommand> commands)
|
Uses of DateAndCommand in es.unex.sextante.gui.history |
---|
Methods in es.unex.sextante.gui.history that return types with arguments of type DateAndCommand | |
---|---|
static java.util.ArrayList<DateAndCommand> |
History.getHistory()
Returns the history as an array list with expressions and dates |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |