Uses of Class
com.jgoodies.uif.util.Modes

Packages that use Modes
com.jgoodies.uif.util Consist of general helper classes 
 

Uses of Modes in com.jgoodies.uif.util
 

Fields in com.jgoodies.uif.util declared as Modes
static Modes Modes.ALWAYS
          Describes a mode that is always enabled.
static Modes Modes.LAF_AQUA
          Describes a mode that is enabled if and only if the current look&feel is the Mac OS X Aqua look&feel.
static Modes Modes.LAF_NON_AQUA
          Describes a mode that is enabled if and only if the current look&feel is not the Mac OS X Aqua look&feel.
static Modes Modes.LAF_NON_WINDOWS
          Describes a mode that is enabled if and only if the current look&feel is not a Windows look&feel.
static Modes Modes.LAF_WINDOWS
          Describes a mode that is enabled if and only if the current look&feel is a Windows look&feel.
static Modes Modes.NEVER
          Describes a mode that is always disabled.
static Modes Modes.OS_LINUX
          Describes a mode that is enabled if and only if the OS is Linux.
static Modes Modes.OS_MAC
          Describes a mode that is enabled if and only if the OS is Mac.
static Modes Modes.OS_NON_LINUX
          Describes a mode that is enabled if and only if the OS is not Linux.
static Modes Modes.OS_NON_MAC
          Describes a mode that is enabled if and only if the OS is not Mac.
static Modes Modes.OS_NON_WINDOWS
          Describes a mode that is enabled if and only if the OS is not Windows.
static Modes Modes.OS_WINDOWS
          Describes a mode that is enabled if and only if the OS is Windows.
 



Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.