org.uispec4j.utils
Class UIComponentFactory
java.lang.Object
org.uispec4j.utils.UIComponentFactory
public final class UIComponentFactory
- extends java.lang.Object
Factory which creates UIComponent wrappers for Swing components.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIComponentFactory
public UIComponentFactory()
addUIComponentClass
public static void addUIComponentClass(java.lang.Class uiComponentClass)
register
public static <T extends UIComponent> void register(java.lang.Class<T>... uiSpecClasses)
createUIComponent
public static UIComponent createUIComponent(java.awt.Component component)
createUIComponents
public static UIComponent[] createUIComponents(java.awt.Component[] swingComponents)
Copyright © 2004-2010. All Rights Reserved.