|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gef.Request
org.eclipse.gmf.runtime.diagram.ui.requests.RefreshConnectionsRequest
A request to refresh the connections. This request could have different options indicating which or how the connections should be refreshed. Or we could have different types depending on what type of relationships to refresh.
| Constructor Summary | |
RefreshConnectionsRequest(java.util.List shapes)
Constructor. |
|
RefreshConnectionsRequest(java.util.List shapes,
boolean filter)
Constructor. |
|
| Method Summary | |
java.util.List |
getShapes()
Method getShapes. |
boolean |
isFilter()
Returns if filtering is turned on or off. |
| Methods inherited from class org.eclipse.gef.Request |
getExtendedData, getType, setExtendedData, setType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RefreshConnectionsRequest(java.util.List shapes)
shapes - list of the view objects in IAdaptable form
public RefreshConnectionsRequest(java.util.List shapes,
boolean filter)
shapes - list of the view objects in IAdaptable formfilter - true to turn on filtering, false to turn it off| Method Detail |
public java.util.List getShapes()
IAdaptable shapespublic boolean isFilter()
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.