|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotesUIElement
A visual element in the Notes client, such as the contents of a tab. Please note that this interface has only extended IAdaptable since version 8.5.2.
Method Summary | |
---|---|
void |
activate()
Give this element focus. |
void |
addCloseListener(Listener listener)
Listen for when this element is closed. |
void |
close()
Closes the element. |
String |
getTitle()
Get the title of the element. |
String |
getUrl()
Get the URL of the element. |
IWorkbenchWindow |
getWindow()
Return the workbench window that holds the element. |
void |
removeCloseListener(Listener listener)
Remove this listener set to listen for the close event. |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
IWorkbenchWindow getWindow()
void activate()
String getUrl()
void close()
String getTitle()
void addCloseListener(Listener listener)
listener
- listener to be notified when the element is closedvoid removeCloseListener(Listener listener)
listener
- listener to remove
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |