This method is typically called from the environment in order to determine if the implementor "needs" a GUI.
The algorithm used herein tests the BeanContextPeer, and its current children to determine if they are either Containers, Components, or if they implement Visibility and return needsGui() == true.
@return true if the implementor needs a GUI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|