org.uispec4j.utils
Class UIComponentFactory

java.lang.Object
  extended by org.uispec4j.utils.UIComponentFactory

public final class UIComponentFactory
extends java.lang.Object

Factory which creates UIComponent wrappers for Swing components.


Constructor Summary
UIComponentFactory()
           
 
Method Summary
static void addUIComponentClass(java.lang.Class uiComponentClass)
           
static UIComponent createUIComponent(java.awt.Component component)
           
static UIComponent[] createUIComponents(java.awt.Component[] swingComponents)
           
static
<T extends UIComponent>
void
register(java.lang.Class<T>... uiSpecClasses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComponentFactory

public UIComponentFactory()
Method Detail

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.