Uses of Interface
is.codion.swing.common.ui.laf.LookAndFeelEnabler
Packages that use LookAndFeelEnabler
Package
Description
Package configuration values:
ExceptionDialogBuilder.SYSTEM_PROPERTIES
LookAndFeelComboBox.INCLUDE_INSTALLED_LOOK_AND_FEELS
Look and feel related classes
-
Uses of LookAndFeelEnabler in is.codion.plugin.flatlaf
Methods in is.codion.plugin.flatlaf that return types with arguments of type LookAndFeelEnabler -
Uses of LookAndFeelEnabler in is.codion.plugin.flatlaf.intellij
Methods in is.codion.plugin.flatlaf.intellij that return types with arguments of type LookAndFeelEnabler -
Uses of LookAndFeelEnabler in is.codion.swing.common.ui.dialog
Method parameters in is.codion.swing.common.ui.dialog with type arguments of type LookAndFeelEnablerModifier and TypeMethodDescriptionLookAndFeelSelectionDialogBuilder.createControl
(Consumer<LookAndFeelEnabler> selectedLookAndFeel) Creates aControl
for selecting the Look and Feel.void
LookAndFeelSelectionDialogBuilder.selectLookAndFeel
(Consumer<LookAndFeelEnabler> selectedLookAndFeel) Displays a dialog allowing the user the select between all available Look and Feels. -
Uses of LookAndFeelEnabler in is.codion.swing.common.ui.laf
Methods in is.codion.swing.common.ui.laf that return LookAndFeelEnablerModifier and TypeMethodDescriptionstatic LookAndFeelEnabler
LookAndFeelEnabler.lookAndFeelEnabler
(UIManager.LookAndFeelInfo lookAndFeelInfo) Instantiates a newLookAndFeelEnabler
, usingUIManager.setLookAndFeel(String)
to enable.static LookAndFeelEnabler
LookAndFeelEnabler.lookAndFeelEnabler
(UIManager.LookAndFeelInfo lookAndFeelInfo, Consumer<UIManager.LookAndFeelInfo> enabler) Instantiates a newLookAndFeelEnabler
.LookAndFeelComboBox.selectedLookAndFeel()
Methods in is.codion.swing.common.ui.laf that return types with arguments of type LookAndFeelEnablerModifier and TypeMethodDescriptionstatic Optional
<LookAndFeelEnabler> LookAndFeelProvider.findLookAndFeel
(Class<? extends LookAndFeel> clazz) Returns a look and feel provider for the given class, if availablestatic Optional
<LookAndFeelEnabler> LookAndFeelProvider.findLookAndFeel
(String className) Returns a look and feel provider with the given classname, if found in the available looks and feelsInstalledLookAndFeelProvider.get()
LookAndFeelProvider.get()
LookAndFeelComboBox.getModel()
static Collection
<LookAndFeelEnabler> LookAndFeelProvider.lookAndFeels()
Methods in is.codion.swing.common.ui.laf with parameters of type LookAndFeelEnablerModifier and TypeMethodDescriptionstatic void
LookAndFeelProvider.addLookAndFeel
(LookAndFeelEnabler lookAndFeelEnabler) Adds the given look and feel provider.Method parameters in is.codion.swing.common.ui.laf with type arguments of type LookAndFeelEnablerModifier and TypeMethodDescriptionLookAndFeelComboBox.Builder.onSelection
(Consumer<LookAndFeelEnabler> onSelection)