|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ConnectionNodeEditPart com.ibm.etools.systems.application.visual.editor.editparts.impl.SystemConnectionEditPart
public class SystemConnectionEditPart
The base connection edit part for Application Diagram.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
SystemConnectionEditPart(View view)
Constructor. |
Method Summary | |
---|---|
protected Connection |
createConnectionFigure()
Creates connection figure for this edit part. |
protected void |
createDefaultEditPolicies()
Create default edit policies. |
protected String |
createTooltipText()
Create tooltip text. |
protected AccessibleEditPart |
getAccessibleEditPart()
|
Command |
getCommand(Request request)
Get command. |
String |
getDisplayName()
Get display name. |
protected void |
handlePropertyChangeEvent(PropertyChangeEvent event)
Handle property change event. |
protected void |
installRouter()
installes a router on the edit part, depending on the RoutingStyle |
protected void |
installRouter(ConnectionRouter newRouter)
Install new router. |
void |
setSource(EditPart editPart)
Sets the source EditPart of this connection. |
void |
setTarget(EditPart editPart)
Sets the target EditPart of this connection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
Constructor Detail |
---|
public SystemConnectionEditPart(View view)
Method Detail |
---|
protected void createDefaultEditPolicies()
protected Connection createConnectionFigure()
public void setSource(EditPart editPart)
editPart
- EditPart which is the source.public void setTarget(EditPart editPart)
editPart
- EditPart which is the source.protected String createTooltipText()
protected void handlePropertyChangeEvent(PropertyChangeEvent event)
protected void installRouter(ConnectionRouter newRouter)
protected void installRouter()
RoutingStyle
public String getDisplayName()
INamedEditPart
getDisplayName
in interface INamedEditPart
public Command getCommand(Request request)
protected AccessibleEditPart getAccessibleEditPart()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |