|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.core.kivi.AbstractCombination
de.cau.cs.kieler.synccharts.kivi.SyncChartsCombination
public class SyncChartsCombination
A combination that visualizes the simulation of a SyncChart.
Field Summary | |
---|---|
static String |
BW_MODE
The preference key for the black & white mode. |
static String |
FC_MODE
The preference key for the focus & context mode. |
static String |
HIGHLIGHT_BGCOLOR
The preference key for the highlight background color. |
static String |
HIGHLIGHT_COLOR
The preference key for the highlight color. |
static String |
HISTORY_BGCOLOR
The preference key for the history background color. |
static String |
HISTORY_COLOR
The preference key for the history color. |
static String |
INACTIVE_BGCOLOR
The preference key for the background color of inactive states. |
static String |
INACTIVE_COLOR
The preference key for the color of inactive states. |
Constructor Summary | |
---|---|
SyncChartsCombination()
|
Method Summary | |
---|---|
void |
execute(StateActivityTrigger.ActiveStates activeStates)
Execute this combination using the active states state. |
static CombinationParameter[] |
getParameters()
Get the parameters of this combination. |
static IPreferenceStore |
getPreferenceStore()
Get the preference store used by this combination. |
Methods inherited from class de.cau.cs.kieler.core.kivi.AbstractCombination |
---|
doNothing, dontUndo, getTriggerStates, isActive, schedule, setActive, trigger, undo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String HIGHLIGHT_COLOR
public static final String HISTORY_COLOR
public static final String INACTIVE_COLOR
public static final String INACTIVE_BGCOLOR
public static final String HIGHLIGHT_BGCOLOR
public static final String HISTORY_BGCOLOR
public static final String BW_MODE
public static final String FC_MODE
Constructor Detail |
---|
public SyncChartsCombination()
Method Detail |
---|
public void execute(StateActivityTrigger.ActiveStates activeStates)
activeStates
- the active statespublic static CombinationParameter[] getParameters()
public static IPreferenceStore getPreferenceStore()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |