Openwings API Documentation (v1.1)

net.openwings.ui
Class UserInterfaceBuilderFactory

java.lang.Object
  extended bynet.openwings.ui.UserInterfaceBuilderFactory

public final class UserInterfaceBuilderFactory
extends java.lang.Object

This class provides a way to obtain an implementation of UserInterfaceBuilder. The choice of UserInterfaceBuilder implementation class is set using the net.openwings.ui.implementation property.


Constructor Summary
UserInterfaceBuilderFactory()
           
 
Method Summary
static UserInterfaceBuilder getUserInterfaceBuilder()
          This method is used to obtain a UserInterfaceBuilder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInterfaceBuilderFactory

public UserInterfaceBuilderFactory()
Method Detail

getUserInterfaceBuilder

public static UserInterfaceBuilder getUserInterfaceBuilder()
This method is used to obtain a UserInterfaceBuilder.

Returns:
object implementing the UserInterfaceBuilder interface.

Openwings API Documentation (v1.1)