javax.swing.plaf.metal
Class MetalLookAndFeel.FontActiveValue
java.lang.Object
javax.swing.plaf.metal.MetalLookAndFeel.FontActiveValue
- All Implemented Interfaces:
- UIDefaults.ActiveValue
- Enclosing class:
- MetalLookAndFeel
- private static class MetalLookAndFeel.FontActiveValue
- extends Object
- implements UIDefaults.ActiveValue
FontActiveValue redirects to the appropriate metal theme method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
private int type
theme
private MetalTheme theme
MetalLookAndFeel.FontActiveValue
MetalLookAndFeel.FontActiveValue(MetalTheme theme,
int type)
createValue
public Object createValue(UIDefaults table)
- Description copied from interface:
UIDefaults.ActiveValue
- Creates the value retrieved from the
UIDefaults
table.
The object is created each time it is accessed.
- Specified by:
createValue
in interface UIDefaults.ActiveValue
- Parameters:
table
- a UIDefaults
table
- Returns:
- the created
Object