java.lang.Object
javax.swing.LookAndFeel
javax.swing.plaf.basic.BasicLookAndFeel
javax.swing.plaf.synth.SynthLookAndFeel
javax.swing.plaf.nimbus.NimbusLookAndFeel
org.autogui.swing.util.NimbusLookAndFeelCustomFlat
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NimbusLookAndFeelCustomFlat.NimbusLookAndFeelCustomFlatDark
,NimbusLookAndFeelCustomFlat.NimbusLookAndFeelCustomFlatLight
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static enum
static class
static final record
static enum
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
initDefault
(UIDefaults defaults) protected void
initDefault
(UIDefaults defaults, boolean dark) protected void
initDefaultButton
(UIDefaults defaults) protected void
initDefaultButton
(UIDefaults defaults, NimbusLookAndFeelCustomFlat.LafProp button) protected void
initDefaultCheckBox
(UIDefaults defaults) protected void
initDefaultColors
(UIDefaults defaults) protected void
initDefaultComboBox
(UIDefaults defaults) protected void
protected void
protected void
initDefaultList
(UIDefaults defaults) protected void
initDefaultMenu
(UIDefaults defaults) protected void
initDefaultProgressBar
(UIDefaults defaults) protected void
initDefaultRadioButton
(UIDefaults defaults) protected void
initDefaultScroll
(UIDefaults defaults) protected void
initDefaultSlider
(UIDefaults defaults) protected void
initDefaultSpinner
(UIDefaults defaults) protected void
initDefaultSplitPane
(UIDefaults defaults) protected void
initDefaultTabbedPane
(UIDefaults defaults) protected void
initDefaultTable
(UIDefaults defaults) protected void
initDefaultTableHeader
(UIDefaults defaults) protected void
initDefaultToggleButton
(UIDefaults defaults) protected void
initDefaultToggleButton
(UIDefaults defaults, NimbusLookAndFeelCustomFlat.LafProp button) protected void
initDefaultToolBar
(UIDefaults defaults) protected void
initDefaultTree
(UIDefaults defaults) protected void
initKeys
(UIDefaults defaults) protected boolean
protected boolean
protected void
replaceKey
(InputMap im, String action, int newMod, int newKeyCode) protected void
replaceKey
(InputMap im, String action, int oldMod, int keyCode, int newMod, int newKeyCode) protected void
replaceKeys
(String name, InputMap im) Methods inherited from class javax.swing.plaf.nimbus.NimbusLookAndFeel
getDerivedColor, getDerivedColor, getDerivedColor, getDescription, getDisabledIcon, getID, getName, getStyle, initialize, register, shouldUpdateStyleOnAncestorChanged, shouldUpdateStyleOnEvent, uninitialize
Methods inherited from class javax.swing.plaf.synth.SynthLookAndFeel
createUI, getRegion, getStyleFactory, isNativeLookAndFeel, isSupportedLookAndFeel, load, load, setStyleFactory, updateStyles
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, initClassDefaults, initComponentDefaults, initSystemColorDefaults, loadSystemColors, playSound
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, getDisabledSelectedIcon, getLayoutStyle, getSupportsWindowDecorations, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, provideErrorFeedback, toString, uninstallBorder
-
Field Details
-
darkLight
-
init
protected boolean init -
back
-
base
-
backLight
-
textSelect
-
disabledText
-
selection
-
text2
-
text
-
dark
-
lazyReplaceTasks
-
-
Constructor Details
-
NimbusLookAndFeelCustomFlat
public NimbusLookAndFeelCustomFlat() -
NimbusLookAndFeelCustomFlat
-
-
Method Details
-
getDarkLight
-
getDefaults
- Overrides:
getDefaults
in classNimbusLookAndFeel
-
isDarkTheme
protected boolean isDarkTheme() -
initDefault
-
initDefaultDarkColor
protected void initDefaultDarkColor() -
initDefaultLightColor
protected void initDefaultLightColor() -
initDefault
-
initKeys
-
replaceKeys
-
replaceKey
-
replaceKey
-
doReplaceAll
protected void doReplaceAll() -
isMetaKeyBinding
protected boolean isMetaKeyBinding() -
initDefaultColors
-
initDefaultMenu
-
initDefaultScroll
-
initDefaultButton
-
initDefaultButton
-
initDefaultToggleButton
-
initDefaultToggleButton
protected void initDefaultToggleButton(UIDefaults defaults, NimbusLookAndFeelCustomFlat.LafProp button) -
initDefaultTabbedPane
-
initDefaultComboBox
-
initDefaultSpinner
-
initDefaultCheckBox
-
initDefaultProgressBar
-
initDefaultSlider
-
initDefaultRadioButton
-
initDefaultSplitPane
-
initDefaultToolBar
-
initDefaultTableHeader
-
initDefaultTable
-
initDefaultList
-
initDefaultTree
-