Uses of Class
org.gnu.gnome.SaveStyle

Packages that use SaveStyle
org.gnu.gnome   
 

Uses of SaveStyle in org.gnu.gnome
 

Fields in org.gnu.gnome declared as SaveStyle
static SaveStyle SaveStyle.GLOBAL
           
static SaveStyle SaveStyle.LOCAL
           
static SaveStyle SaveStyle.BOTH
           
 

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

Methods in org.gnu.gnome with parameters of type SaveStyle
 void Client.requestSave(SaveStyle saveStyle, boolean shutdown, InteractStyle interactStyle, boolean fast, boolean global)
          Request the session manager to save the session in some way.
 SaveStyle SaveStyle.or(SaveStyle other)
           
 SaveStyle SaveStyle.and(SaveStyle other)
           
 SaveStyle SaveStyle.xor(SaveStyle other)
           
 boolean SaveStyle.test(SaveStyle other)
           
 


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