Uses of Interface
de.cau.cs.kieler.core.ui.figures.IAttributeAwareFigure

Packages that use IAttributeAwareFigure
de.cau.cs.kieler.core.ui.figures Package for commonly used Draw2D figures. 
de.cau.cs.kieler.synccharts.custom Classes for custom behavior of the SyncCharts editor. 
de.cau.cs.kieler.synccharts.diagram.edit.parts   
 

Uses of IAttributeAwareFigure in de.cau.cs.kieler.core.ui.figures
 

Classes in de.cau.cs.kieler.core.ui.figures that implement IAttributeAwareFigure
 class AttributeAwareConnection
          An attribute aware polyline connection figure that is able to change its decoration according to attribute changes.
 class AttributeAwareSwitchFigure
          An attribute aware figure that switches the displayed figure according to attribute changes.
 

Uses of IAttributeAwareFigure in de.cau.cs.kieler.synccharts.custom
 

Classes in de.cau.cs.kieler.synccharts.custom that implement IAttributeAwareFigure
 class AttributeAwareStateFigure
          This class represents attribute aware state figures.
 class AttributeAwareTransitionFigure
          This class represents attribute aware transition figures.
 

Uses of IAttributeAwareFigure in de.cau.cs.kieler.synccharts.diagram.edit.parts
 

Classes in de.cau.cs.kieler.synccharts.diagram.edit.parts that implement IAttributeAwareFigure
 class State2EditPart.StateFigure
           
 class StateEditPart.StateFigure
           
 class TransitionEditPart.TransitionFigure