|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is for expert developers, and is not needed for normal simple beans. To avoid confusing end-users we avoid using getXXX setXXX design patterns for these methods.
Method Summary | |
boolean | avoidingGui()
|
void | dontUseGui()
This method instructs the bean that it should not use the Gui. |
boolean | needsGui()
|
void | okToUseGui()
This method instructs the bean that it is OK to use the Gui. |
Method Detail |
public boolean needsGui()
public void dontUseGui()
public void okToUseGui()
public boolean avoidingGui()
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |