Uses of Class
org.gnu.gtk.PolicyType

Packages that use PolicyType
org.gnu.gtk   
 

Uses of PolicyType in org.gnu.gtk
 

Fields in org.gnu.gtk declared as PolicyType
static PolicyType PolicyType.ALWAYS
           
static PolicyType PolicyType.AUTOMATIC
           
static PolicyType PolicyType.NEVER
           
 

Methods in org.gnu.gtk that return PolicyType
static PolicyType PolicyType.intern(int value)
           
 PolicyType PolicyType.or(PolicyType other)
           
 PolicyType PolicyType.and(PolicyType other)
           
 PolicyType PolicyType.xor(PolicyType other)
           
 

Methods in org.gnu.gtk with parameters of type PolicyType
 void ScrolledWindow.setPolicy(PolicyType hScrollBarPolicy, PolicyType vScrollBarPolicy)
          Sets the scrollbar policy for the horizontal and vertical scrollbars.
 void ScrolledWindow.setPolicy(PolicyType hScrollBarPolicy, PolicyType vScrollBarPolicy)
          Sets the scrollbar policy for the horizontal and vertical scrollbars.
 PolicyType PolicyType.or(PolicyType other)
           
 PolicyType PolicyType.and(PolicyType other)
           
 PolicyType PolicyType.xor(PolicyType other)
           
 boolean PolicyType.test(PolicyType other)
           
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net