|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContent
Platform and technology independent windowed content definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
Method Summary | ||
---|---|---|
|
getOpener()
Gets the opener of the content. |
|
void |
notifyDestroy()
Notifies the IContent, that it will be destroyed. |
|
void |
notifyVisible()
Notifies the IContent, that it is now positioned and showing. |
|
|
setOpener(OP pOpener)
Sets the opener of the content. |
Methods inherited from interface javax.rad.ui.IResource |
---|
getResource |
Method Detail |
---|
void notifyVisible()
void notifyDestroy()
SecurityException
- to prevent from being destroyed.<OP> void setOpener(OP pOpener)
OP
- the opener typepOpener
- the opener component or null
if the component is
unknown<OP> OP getOpener()
OP
- the opener type
null
if the opener is unknown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |