ch.odi.justblog.gui
Class UiFactory

java.lang.Object
  extended bych.odi.justblog.gui.UiFactory

public class UiFactory
extends java.lang.Object

Creates Ui instances.

Author:
oglueck

Field Summary
static int CLI
           
static int SWING
           
static int TEST
           
 
Method Summary
static Ui getUi(int ui)
          Valid Ui names are
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SWING

public static final int SWING
See Also:
Constant Field Values

TEST

public static final int TEST
See Also:
Constant Field Values

CLI

public static final int CLI
See Also:
Constant Field Values
Method Detail

getUi

public static Ui getUi(int ui)
Valid Ui names are

Returns:


Copyright © 2005 Ortwin Glück. All Rights Reserved.