Uses of Interface
is.codion.swing.common.ui.laf.LookAndFeelEnabler
Packages that use LookAndFeelEnabler
Package
Description
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 aControlfor selecting the Look and Feel.voidLookAndFeelSelectionDialogBuilder.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 LookAndFeelEnablerLookAndFeelEnabler.lookAndFeelEnabler(UIManager.LookAndFeelInfo lookAndFeelInfo) Instantiates a newLookAndFeelEnabler, usingUIManager.setLookAndFeel(String)to enable.static LookAndFeelEnablerLookAndFeelEnabler.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 voidLookAndFeelProvider.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(@Nullable Consumer<LookAndFeelEnabler> onSelection)