- IActionInterface - Interface in draw.controller
-
This interface describes a number of potential behaviors.
- imgDir - Static variable in class draw.tools.ToolTemplate
-
Images are in the /img/tools/ folder.
- imgSelectedDir - Static variable in class draw.tools.ToolTemplate
-
Images for selected tools are in the /img/tools/selected/ folder.
- isInterested() - Method in class draw.controller.handler.Handler
-
Uses currently selected action to determine if this handler is interested in processing events.
- isSelected() - Method in class draw.model.Element
-
Query selected status of element.
- iterator() - Method in class draw.clipboard.ClipboardManager
-
- iterator() - Method in class draw.model.Group
-
- iterator() - Method in class draw.model.Model
-
- iterator() - Method in class draw.tools.Tools
-
Returns list of all registered actions.