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

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

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

Methods in edu.stanford.hci.dtools.deviceeditor.components with parameters of type DeviceModel
 boolean DeviceDiagramModel.addChild(DeviceModel d)
          For use with the device editor -- adds a DeviceModel to this diagram Always places the Rectangular base device in the back!
 boolean DeviceDiagramModel.removeChild(DeviceModel s)
           
 

Constructors in edu.stanford.hci.dtools.deviceeditor.components with parameters of type DeviceModel
DeviceModel(DeviceModel copy)
           
 

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

Constructors in edu.stanford.hci.dtools.deviceeditor.components.commands with parameters of type DeviceModel
DeviceChangeBackgroundCommand(DeviceModel component, java.lang.String filename)
           
DeviceModelSetConstraintCommand(DeviceModel shape, org.eclipse.gef.requests.ChangeBoundsRequest req, org.eclipse.draw2d.geometry.Rectangle newBounds)
          Create a command that can resize and/or move a shape.