| |
|
| newprocess.diagram.edit.parts.GlobalsEditPart
GlobalsEditPart | public class GlobalsEditPart extends ShapeNodeEditPart (Code) | | |
Inner Class :public class GlobalsFigure extends RectangleFigure | |
GLOBALSFIGURE_BACK | final static Color GLOBALSFIGURE_BACK(Code) | | |
VISUAL_ID | final public static int VISUAL_ID(Code) | | |
contentPane | protected IFigure contentPane(Code) | | |
primaryShape | protected IFigure primaryShape(Code) | | |
GlobalsEditPart | public GlobalsEditPart(View view)(Code) | | |
createDefaultEditPolicies | protected void createDefaultEditPolicies()(Code) | | author: sh |
createLayoutEditPolicy | protected LayoutEditPolicy createLayoutEditPolicy()(Code) | | |
createNodeFigure | protected NodeFigure createNodeFigure()(Code) | | Creates figure for this edit part.
Body of this method does not depend on settings in generation model
so you may safely remove generated tag and modify it.
|
createNodePlate | protected NodeFigure createNodePlate()(Code) | | |
createNodeShape | protected IFigure createNodeShape()(Code) | | |
getContentPane | public IFigure getContentPane()(Code) | | |
getPrimaryShape | public GlobalsFigure getPrimaryShape()(Code) | | |
setupContentPane | protected IFigure setupContentPane(IFigure nodeShape)(Code) | | Default implementation treats passed figure as content pane.
Respects layout one may have set for generated figure.
Parameters: nodeShape - instance of generated figure class |
|
|
|