|
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 AbstractEditPolicy com.ibm.etools.systems.application.visual.editor.editpolicies.SystemShapeFeedbackEditPolicy
public class SystemShapeFeedbackEditPolicy
Feedback edit policy for Application Diagram.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
SystemShapeFeedbackEditPolicy()
Default Constructor. |
Method Summary | |
---|---|
void |
activate()
Does nothing by default. |
void |
childAdded(EditPart child,
int index)
|
void |
deactivate()
Does nothing by default. |
protected void |
earseConnectionsAssociationFeedback(GraphicalEditPart editPart,
boolean isSourceEnd)
Erase feedback of associated connections. |
protected void |
earseNodesAssociationFeedback(ConnectionEditPart requester,
boolean isSourceEnd)
Erase feedback of nodes for given connection. |
void |
eraseAssociationFeedback(EditPart editPart)
Erase feedback of associated artifacts. |
void |
eraseTargetFeedback(Request request)
Erase target feedback. |
void |
partActivated(EditPart editpart)
|
void |
partDeactivated(EditPart editpart)
|
void |
removingChild(EditPart child,
int index)
|
void |
selectedStateChanged(EditPart editpart)
Override to handle association feedbacks. |
void |
showAssociationFeedback(EditPart editPart)
Show feedback of associated artifacts. |
protected void |
showConnectionsAssociationFeedback(List connections,
String state,
EditPart requester)
Show feedback of associated connections. |
protected void |
showNodeAssociationFeedback(EditPart editPart,
String state,
EditPart requester)
Show feedback of associated editpart nodes. |
void |
showTargetFeedback(Request request)
Show target feedback. |
boolean |
understandsRequest(Request req)
Return true if the given request can be understood, false otherwise. |
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 SystemShapeFeedbackEditPolicy()
Method Detail |
---|
public void activate()
org.eclipse.gef.EditPolicy#activate()
public void deactivate()
org.eclipse.gef.EditPolicy#deactivate()
public boolean understandsRequest(Request req)
public void showTargetFeedback(Request request)
public void eraseTargetFeedback(Request request)
public void showAssociationFeedback(EditPart editPart)
showAssociationFeedback
in interface ISystemAssociationFeedbackEditPolicy
public void eraseAssociationFeedback(EditPart editPart)
eraseAssociationFeedback
in interface ISystemAssociationFeedbackEditPolicy
protected void showConnectionsAssociationFeedback(List connections, String state, EditPart requester)
protected void earseConnectionsAssociationFeedback(GraphicalEditPart editPart, boolean isSourceEnd)
protected void showNodeAssociationFeedback(EditPart editPart, String state, EditPart requester)
protected void earseNodesAssociationFeedback(ConnectionEditPart requester, boolean isSourceEnd)
public void selectedStateChanged(EditPart editpart)
org.eclipse.gef.EditPartListener#selectedStateChanged(org.eclipse.gef.EditPart)
public void childAdded(EditPart child, int index)
public void partActivated(EditPart editpart)
public void partDeactivated(EditPart editpart)
public void removingChild(EditPart child, int index)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |