Uses of Class
bibliothek.gui.dock.support.lookandfeel.LookAndFeelList
Packages that use LookAndFeelList
Package
Description
Some
MenuPieces to modify the layout and settings of an
application that uses Common.Implementations of
MenuPiece.Offers a list containing factories for various
LookAndFeels.-
Uses of LookAndFeelList in bibliothek.gui.dock.support.lookandfeel
Methods in bibliothek.gui.dock.support.lookandfeel that return LookAndFeelListModifier and TypeMethodDescriptionstatic LookAndFeelListLookAndFeelList.getDefaultList()Gets the global list ofLookAndFeelsMethods in bibliothek.gui.dock.support.lookandfeel with parameters of type LookAndFeelListModifier and TypeMethodDescriptionvoidLookAndFeelListener.defaultLookAndFeelChanged(LookAndFeelList list, LookAndFeelList.Info lookAndFeel) Called when the default-LookAndFeelwas exchanged.voidLookAndFeelListener.lookAndFeelAdded(LookAndFeelList list, LookAndFeelList.Info lookAndFeel) Called when a selectableLookAndFeelwas added tolist.voidLookAndFeelListener.lookAndFeelChanged(LookAndFeelList list, LookAndFeelList.Info lookAndFeel) Called when the currentLookAndFeelwas exchanged.voidLookAndFeelListener.lookAndFeelRemoved(LookAndFeelList list, LookAndFeelList.Info lookAndFeel) Called when a selectableLookAndFeelwas removed fromlist.static voidLookAndFeelList.setDefaultList(LookAndFeelList list) Sets the defaultLookAndFeelList.voidLookAndFeelListener.systemLookAndFeelChanged(LookAndFeelList list, LookAndFeelList.Info lookAndFeel) Called when the system-LookAndFeelwas exchanged.