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)
           
 
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)

createUIComponent

public static UIComponent createUIComponent(java.awt.Component component)

createUIComponents

public static UIComponent[] createUIComponents(java.awt.Component[] swingComponents)


Copyright © 2004-2008. All Rights Reserved.