Uses of Class
bibliothek.gui.dock.support.lookandfeel.LookAndFeelList.Info
Packages that use LookAndFeelList.Info
-
Uses of LookAndFeelList.Info in bibliothek.gui.dock.support.lookandfeel
Methods in bibliothek.gui.dock.support.lookandfeel that return LookAndFeelList.InfoModifier and TypeMethodDescriptionLookAndFeelList.get(int index) Gets the index'thLookAndFeel.LookAndFeelList.getDefault()Gets information about theLookAndFeelthat is used when the system can decide on its own.LookAndFeelList.getFull(int index) Gets the index'thLookAndFeel, where 0 means thedefault, 1 thesystemand anything else thenormal, moved by 2 steps, LookAndFeels.Gets theLookAndFeelwhose unique identifier iskey.LookAndFeelList.getLookAndFeel()Gets theLookAndFeelwhich is currently used.LookAndFeelList.getSystem()Gets information about theLookAndFeelthat imitates the native look of the system.Methods in bibliothek.gui.dock.support.lookandfeel with parameters of type LookAndFeelList.InfoModifier and TypeMethodDescriptionvoidLookAndFeelList.add(LookAndFeelList.Info info) Adds a newLookAndFeelto the list.voidLookAndFeelListener.defaultLookAndFeelChanged(LookAndFeelList list, LookAndFeelList.Info lookAndFeel) Called when the default-LookAndFeelwas exchanged.intLookAndFeelList.indexOf(LookAndFeelList.Info info) Gets the location ofinfo.intLookAndFeelList.indexOfFull(LookAndFeelList.Info info) voidLookAndFeelList.insert(int index, LookAndFeelList.Info info) Inserts a newLookAndFeelinto the list.LookAndFeelList.keyOfFull(LookAndFeelList.Info info) Gets a unique identifier forinfo.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.voidLookAndFeelList.remove(LookAndFeelList.Info info) Removes theLookAndFeelat locationindexfrom this list.voidLookAndFeelList.setDefault(LookAndFeelList.Info defaultInfo) Sets the default-LookAndFeel.voidLookAndFeelList.setLookAndFeel(LookAndFeelList.Info lookAndFeel) Exchanges the currently usedLookAndFeel.voidLookAndFeelList.setSystem(LookAndFeelList.Info systemInfo) Sets the system-LookAndFeel.voidLookAndFeelListener.systemLookAndFeelChanged(LookAndFeelList list, LookAndFeelList.Info lookAndFeel) Called when the system-LookAndFeelwas exchanged.