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.


Variable Index

 o BaseThemeClassName
The name of the class from which all Metal themes must derive.

Constructor Index

 o xu_MetalThemeFactory()

Method Index

 o createTheme(String)
Create a Metal theme whose class name is InputThemeClassName.

Variables

 o BaseThemeClassName
 public static final String BaseThemeClassName
The name of the class from which all Metal themes must derive.

Constructors

 o xu_MetalThemeFactory
 public xu_MetalThemeFactory()

Methods

 o 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