Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.swing

Interface UIDefaults.ActiveValue

java.lang.Object
|
+--javax.swing.UIDefaults.ActiveValue


public static interface UIDefaults.ActiveValue

UIDefaults is a database where all settings and interface bindings are stored into. An PLAF implementation fills one of these (see for example plaf/basic/BasicDefaults.java) with "JButton" -> new BasicButtonUI().

Author:

Method Summary

java.lang.ObjectcreateValue(javax.swing.UIDefaults table)

UIDefaults is a database where all settings and interface bindings are stored into.

Method Details

createValue

public Object createValue(javax.swing.UIDefaults table)

UIDefaults is a database where all settings and interface bindings are stored into. An PLAF implementation fills one of these (see for example plaf/basic/BasicDefaults.java) with "JButton" -> new BasicButtonUI().

Author:Parameters: