Uses of Interface
de.cau.cs.kieler.core.kivi.ICombination

Packages that use ICombination
de.cau.cs.kieler.core.kivi   
de.cau.cs.kieler.core.model.combinations   
de.cau.cs.kieler.kiml.grana.handlers Handlers for the GRANA user interface. 
de.cau.cs.kieler.kiml.ui.layout Classes with generic implementations to apply layout to GMF diagrams. 
de.cau.cs.kieler.ksbase.ui.kivi   
de.cau.cs.kieler.synccharts.diagram.custom General classes that depend on the synccharts diagram editor. 
de.cau.cs.kieler.synccharts.kivi   
 

Uses of ICombination in de.cau.cs.kieler.core.kivi
 

Classes in de.cau.cs.kieler.core.kivi that implement ICombination
 class AbstractCombination
          Abstract base implementation for combinations.
 

Methods in de.cau.cs.kieler.core.kivi that return types with arguments of type ICombination
 Class<? extends ICombination> CombinationDescriptor.getClazz()
          Get the class.
 

Methods in de.cau.cs.kieler.core.kivi with parameters of type ICombination
 void KiVi.registerCombination(ICombination combination, boolean register)
          Register or unregister a combination when it is activated or deactivated to enable or disable reception of trigger events.
 

Method parameters in de.cau.cs.kieler.core.kivi with type arguments of type ICombination
static CombinationParameter[] CombinationParameter.getParameters(Class<? extends ICombination> combination)
          Retrieve the combination parameters from a combination class.
 

Constructor parameters in de.cau.cs.kieler.core.kivi with type arguments of type ICombination
CombinationDescriptor(String n, String d, Class<? extends ICombination> c)
          Create a new descriptor.
 

Uses of ICombination in de.cau.cs.kieler.core.model.combinations
 

Classes in de.cau.cs.kieler.core.model.combinations that implement ICombination
 class ShowHierarchyCombination
          Color the levels of hierarchy.
 

Uses of ICombination in de.cau.cs.kieler.kiml.grana.handlers
 

Classes in de.cau.cs.kieler.kiml.grana.handlers that implement ICombination
 class LayoutAnalysisCombination
          A view management combination that performs graph analysis after layout.
 

Uses of ICombination in de.cau.cs.kieler.kiml.ui.layout
 

Classes in de.cau.cs.kieler.kiml.ui.layout that implement ICombination
 class LayoutCombination
          Performs automatic layout when the button or key combination is pressed.
 

Uses of ICombination in de.cau.cs.kieler.ksbase.ui.kivi
 

Classes in de.cau.cs.kieler.ksbase.ui.kivi that implement ICombination
 class KSBasECombination
          A Combination handling KSBasE-related effects after transformations.
 

Uses of ICombination in de.cau.cs.kieler.synccharts.diagram.custom
 

Classes in de.cau.cs.kieler.synccharts.diagram.custom that implement ICombination
 class HighlightSelectedTransitionsCombination
          Highlight selected transitions in SyncCharts.
 

Uses of ICombination in de.cau.cs.kieler.synccharts.kivi
 

Classes in de.cau.cs.kieler.synccharts.kivi that implement ICombination
 class LayoutAfterCollapseCombination
          Performs layout after a collapse or expand effect has been executed.
 class LayoutAfterModelChangedCombination
          Applies automatic layout after the model has been changed.
 class SignalFlowCombination
          Started by the signal flow button, visualizes the flow of signals in a SyncChart diagram.
 class SyncChartsCombination
          A combination that visualizes the simulation of a SyncChart.