|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.amp.axf.view.SelectionSynchronizer
org.eclipse.amp.agf.EditPartSelectionSynchronizer
public class EditPartSelectionSynchronizer
An implementation of selection synchronizer supporting edit parts, viewers and generic objects.
Constructor Summary | |
---|---|
EditPartSelectionSynchronizer()
|
Method Summary | |
---|---|
protected java.lang.Object |
convert(org.eclipse.jface.viewers.ISelectionProvider viewer,
java.lang.Object object)
Maps the given editpart from one viewer to an editpart in another viewer. |
Methods inherited from class org.eclipse.amp.axf.view.SelectionSynchronizer |
---|
addViewer, removeViewer, replace, selectionChanged, setEnabled |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditPartSelectionSynchronizer()
Method Detail |
---|
protected java.lang.Object convert(org.eclipse.jface.viewers.ISelectionProvider viewer, java.lang.Object object)
null
if there
is no corresponding part. This method can be overridden to provide custom mapping.
convert
in class SelectionSynchronizer
viewer
- the viewer being mapped toobject
- the object
null
or a corresponding editpart
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |