|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base interface for all local contexts in which extensions may be invoked. Allows the extension code to interact with the container in which it is activated.
Method Summary | |
void |
disable()
causes the functionality of the extension to be disabled for the life time of this container. |
java.awt.Component |
getComponent()
get the component from which the extension is invoked. |
void |
outputError(java.lang.String errorText)
causes the application to display an error dialog with the specified error message. |
void |
setServerArchive(boolean b)
enable server archive for the content exhanged using this container. |
Method Detail |
public void outputError(java.lang.String errorText)
errorText
- text to be displayed in the error dialogpublic void disable()
public java.awt.Component getComponent()
public void setServerArchive(boolean b)
b
- whether to enable server archive. true means the content
is archived.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |