|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.gui.additionalResults.AdditionalResults
public class AdditionalResults
This class stores results generated by SEXTANTE geoalgorithms that are neither layers nor tables (i.e text results and charts). They are all stored as java Component objects, so they can be shown in a dialogs. Charts do not have to be modified, since they already extend the Component class. Text strings should be put into some kind of panel or TextArea. This is not done by this class, but should be done by the corresponding post-process task (see {IPostProcessFactory})
Constructor Summary | |
---|---|
AdditionalResults()
|
Method Summary | |
---|---|
static void |
addComponent(ObjectAndDescription oad)
Adds a new result |
static java.util.ArrayList |
getComponents()
Returns the list of results as a list of components |
static void |
removeComponent(ObjectAndDescription oad)
Removes a result |
static void |
showPanel()
Shows a panel with results, only if there is at least one of them, |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdditionalResults()
Method Detail |
---|
public static void showPanel()
public static java.util.ArrayList getComponents()
public static void addComponent(ObjectAndDescription oad)
oad
- a result and its description, to be shown
in the corresponding panelpublic static void removeComponent(ObjectAndDescription oad)
oad
- The result to remove
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |