Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.application.visual.editor.bininfo.editparts
Class BoundModuleEditPart

java.lang.Object
  extended by CompartmentEditPart
      extended by com.ibm.etools.systems.application.visual.editor.editparts.impl.SystemCompartmentEditPart
          extended by com.ibm.etools.systems.application.visual.editor.bininfo.editparts.BoundModuleEditPart
All Implemented Interfaces:
INamedEditPart

public class BoundModuleEditPart
extends SystemCompartmentEditPart

EditPart for Bound module in binary model. Bound module belongs to an Executable or Library. Its figure will be displayed as a child of binary container figure which represents Execuable or Library.


Field Summary
static String copyright
           
 int Margin_bottom
           
 int Margin_left
           
 int Margin_right
           
 int Margin_top
           
 
Constructor Summary
BoundModuleEditPart(View view)
          Constructor.
 
Method Summary
protected  void createDefaultEditPolicies()
          Create default edit policies.
 IFigure createFigure()
          Create figure.
 String createTooltipText()
          Create tooltip text.
protected  void setFontColor(Color color)
          Override parent's setFontColor.
 
Methods inherited from class com.ibm.etools.systems.application.visual.editor.editparts.impl.SystemCompartmentEditPart
addNotationalListeners, deactivate, getAccessibleEditPart, getArtifact, getDisplayName, getFigureNamedLabel, getIconRetriever, handleNotificationEvent, refreshFont, refreshStrikeThrough, refreshUnderline, refreshVisuals, removeNotationalListeners, retrieveIcon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

Margin_left

public int Margin_left

Margin_right

public int Margin_right

Margin_top

public int Margin_top

Margin_bottom

public int Margin_bottom
Constructor Detail

BoundModuleEditPart

public BoundModuleEditPart(View view)
Constructor.

Parameters:
view -
Method Detail

createDefaultEditPolicies

protected void createDefaultEditPolicies()
Create default edit policies. Add a section feedback role.


createFigure

public IFigure createFigure()
Create figure.

Overrides:
createFigure in class SystemCompartmentEditPart
See Also:
org.eclipse.gef.editparts.AbstractGraphicalEditPart#createFigure()

createTooltipText

public String createTooltipText()
Create tooltip text.

Overrides:
createTooltipText in class SystemCompartmentEditPart

setFontColor

protected void setFontColor(Color color)
Override parent's setFontColor.


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.