ch.odi.justblog
Class JustBlog

java.lang.Object
  extended bych.odi.justblog.JustBlog

public class JustBlog
extends java.lang.Object

The application's main class.

Author:
oglueck

Constructor Summary
JustBlog(java.lang.String uiName)
           
 
Method Summary
static JustBlog app()
          Provides everybody with the current applicatio instance.
 Ui getUi()
          Gets the application's user interface.
static void main(java.lang.String[] args)
          Starts the application TODO accept parameters to choose a GUI: swing, test, cli
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JustBlog

public JustBlog(java.lang.String uiName)
Method Detail

getUi

public Ui getUi()
Gets the application's user interface.

Returns:

app

public static JustBlog app()
Provides everybody with the current applicatio instance.

Returns:

main

public static void main(java.lang.String[] args)
Starts the application TODO accept parameters to choose a GUI: swing, test, cli

Parameters:
args -


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