Enum Class LAF

java.lang.Object
java.lang.Enum<LAF>
be.gaudry.swing.laf.LAF
All Implemented Interfaces:
Serializable, Comparable<LAF>, Constable

public enum LAF extends Enum<LAF>
Since:
1.0 28 sept. 2008
Author:
Steph GAUDRY
  • Enum Constant Details

    • PLASTIC

      public static final LAF PLASTIC
    • PLASTIC_3D

      public static final LAF PLASTIC_3D
    • PLASTIC_XP

      public static final LAF PLASTIC_XP
    • SYSTEM

      public static final LAF SYSTEM
    • CROSS_PLATFORM

      public static final LAF CROSS_PLATFORM
    • ACRYL

      public static final LAF ACRYL
    • AERO

      public static final LAF AERO
    • ALUMINIUM

      public static final LAF ALUMINIUM
    • BERNSTEIN

      public static final LAF BERNSTEIN
    • FAST

      public static final LAF FAST
    • HIFI

      public static final LAF HIFI
    • LUNA

      public static final LAF LUNA
    • MC_WIN

      public static final LAF MC_WIN
    • MINT

      public static final LAF MINT
    • NOIR

      public static final LAF NOIR
    • SMART

      public static final LAF SMART
  • Method Details

    • values

      public static LAF[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static LAF valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getLafName

      public String getLafName()
      Returns:
      the laf name
    • getLafClassName

      public String getLafClassName()
      Returns:
      the laf className
    • getFromClassName

      public static LAF getFromClassName(String lafClassName)
      Parameters:
      lafClassName - the className of the LAF to return
      Returns:
      the LAF constant of the specified className or system LAF if an error occurs