Uses of Class
org.gnu.gnome.ClientState

Packages that use ClientState
org.gnu.gnome   
 

Uses of ClientState in org.gnu.gnome
 

Fields in org.gnu.gnome declared as ClientState
static ClientState ClientState.IDLE
           
static ClientState ClientState.SAVING_PHASE_1
           
static ClientState ClientState.WAITING_FOR_PHASE_2
           
static ClientState ClientState.SAVING_PHASE_2
           
static ClientState ClientState.FROZEN
           
static ClientState ClientState.DISCONNECTED
           
static ClientState ClientState.REGISTERING
           
 

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

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


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