枚举类 Keys

java.lang.Object
java.lang.Enum<Keys>
com.tlcsdm.core.javafx.util.Keys
所有已实现的接口:
Serializable, Comparable<Keys>, Constable

public enum Keys extends Enum<Keys>
系统配置属性类
作者:
unknowIfGuestInDream
  • 枚举常量详细资料

    • MainWindowWidth

      public static final Keys MainWindowWidth
      系统属性
    • MainWindowHeight

      public static final Keys MainWindowHeight
    • MainWindowTop

      public static final Keys MainWindowTop
    • MainWindowLeft

      public static final Keys MainWindowLeft
    • ControlDividerPosition

      public static final Keys ControlDividerPosition
    • Locale

      public static final Keys Locale
    • RememberWindowLocation

      public static final Keys RememberWindowLocation
    • ConfirmExit

      public static final Keys ConfirmExit
    • CheckForUpdatesAtStartup

      public static final Keys CheckForUpdatesAtStartup
    • ScreenshotHideWindow

      public static final Keys ScreenshotHideWindow
    • ScreenColorPickerHideWindow

      public static final Keys ScreenColorPickerHideWindow
    • Theme

      public static final Keys Theme
    • UseDevMode

      public static final Keys UseDevMode
    • UseEasterEgg

      public static final Keys UseEasterEgg
    • PreferenceSelectedCategory

      public static final Keys PreferenceSelectedCategory
    • PreferenceDividerPosition

      public static final Keys PreferenceDividerPosition
    • PreferenceWindowWidth

      public static final Keys PreferenceWindowWidth
    • PreferenceWindowHeight

      public static final Keys PreferenceWindowHeight
    • PreferenceWindowPosX

      public static final Keys PreferenceWindowPosX
    • PreferenceWindowPosY

      public static final Keys PreferenceWindowPosY
    • SkipBootAnimation

      public static final Keys SkipBootAnimation
  • 字段详细资料

    • keyName

      private final String keyName
  • 构造器详细资料

    • Keys

      private Keys(String keyName)
  • 方法详细资料

    • values

      public static Keys[] values()
      返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
      返回:
      包含该枚举类的常量的数组,顺序与声明这些常量的顺序相同
    • valueOf

      public static Keys valueOf(String name)
      返回带有指定名称的该类的枚举常量。 字符串必须与用于声明该类的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - 如果该枚举类没有带有指定名称的常量
      NullPointerException - 如果参数为空值
    • fromKeyName

      public static Keys fromKeyName(String keyName)
    • getKeyName

      public String getKeyName()