|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteBookmark
This class represents a bookmark of a document.
Method Summary | |
---|---|
java.lang.String |
getName()
This property returns or sets the name of the bookmark. |
IRemoteTextRange |
getRange()
This property returns the position of the bookmark. |
void |
remove()
This method removes the bookmark. |
void |
setName(java.lang.String name)
This property returns or sets the name of the bookmark. |
Method Detail |
---|
java.lang.String getName() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setName(java.lang.String name) throws RemoteEclipseAPIException
name
-
RemoteEclipseAPIException
IRemoteTextRange getRange() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void remove() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |