|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DeviceConfiguration in edu.stanford.hci.dtools.actions |
|---|
| Methods in edu.stanford.hci.dtools.actions that return DeviceConfiguration | |
|---|---|
DeviceConfiguration |
ExportDeviceAction.getNewConfiguration()
Returns a DC that was created using the device editor |
| Uses of DeviceConfiguration in edu.stanford.hci.dtools.deviceeditor.components |
|---|
| Methods in edu.stanford.hci.dtools.deviceeditor.components that return DeviceConfiguration | |
|---|---|
DeviceConfiguration |
IOComponent.getDeviceConfiguration()
|
| Methods in edu.stanford.hci.dtools.deviceeditor.components with parameters of type DeviceConfiguration | |
|---|---|
void |
IOComponent.setDeviceConfiguration(DeviceConfiguration dc)
Sets the device configuration this Component is tied to |
| Uses of DeviceConfiguration in edu.stanford.hci.dtools.hardware |
|---|
| Methods in edu.stanford.hci.dtools.hardware with parameters of type DeviceConfiguration | |
|---|---|
void |
HardwareInputDispatcher.setDeviceConfiguration(DeviceConfiguration dc)
|
| Uses of DeviceConfiguration in edu.stanford.hci.dtools.statechart |
|---|
| Methods in edu.stanford.hci.dtools.statechart with parameters of type DeviceConfiguration | |
|---|---|
void |
StatechartEditor.setDeviceConfiguration(DeviceConfiguration newConfig,
java.util.Map<IOComponent,IOComponent> deviceMapping,
java.util.Map<StateModel,java.util.List<ComponentConnectionModel>> componentConnectionMap)
Given a new device configuration and mapping, updates all of the children with the new information |
void |
StatechartEditor.updatePaletteForDeviceConfiguration(DeviceConfiguration newConfig)
|
| Uses of DeviceConfiguration in edu.stanford.hci.dtools.statechart.model |
|---|
| Methods in edu.stanford.hci.dtools.statechart.model that return DeviceConfiguration | |
|---|---|
DeviceConfiguration |
DiagramModel.getDeviceConfiguration()
Returns our device configuration |
| Methods in edu.stanford.hci.dtools.statechart.model with parameters of type DeviceConfiguration | |
|---|---|
void |
InputPair.setDeviceConfiguration(DeviceConfiguration newConfig)
|
void |
DiagramModel.setDeviceConfiguration(DeviceConfiguration dc)
|
void |
StateModel.updateBoundsForDeviceConfig(DeviceConfiguration deviceConfig)
Resizes the state based on the new device size |
void |
StateModel.updateDeviceConfiguration(DeviceConfiguration deviceConfig,
IOComponentHashMap deviceMapping,
java.util.Map<StateModel,java.util.List<ComponentConnectionModel>> componentConnectionMap)
Sets the state up with whatever the current device configuaration is. |
void |
DiagramModel.updateDeviceConfiguration(DeviceConfiguration newConfig,
IOComponentHashMap deviceMapping,
java.util.Map<StateModel,java.util.List<ComponentConnectionModel>> componentConnectionMap)
Call when the device configuration has changed and the diagram should propogate this change amongst its children. |
| Constructors in edu.stanford.hci.dtools.statechart.model with parameters of type DeviceConfiguration | |
|---|---|
InputPair(InputComponent c,
EventConditional e,
DeviceConfiguration config)
|
|
| Uses of DeviceConfiguration in edu.stanford.hci.dtools.statechart.model.commands |
|---|
| Constructors in edu.stanford.hci.dtools.statechart.model.commands with parameters of type DeviceConfiguration | |
|---|---|
SetDeviceConfigurationCommand(DiagramModel diagram,
DeviceConfiguration newConfig,
java.util.Map<IOComponent,IOComponent> map,
java.util.Map<StateModel,java.util.List<ComponentConnectionModel>> componentMap)
|
|
| Uses of DeviceConfiguration in edu.stanford.hci.dtools.statechart.palette |
|---|
| Methods in edu.stanford.hci.dtools.statechart.palette that return DeviceConfiguration | |
|---|---|
DeviceConfiguration |
StateCreationFactory.getDeviceConfiguration()
|
| Methods in edu.stanford.hci.dtools.statechart.palette with parameters of type DeviceConfiguration | |
|---|---|
void |
StateCreationFactory.setDeviceConfiguration(DeviceConfiguration newConfig)
|
void |
StateCreationToolEntry.updateDeviceConfiguration(DeviceConfiguration newConfig)
|
static void |
StatechartEditorPaletteFactory.updatePaletteForDeviceConfiguration(org.eclipse.gef.palette.PaletteRoot palette,
DeviceConfiguration newConfig)
Tell the state creation tool the new default size of a state |
| Constructors in edu.stanford.hci.dtools.statechart.palette with parameters of type DeviceConfiguration | |
|---|---|
StateCreationFactory(java.lang.Class aClass,
DeviceConfiguration config)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||