|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A PageContext allows a plugin to manipulate a page it has installed into the Java Analysis Application, as well as to receive events notifing the plugin of user initiated changes to the page,
BasicPlugin.installPage(String,Component)
Method Summary | |
void |
addPageListener(PageListener listener)
Add a page listener to receive notifications of user initiated changes |
void |
close()
Closes the associated window |
java.awt.Component |
getPage()
Get the component associated with this page |
java.lang.String |
getPageName()
The name associated with the page |
void |
removePageListener(PageListener listener)
Remove a previously installed PageListener |
void |
requestShow()
Requests that the associated page be shown If the page is iconized it is deiconized, and bought to the top |
Method Detail |
public void addPageListener(PageListener listener)
listener
- The PageListener to installpublic void removePageListener(PageListener listener)
listener
- The PageListener to removepublic void requestShow()
public void close()
public java.awt.Component getPage()
public java.lang.String getPageName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |