All Packages Class Hierarchy This Package Previous Next Index
Class xu.xu_MetalThemeFactory
java.lang.Object
|
+----xm.xm_Factory
|
+----xu.xu_MetalThemeFactory
- public class xu_MetalThemeFactory
- extends xm_Factory
Factory for generating Swing Metal theme objects, given a theme class name.
-
BaseThemeClassName
- The name of the class from which all Metal themes must derive.
-
xu_MetalThemeFactory()
-
-
createTheme(String)
- Create a Metal theme whose class name is InputThemeClassName.
BaseThemeClassName
public static final String BaseThemeClassName
- The name of the class from which all Metal themes must derive.
xu_MetalThemeFactory
public xu_MetalThemeFactory()
createTheme
public static MetalTheme createTheme(String InputThemeClassName) throws Exception
- Create a Metal theme whose class name is InputThemeClassName.
- Parameters:
- InputThemeClassName - The class name of the theme we want to create
- Returns:
- The newly-created theme
- Throws: Exception
- We were unable to create the theme
All Packages Class Hierarchy This Package Previous Next Index