Uses of Class
edu.stanford.hci.dtools.deviceeditor.components.DeviceDiagramModel

Packages that use DeviceDiagramModel
edu.stanford.hci.dtools.deviceeditor   
edu.stanford.hci.dtools.deviceeditor.components   
edu.stanford.hci.dtools.deviceeditor.components.commands   
 

Uses of DeviceDiagramModel in edu.stanford.hci.dtools.deviceeditor
 

Methods in edu.stanford.hci.dtools.deviceeditor that return DeviceDiagramModel
 DeviceDiagramModel DeviceEditor.getModel()
           
 

Uses of DeviceDiagramModel in edu.stanford.hci.dtools.deviceeditor.components
 

Methods in edu.stanford.hci.dtools.deviceeditor.components that return DeviceDiagramModel
 DeviceDiagramModel IOComponent.getDiagramComponent()
          Retrieve the DiagramModel that this shape is a child of.
 DeviceDiagramModel DeviceModel.getDiagramComponent()
          Retrieve the DiagramModel that this shape is a child of.
 

Methods in edu.stanford.hci.dtools.deviceeditor.components with parameters of type DeviceDiagramModel
 void IOComponent.setDiagramComponent(DeviceDiagramModel newDiagram)
          Sets the diagram associated with this shape.
 void DeviceModel.setDiagramComponent(DeviceDiagramModel newDiagram)
          Sets the diagram associated with this shape.
 

Uses of DeviceDiagramModel in edu.stanford.hci.dtools.deviceeditor.components.commands
 

Constructors in edu.stanford.hci.dtools.deviceeditor.components.commands with parameters of type DeviceDiagramModel
DeviceModelCreateCommand(DeviceDiagramModel parent, org.eclipse.gef.requests.CreateRequest req)
          Create a command that will add a new ShapeModel to a DiagramModel.
IOComponentAndTransitionDeleteCommand(DeviceDiagramModel parent, IOComponent component)
           
IOComponentCreateCommand(DeviceDiagramModel parent, org.eclipse.gef.requests.CreateRequest req)
          Create a command that will add a new ShapeModel to a DiagramModel.
IOComponentCreateCommand(DeviceDiagramModel parent, org.eclipse.gef.requests.CreateRequest req, java.lang.String hardwareAddress, boolean isConnected)
           
IOComponentDeleteCommand(DeviceDiagramModel parent, IOComponent child)
          Create a command that will remove the shape from its parent.
IOComponentDisconnectCommand(DeviceDiagramModel parent, IOComponent comp)