Uses of Interface
de.cau.cs.kieler.core.ui.util.ICondition

Packages that use ICondition
de.cau.cs.kieler.core.ui.figures Package for commonly used Draw2D figures. 
de.cau.cs.kieler.core.ui.util Utility classes for usage in the Eclipse UI. 
 

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

Methods in de.cau.cs.kieler.core.ui.figures with parameters of type ICondition
protected  void AttributeAwareConnection.addConditionalDecoration(RotatableDecoration sourceDeco, RotatableDecoration targetDeco, ICondition condition)
          Adds a decoration with associated condition.
protected  void AttributeAwareSwitchFigure.addConditionalFigure(IFigure figure, ICondition condition)
          Adds a figure with associated condition.
 

Uses of ICondition in de.cau.cs.kieler.core.ui.util
 

Classes in de.cau.cs.kieler.core.ui.util that implement ICondition
 class CompoundCondition
          A condition that is composed of a set of other conditions.
 class FeatureValueCondition
          A condition that evaluates a feature of an EOject.
 class ListSizeCondition
          A condition that checks whether a featured list of an EObject has a certain size.
 

Constructors in de.cau.cs.kieler.core.ui.util with parameters of type ICondition
CompoundCondition(ICondition[] theconditions)
          Creates a compound condition from an array of conditions.
 

Constructor parameters in de.cau.cs.kieler.core.ui.util with type arguments of type ICondition
CompoundCondition(Collection<ICondition> theconditions)
          Creates a compound condition from a collection of conditions.