A B C D E F G H I J K L M N O P R S T U V W X

I

ICON_SIZE - Static variable in class edu.stanford.hci.dtools.figures.ConnectionFigure
Should not be accessed directly -- get the scaled version
IMAGE_PROP - Static variable in class edu.stanford.hci.dtools.deviceeditor.components.DeviceModel
ID for the image property value (used for by the corresponding property descriptor).
IMAGE_PROP - Static variable in class edu.stanford.hci.dtools.deviceeditor.components.IOComponent
ID for the image property value (used for by the corresponding property descriptor).
IMAGE_TRANSFER - Static variable in class edu.stanford.hci.dtools.assetlibrary.AssetTransfer
 
ImageCache - Class in edu.stanford.hci.dtools.utility
Cache for image files.
ImageCache() - Constructor for class edu.stanford.hci.dtools.utility.ImageCache
 
ImageFileFilter - Class in edu.stanford.hci.dtools.assetlibrary
A FilenameFilter to match supported raster graphic file formats.
ImageFileFilter() - Constructor for class edu.stanford.hci.dtools.assetlibrary.ImageFileFilter
 
imageFilter - Static variable in class edu.stanford.hci.dtools.assetlibrary.AssetLibraryView
 
init(IWorkbench, IStructuredSelection) - Method in class edu.stanford.hci.dtools.deviceeditor.DeviceCreationWizard
 
init(IPageSite) - Method in class edu.stanford.hci.dtools.deviceeditor.DeviceEditor.ShapesOutlinePage
 
init(IWorkbench) - Method in class edu.stanford.hci.dtools.preferences.DtoolsPreferencePage
 
init(IWorkbench, IStructuredSelection) - Method in class edu.stanford.hci.dtools.statechart.StatechartCreationWizard
 
init(IPageSite) - Method in class edu.stanford.hci.dtools.statechart.StatechartEditor.ShapesOutlinePage
 
initializeDefaultPreferences() - Method in class edu.stanford.hci.dtools.preferences.PreferenceInitializer
 
initializePropertyDescriptors() - Method in class edu.stanford.hci.dtools.deviceeditor.components.RangeEventConditional
 
initializePropertyDescriptors() - Method in class edu.stanford.hci.dtools.deviceeditor.components.TimerComponent.TimerExpiredConditional
 
INPUT_COMPONENT_PROP - Static variable in class edu.stanford.hci.dtools.statechart.model.InputPair
Property ID to use when the input component representing this connection is modified.
INPUT_EVENT_PARAM_PROP - Static variable in class edu.stanford.hci.dtools.statechart.model.InputPair
Property ID to use when the event's parameters are in question
INPUT_EVENT_PROP - Static variable in class edu.stanford.hci.dtools.statechart.model.InputPair
Property ID to use when the input event representing this connection is modified.
INPUT_PROP - Static variable in class edu.stanford.hci.dtools.statechart.model.ConnectionModel
 
InputComponent - Class in edu.stanford.hci.dtools.deviceeditor.components
d.tools interface representing all devices which can provide input to the system.
InputComponent(String, String, Point, Dimension, String) - Constructor for class edu.stanford.hci.dtools.deviceeditor.components.InputComponent
 
InputComponent() - Constructor for class edu.stanford.hci.dtools.deviceeditor.components.InputComponent
 
InputComponent(InputComponent) - Constructor for class edu.stanford.hci.dtools.deviceeditor.components.InputComponent
 
InputModel - Class in edu.stanford.hci.dtools.statechart.model
Abstract base class for all input models
InputModel(IOComponent) - Constructor for class edu.stanford.hci.dtools.statechart.model.InputModel
 
InputModel(InputModel) - Constructor for class edu.stanford.hci.dtools.statechart.model.InputModel
 
InputModelEditPart - Class in edu.stanford.hci.dtools.statechart.parts
This software is distributed under the BSD License.
InputModelEditPart() - Constructor for class edu.stanford.hci.dtools.statechart.parts.InputModelEditPart
 
InputPair - Class in edu.stanford.hci.dtools.statechart.model
This software is distributed under the BSD License.
InputPair(InputComponent, EventConditional, DeviceConfiguration) - Constructor for class edu.stanford.hci.dtools.statechart.model.InputPair
 
