GNU Classpath (0.95) | |
Frames | No Frames |
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
LookAndFeel s that are in use. |
LookAndFeel | Returns the current look and feel (which may be null ).
|
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.
|
Classes derived from javax.swing.LookAndFeel | |
class | A custom look and feel that is designed to look similar across different
operating systems. |
Classes derived from javax.swing.LookAndFeel | |
class | A basic implementation of Swing's Look and Feel framework. |
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) .
|
GNU Classpath (0.95) |