jas2.plugin
Interface PageContext
-
public interface PageContextA 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,
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidaddPageListener(PageListener listener)Add a page listener to receive notifications of user initiated changesvoidclose()Closes the associated windowjava.awt.ComponentgetPage()Get the component associated with this pagejava.lang.StringgetPageName()The name associated with the pagevoidremovePageListener(PageListener listener)Remove a previously installed PageListenervoidrequestShow()Requests that the associated page be shown If the page is iconized it is deiconized, and bought to the top
-
-
-
Method Detail
-
addPageListener
void addPageListener(PageListener listener)
Add a page listener to receive notifications of user initiated changes- Parameters:
listener- The PageListener to install
-
removePageListener
void removePageListener(PageListener listener)
Remove a previously installed PageListener- Parameters:
listener- The PageListener to remove
-
requestShow
void requestShow()
Requests that the associated page be shown If the page is iconized it is deiconized, and bought to the top
-
close
void close()
Closes the associated window
-
getPage
java.awt.Component getPage()
Get the component associated with this page
-
getPageName
java.lang.String getPageName()
The name associated with the page
-
-
DataMelt 3.0 © DataMelt by jWork.ORG