Uses of Class
org.gnu.gdk.WindowState

Packages that use WindowState
org.gnu.gdk   
 

Uses of WindowState in org.gnu.gdk
 

Fields in org.gnu.gdk declared as WindowState
static WindowState WindowState.WITHDRAWN
           
static WindowState WindowState.ICONIFIED
           
static WindowState WindowState.MAXIMIZED
           
static WindowState WindowState.STICKY
           
 

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

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


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