|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Any UI part that supports global deletion can implement this to enable the Edit menu's delete item.
| Method Summary | |
boolean |
canDelete()
Return true if delete should be enabled based on your current selection. |
boolean |
doDelete(IProgressMonitor monitor)
Actually do the delete of currently selected items. |
boolean |
showDelete()
Return true if delete should even be shown in the popup menu |
| Methods inherited from interface org.eclipse.jface.viewers.ISelectionProvider |
addSelectionChangedListener, getSelection, removeSelectionChangedListener, setSelection |
| Method Detail |
public boolean showDelete()
public boolean canDelete()
public boolean doDelete(IProgressMonitor monitor)
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||