|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemRenameTarget
Any UI part that supports the common rename action can implement this to enable the rename popup menu action, supplied by the system explorer view.
Method Summary | |
---|---|
boolean |
canRename()
Return true if rename should be enabled based on your current selection. |
boolean |
doRename(String[] newNames)
Actually do the rename of currently selected items. |
boolean |
showRename()
Return true if rename should even be shown in the popup menu |
Methods inherited from interface org.eclipse.jface.viewers.ISelectionProvider |
---|
addSelectionChangedListener, getSelection, removeSelectionChangedListener, setSelection |
Method Detail |
---|
boolean showRename()
boolean canRename()
boolean doRename(String[] newNames)
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |