Uses of Class javax.swing.LookAndFeel

Uses in package javax.swing

Methods with parameter type javax.swing.LookAndFeel

void
Add a LookAndFeel to the list of auxiliary look and feels.
boolean
Removes a LookAndFeel (LAF) from the list of auxiliary LAFs.
void
Sets the current LookAndFeel.

Methods with return type javax.swing.LookAndFeel

LookAndFeel[]
Returns an array (possibly null) containing the auxiliary LookAndFeels that are in use.
LookAndFeel
Returns the current look and feel (which may be null).

Uses in package javax.swing.plaf.multi

Classes derived from javax.swing.LookAndFeel

class
A look and feel that provides the ability to use auxiliary look and feels in addition to the primary look and feel.

Uses in package javax.swing.plaf.metal

Classes derived from javax.swing.LookAndFeel

class
A custom look and feel that is designed to look similar across different operating systems.

Uses in package javax.swing.plaf.basic

Classes derived from javax.swing.LookAndFeel

class
A basic implementation of Swing's Look and Feel framework.

Uses in package javax.swing.plaf.synth

Classes derived from javax.swing.LookAndFeel

class
A look and feel that can be customized either by providing a file to load(InputStream,Class) or by setting a SynthStyleFactory using setStyleFactory(SynthStyleFactory).