API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.beans. Visibility View Source
Author(s)
Since
Version
Serial
Hierarchy
 Visibility
Subinterfaces
Description
public interface Visibility
  Under some circumstances a bean may be run on servers where a GUI is not available.
See also:   
Methods
Hide/Show inherited methods
public boolean avoidingGui ()
  Determines whether this bean is avoiding using a GUI.
public void dontUseGui ()
This method instructs the bean that it should not use the Gui.
public boolean needsGui ()
  Determines whether this bean needs a GUI.
public void okToUseGui ()
This method instructs the bean that it is OK to use the Gui.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar