public static class SimulatorPlugin.SimUIStateData extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
groupSize |
java.lang.String |
selectedCategory |
java.util.Map<java.lang.String,java.lang.String> |
settings |
boolean |
showAdvanced |
| Constructor and Description |
|---|
SimUIStateData() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromJSON(org.json.JSONObject json) |
org.json.JSONObject |
toJSON() |
public java.lang.String selectedCategory
public boolean showAdvanced
public int groupSize
public java.util.Map<java.lang.String,java.lang.String> settings
public SimUIStateData()