|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteSelectionService
A selection service tracks the selection within an object.
Method Summary | |
---|---|
java.lang.String[] |
getSelectionAsURIs()
Convenience method to retrieve the current selection as an array of URIs. |
java.lang.String[] |
getSelectionAsURIs(IRemoteWorkbenchPart part)
Convenience method to retrieve the selection of the specified part as an array of URIs. |
java.lang.String[] |
getSelectionAsURIs(java.lang.String partId)
Convenience method to retrieve the selection of the part with the specified part ID as an array of URIs. |
Method Detail |
---|
java.lang.String[] getSelectionAsURIs() throws RemoteEclipseAPIException
null
RemoteEclipseAPIException
java.lang.String[] getSelectionAsURIs(java.lang.String partId) throws RemoteEclipseAPIException
partId
- the id of the part
null
RemoteEclipseAPIException
java.lang.String[] getSelectionAsURIs(IRemoteWorkbenchPart part) throws RemoteEclipseAPIException
part
- the part
null
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |