Uses of Class
bibliothek.gui.dock.support.lookandfeel.LookAndFeelList.Info

Packages that use LookAndFeelList.Info
bibliothek.gui.dock.support.lookandfeel Offers a list containing factories for various LookAndFeels. 
 

Uses of LookAndFeelList.Info in bibliothek.gui.dock.support.lookandfeel
 

Methods in bibliothek.gui.dock.support.lookandfeel that return LookAndFeelList.Info
 LookAndFeelList.Info LookAndFeelList.get(int index)
          Gets the index'th LookAndFeel.
 LookAndFeelList.Info LookAndFeelList.getDefault()
          Gets information about the LookAndFeel that is used when the system can decide on its own.
 LookAndFeelList.Info LookAndFeelList.getFull(int index)
          Gets the index'th LookAndFeel, where 0 means the default, 1 the system and anything else the normal, moved by 2 steps, LookAndFeels.
 LookAndFeelList.Info LookAndFeelList.getFull(String key)
          Gets the LookAndFeel whose unique identifier is key.
 LookAndFeelList.Info LookAndFeelList.getLookAndFeel()
          Gets the LookAndFeel which is currently used.
 LookAndFeelList.Info LookAndFeelList.getSystem()
          Gets information about the LookAndFeel that imitates the native look of the system.
 

Methods in bibliothek.gui.dock.support.lookandfeel with parameters of type LookAndFeelList.Info
 void LookAndFeelList.add(LookAndFeelList.Info info)
          Adds a new LookAndFeel to the list.
 void LookAndFeelListener.defaultLookAndFeelChanged(LookAndFeelList list, LookAndFeelList.Info lookAndFeel)
          Called when the default- LookAndFeel was exchanged.
 int LookAndFeelList.indexOf(LookAndFeelList.Info info)
          Gets the location of info.
 int LookAndFeelList.indexOfFull(LookAndFeelList.Info info)
          Gets the index of info, where 0 means the default, 1 the system and anything else the normal, moved by 2 steps, LookAndFeels.
 void LookAndFeelList.insert(int index, LookAndFeelList.Info info)
          Inserts a new LookAndFeel into the list.
 String LookAndFeelList.keyOfFull(LookAndFeelList.Info info)
          Gets a unique identifier for info.
 void LookAndFeelListener.lookAndFeelAdded(LookAndFeelList list, LookAndFeelList.Info lookAndFeel)
          Called when a selectable LookAndFeel was added to list.
 void LookAndFeelListener.lookAndFeelChanged(LookAndFeelList list, LookAndFeelList.Info lookAndFeel)
          Called when the current LookAndFeel was exchanged.
 void LookAndFeelListener.lookAndFeelRemoved(LookAndFeelList list, LookAndFeelList.Info lookAndFeel)
          Called when a selectable LookAndFeel was removed from list.
 void LookAndFeelList.remove(LookAndFeelList.Info info)
          Removes the LookAndFeel at location index from this list.
 void LookAndFeelList.setDefault(LookAndFeelList.Info defaultInfo)
          Sets the default- LookAndFeel.
 void LookAndFeelList.setLookAndFeel(LookAndFeelList.Info lookAndFeel)
          Exchanges the currently used LookAndFeel.
 void LookAndFeelList.setSystem(LookAndFeelList.Info systemInfo)
          Sets the system- LookAndFeel.
 void LookAndFeelListener.systemLookAndFeelChanged(LookAndFeelList list, LookAndFeelList.Info lookAndFeel)
          Called when the system-LookAndFeel was exchanged.