public interface Visibility
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.
Modifier and Type | Method and Description |
---|---|
boolean |
avoidingGui()
Determines whether this bean is avoiding using a GUI.
|
void |
dontUseGui()
This method instructs the bean that it should not use the Gui.
|
boolean |
needsGui()
Determines whether this bean needs a GUI.
|
void |
okToUseGui()
This method instructs the bean that it is OK to use the Gui.
|
boolean needsGui()
void dontUseGui()
void okToUseGui()
boolean avoidingGui()
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.