IOComponent - Class in edu.stanford.hci.dtools.deviceeditor.components
Base class for all input & output components
IOComponent(String, String, Point, Dimension, String) - Constructor for class edu.stanford.hci.dtools.deviceeditor.components.IOComponent
Creates a new type of button input
IOComponent() - Constructor for class edu.stanford.hci.dtools.deviceeditor.components.IOComponent
 
IOComponent(IOComponent) - Constructor for class edu.stanford.hci.dtools.deviceeditor.components.IOComponent
 
IOComponentAndTransitionDeleteCommand - Class in edu.stanford.hci.dtools.deviceeditor.components.commands
This software is distributed under the BSD License.
IOComponentAndTransitionDeleteCommand(DeviceDiagramModel, IOComponent) - Constructor for class edu.stanford.hci.dtools.deviceeditor.components.commands.IOComponentAndTransitionDeleteCommand
 
IOComponentChangeImageCommand - Class in edu.stanford.hci.dtools.deviceeditor.components.commands
This software is distributed under the BSD License.
IOComponentChangeImageCommand(IOComponent, String) - Constructor for class edu.stanford.hci.dtools.deviceeditor.components.commands.IOComponentChangeImageCommand
 
IOComponentCreateCommand - Class in edu.stanford.hci.dtools.deviceeditor.components.commands
This software is distributed under the BSD License.
IOComponentCreateCommand(DeviceDiagramModel, CreateRequest) - Constructor for class edu.stanford.hci.dtools.deviceeditor.components.commands.IOComponentCreateCommand
Create a command that will add a new ShapeModel to a DiagramModel.
IOComponentCreateCommand(DeviceDiagramModel, CreateRequest, String, boolean) - Constructor for class edu.stanford.hci.dtools.deviceeditor.components.commands.IOComponentCreateCommand
 
IOComponentDeleteCommand - Class in edu.stanford.hci.dtools.deviceeditor.components.commands
Command to delete an IOComponent in the Device Editor.
IOComponentDeleteCommand(DeviceDiagramModel, IOComponent) - Constructor for class edu.stanford.hci.dtools.deviceeditor.components.commands.IOComponentDeleteCommand
Create a command that will remove the shape from its parent.
IOComponentDisconnectCommand - Class in edu.stanford.hci.dtools.deviceeditor.components.commands
This software is distributed under the BSD License.
IOComponentDisconnectCommand(DeviceDiagramModel, IOComponent) - Constructor for class edu.stanford.hci.dtools.deviceeditor.components.commands.IOComponentDisconnectCommand
 
IOComponentDragEditPartsTracker - Class in edu.stanford.hci.dtools.deviceeditor.parts
This software is distributed under the BSD License.
IOComponentDragEditPartsTracker(EditPart) - Constructor for class edu.stanford.hci.dtools.deviceeditor.parts.IOComponentDragEditPartsTracker
 
IOComponentEditPolicy - Class in edu.stanford.hci.dtools.deviceeditor.parts
This edit policy enables the removal of a Shapes instance from its container.
IOComponentEditPolicy() - Constructor for class edu.stanford.hci.dtools.deviceeditor.parts.IOComponentEditPolicy
 
IOComponentHashMap - Class in edu.stanford.hci.dtools.deviceeditor.components
A hash map for IOComponents that uses a component's PrivateName() as the hash key.
IOComponentHashMap() - Constructor for class edu.stanford.hci.dtools.deviceeditor.components.IOComponentHashMap
 
IOComponentSetConstraintCommand - Class in edu.stanford.hci.dtools.deviceeditor.components.commands
Move or resize a component.
IOComponentSetConstraintCommand(IOComponent, ChangeBoundsRequest, Rectangle) - Constructor for class edu.stanford.hci.dtools.deviceeditor.components.commands.IOComponentSetConstraintCommand
Create a command that can resize and/or move a shape.
IOModel - Class in edu.stanford.hci.dtools.statechart.model
This class is the superclass for any instance of a ButtonModel, LCDModel, etc.
IOModel() - Constructor for class edu.stanford.hci.dtools.statechart.model.IOModel
 
