Package de.cau.cs.kieler.synccharts.custom

Classes for custom behavior of the SyncCharts editor.

See:
          Description

Class Summary
ConditionalStateFigure A filled circle with a 'C' inside, used for conditional states.
CustomRegionFigure This class represents the attribute aware region figures, which are grey dashed boxes.It extends NeighborAwareOpenRectangleFigure in order to reduce the number of border lines that have to be drawn and make the diagram clearer.
InvisibleLabelFigure Represents invisible figures, which usually serve as container for labels.
ListCompartmentLayout A layout for compartments that lays out the compartment's children in rows, which are wrapped around if they are longer than the available space.
ListLayout A Layout similar to the FlowLayout, however, it will set a minimum size according to its children's preffered sizes.
NeighborAwareOpenRectangleFigure An OpenRectangleFigure that draws only its outline sides under certain conditions.
OpenRectangleFigure A rectangle figure that can be configured to draw only specific outline sides, e.g.
StateLayout This class is an extension of AbstractTableLayout, customized to StateFigure in synccharts.gmfgraph and its ecore model-object.
StateLayout.AbstractSyncChartsConfiguration A container for the class variables.
SyncchartsConnectionFigureProvider  
SyncChartsCustomPlugin The activator class controls the plug-in life cycle.
SyncchartsFigureProvider This class provides figures for the graphical synccharts representation.
SyncchartsUtil Utility class comprising several SyncCharts specific convenience methods.
WrapTextCellEditor A custom TextCellEditor that uses only the SWT.MULTI Style to support multiline labels.
 

Package de.cau.cs.kieler.synccharts.custom Description

Classes for custom behavior of the SyncCharts editor.