Uses of Class
org.gnu.gnome.RestartStyle

Packages that use RestartStyle
org.gnu.gnome   
 

Uses of RestartStyle in org.gnu.gnome
 

Fields in org.gnu.gnome declared as RestartStyle
static RestartStyle RestartStyle.IF_RUNNING
           
static RestartStyle RestartStyle.ANYWAY
           
static RestartStyle RestartStyle.IMMEDIATELY
           
static RestartStyle RestartStyle.NEVER
           
 

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

Methods in org.gnu.gnome with parameters of type RestartStyle
 void Client.setRestartStyle(RestartStyle style)
          The session manager usually only restarts clients which are running when the session was last saved.
 RestartStyle RestartStyle.or(RestartStyle other)
           
 RestartStyle RestartStyle.and(RestartStyle other)
           
 RestartStyle RestartStyle.xor(RestartStyle other)
           
 boolean RestartStyle.test(RestartStyle other)
           
 


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