Uses of Interface
templates.utils.EntityIcon

Packages that use EntityIcon
templates.diagram   
templates.diagram.actions   
templates.library   
templates.utils   
 

Uses of EntityIcon in templates.diagram
 

Classes in templates.diagram that implement EntityIcon
 class SimpleIcon
          Simple implementation of the EntityIcon interface.
 

Methods in templates.diagram that return EntityIcon
 EntityIcon Entity.getIcon()
          Retrieve the icon of the entity.
 

Methods in templates.diagram with parameters of type EntityIcon
 void TemplateDiagram.setEntityIcon(Entity entity, EntityIcon icon)
          Set the icon of the given Entity.
 void Entity.setIcon(EntityIcon icon)
          Set the icon of the entity.
 

Uses of EntityIcon in templates.diagram.actions
 

Fields in templates.diagram.actions declared as EntityIcon
protected  EntityIcon DiagramActions.AssignFSAAction.icon
          The new icon for the Entity.
protected  EntityIcon DiagramUndoableEdits.SetIconEdit.newIcon
          The new icon of the Entity.
protected  EntityIcon DiagramUndoableEdits.SetIconEdit.oldIcon
          The old icon of the Entity.
 

Constructors in templates.diagram.actions with parameters of type EntityIcon
DiagramActions.AssignFSAAction(javax.swing.undo.CompoundEdit parent, TemplateDiagram diagram, Entity entity, ides.api.model.fsa.FSAModel fsa, EntityIcon icon)
          Construct an action for the given parameters.
DiagramActions.AssignFSAAction(TemplateDiagram diagram, Entity entity, ides.api.model.fsa.FSAModel fsa, EntityIcon icon)
          Construct an action for the given parameters.
DiagramUndoableEdits.SetIconEdit(TemplateDiagram diagram, Entity entity, EntityIcon newIcon)
          Constructs an edit with the given parameters.
 

Uses of EntityIcon in templates.library
 

Fields in templates.library declared as EntityIcon
protected  EntityIcon FSATemplate.icon
          The icon of the template.
 

Methods in templates.library that return EntityIcon
 EntityIcon Template.getIcon()
          Retrieve the icon of the template.
 EntityIcon FSATemplate.getIcon()
           
 

Uses of EntityIcon in templates.utils
 

Methods in templates.utils that return EntityIcon
 EntityIcon EntityIcon.clone()
          Create a clone of this icon.