base
Class InternetCafe

java.lang.Object
  extended by base.InternetCafe

public class InternetCafe
extends java.lang.Object


Constructor Summary
InternetCafe()
           
 
Method Summary
static InternetCafe getInstance()
           
 ICMainFrame getMainFrame()
           
static StatusBarPanel getStatusBar()
           
static ICToolBar getToolBar()
           
protected static void initInternetCafe()
           
protected static void initJDBS(User user)
           
protected static void initLogin()
           
static void main(java.lang.String[] arg)
           
static void setStatusBarMessage(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternetCafe

public InternetCafe()
Method Detail

getInstance

public static InternetCafe getInstance()

getMainFrame

public ICMainFrame getMainFrame()

getStatusBar

public static StatusBarPanel getStatusBar()

getToolBar

public static ICToolBar getToolBar()

setStatusBarMessage

public static void setStatusBarMessage(java.lang.String message)
Parameters:
message - A new message to show on the status bar.

initInternetCafe

protected static void initInternetCafe()

initLogin

protected static void initLogin()

initJDBS

protected static void initJDBS(User user)

main

public static void main(java.lang.String[] arg)


Copyright © 2006 SF.net. All Rights Reserved.