com.metamatrix.toolbox.ui.widget
Class WidgetFactory

java.lang.Object
  extended by com.metamatrix.toolbox.ui.widget.WidgetFactory
All Implemented Interfaces:
UIConstants

public class WidgetFactory
extends java.lang.Object
implements UIConstants

Since:
2.0
Version:
2.0
Author:
John P. A. Verhaeg

Field Summary
 
Fields inherited from interface com.metamatrix.toolbox.ui.UIConstants
DATE_FORMAT_PROPERTY, SPACER_HORIZONTAL_LENGTH_PROPERTY, WINDOW_BORDER_PROPERTY
 
Constructor Summary
WidgetFactory()
           
 
Method Summary
static ButtonWidget createButton(java.lang.String key)
          Creates a button whose properties are obtained from properties files using the specified key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetFactory

public WidgetFactory()
Method Detail

createButton

public static ButtonWidget createButton(java.lang.String key)
Creates a button whose properties are obtained from properties files using the specified key.

Parameters:
key - The properties file key.
Returns:
The new button
Since:
2.0


Copyright © 2009. All Rights Reserved.