IOModel(IOComponent) - Constructor for class edu.stanford.hci.dtools.statechart.model.IOModel
Constructor
IOModel(IOModel) - Constructor for class edu.stanford.hci.dtools.statechart.model.IOModel
 
IOModelChangeImageCommand - Class in edu.stanford.hci.dtools.statechart.model.commands
This software is distributed under the BSD License.
IOModelChangeImageCommand(DisplayModel, String) - Constructor for class edu.stanford.hci.dtools.statechart.model.commands.IOModelChangeImageCommand
 
IOModelDragEditPartsTracker - Class in edu.stanford.hci.dtools.statechart.parts
This software is distributed under the BSD License.
IOModelDragEditPartsTracker(EditPart) - Constructor for class edu.stanford.hci.dtools.statechart.parts.IOModelDragEditPartsTracker
 
IOModelEditPart - Class in edu.stanford.hci.dtools.statechart.parts
Generic edit part base class for all IOComponents
IOModelEditPart() - Constructor for class edu.stanford.hci.dtools.statechart.parts.IOModelEditPart
 
IOModelEditPolicy - Class in edu.stanford.hci.dtools.statechart.parts
This edit policy the DND behavior.
IOModelEditPolicy() - Constructor for class edu.stanford.hci.dtools.statechart.parts.IOModelEditPolicy
 
IOModelGraphicalNodeEditPolicy - Class in edu.stanford.hci.dtools.statechart.parts
This software is distributed under the BSD License.
IOModelGraphicalNodeEditPolicy() - Constructor for class edu.stanford.hci.dtools.statechart.parts.IOModelGraphicalNodeEditPolicy
 
IOModelSetConstraintCommand - Class in edu.stanford.hci.dtools.statechart.model.commands
A command to resize and/or move a shape.
IOModelSetConstraintCommand(ShapeModel, ChangeBoundsRequest, Rectangle) - Constructor for class edu.stanford.hci.dtools.statechart.model.commands.IOModelSetConstraintCommand
Create a command that can resize and/or move a shape.
IOModelXYLayoutEditPolicy - Class in edu.stanford.hci.dtools.statechart.parts
EditPolicy for the Figure used by this edit part.
IOModelXYLayoutEditPolicy() - Constructor for class edu.stanford.hci.dtools.statechart.parts.IOModelXYLayoutEditPolicy
 
isButtonDown() - Method in class edu.stanford.hci.dtools.deviceeditor.components.ButtonComponent
 
isExpired() - Method in class edu.stanford.hci.dtools.deviceeditor.components.TimerComponent
 
isLEDOn() - Method in class edu.stanford.hci.dtools.deviceeditor.components.LEDComponent
 
isListening() - Method in class com.illposed.osc.OSCPortIn
Am I listening for packets?
isPropertySet(Object) - Method in class edu.stanford.hci.dtools.deviceeditor.components.RangeEventConditional
 
isPropertySet(Object) - Method in class edu.stanford.hci.dtools.deviceeditor.components.TimerComponent.TimerExpiredConditional
 
isPropertySet(Object) - Method in class edu.stanford.hci.dtools.statechart.model.InputPair
 
isPropertySet(Object) - Method in class edu.stanford.hci.dtools.statechart.model.ModelElement
Children should override this.
isPropertySet(Object) - Method in class edu.stanford.hci.dtools.statechart.model.SignalPair
 
isRotated() - Method in class edu.stanford.hci.dtools.figures.SliderFigure
 
isRotated() - Method in class edu.stanford.hci.dtools.figures.SwitchFigure
 
isSaveAsAllowed() - Method in class edu.stanford.hci.dtools.deviceeditor.DeviceEditor
 
isSaveAsAllowed() - Method in class edu.stanford.hci.dtools.statechart.StatechartEditor
 
isStopPrevious() - Method in class edu.stanford.hci.dtools.statechart.model.SpeakerModel
 
isSwitchOn() - Method in class edu.stanford.hci.dtools.deviceeditor.components.SwitchComponent
 
isUbertoolSwitch() - Method in class edu.stanford.hci.dtools.statechart.palette.AutotoolPaletteViewer
 

A B C D E F G H I J K L M N O P R S T U V W X