org.openbp.cockpit.modeler.figures.generic
Interface UpdatableFigure

All Known Subinterfaces:
ProcessElementContainer, TitleFigure
All Known Implementing Classes:
AbstractTagFigure, DecisionNodeFigure, FinalNodeFigure, FixedTitleFigure, FlowConnection, ForkNodeFigure, HorizontalRotatingTagFigure, InitialNodeFigure, JoinNodeFigure, MergeNodeFigure, MoveableTitleFigure, MultiSocketNodeFigure, NodeFigure, ParamConnection, ParamFigure, PlaceholderNodeFigure, PolySplineConnection, PrimitiveNodeFigure, ProcessDrawing, ProcessVariableConnection, ProcessVariableFigure, SimpleTextTagFigure, SocketFigure, StraightTagFigure, TextElementFigure, WaitStateNodeFigure, WorkflowEndNodeFigure, WorkflowNodeFigure

public interface UpdatableFigure

This interface denotes a figure object whose appearance depends on external parameters, i\.e\. some kind of model object (called the 'provider'). The interface provides a method that synchonizes the figure object with the provider.

Author:
Stephan Moritz

Method Summary
 void updateFigure()
          Synchronizes this figure with its provider, i\.e\. the object that is represented by the figure.
 

Method Detail

updateFigure

void updateFigure()
Synchronizes this figure with its provider, i\.e\. the object that is represented by the figure. Updates the figure according to the current properties of the provider.



Copyright © 2011. All Rights Reserved.