Uses of Class
org.gnu.gdk.PropMode

Packages that use PropMode
org.gnu.gdk   
 

Uses of PropMode in org.gnu.gdk
 

Fields in org.gnu.gdk declared as PropMode
static PropMode PropMode.REPLACE
           
static PropMode PropMode.PREPEND
           
static PropMode PropMode.APPEND
           
 

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

Methods in org.gnu.gdk with parameters of type PropMode
 PropMode PropMode.or(PropMode other)
           
 PropMode PropMode.and(PropMode other)
           
 PropMode PropMode.xor(PropMode other)
           
 boolean PropMode.test(PropMode other)
           
 


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