|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.grana.util.GranaUtil
public final class GranaUtil
A utility class for grana handlers.
Method Summary | |
---|---|
static List<AbstractInfoAnalysis> |
getAnalysesSelection(String preferenceKey)
Returns an analysis selection from the preference store. |
static List<AbstractInfoAnalysis> |
getLastAnalysesSelection()
Returns the last analyses selection from the preference store. |
static void |
setAnalysesSelection(String preferenceKey,
List<AbstractInfoAnalysis> analyses)
Sets an analysis selection in the preference store. |
static void |
setLastAnalysesSelection(List<AbstractInfoAnalysis> analyses)
Sets the last analyses selection in the preference store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static List<AbstractInfoAnalysis> getLastAnalysesSelection()
public static List<AbstractInfoAnalysis> getAnalysesSelection(String preferenceKey)
preferenceKey
- the key of the preference which stores the given analysis
selection
public static void setLastAnalysesSelection(List<AbstractInfoAnalysis> analyses)
analyses
- the last analyses selectionpublic static void setAnalysesSelection(String preferenceKey, List<AbstractInfoAnalysis> analyses)
preferenceKey
- the key of the preference which stores the given analysis
selectionanalyses
- the analyses
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |