org.base.apps.example.bank.byhand
Class AccountApplication

java.lang.Object
  extended by org.base.apps.util.BaseNameable
      extended by org.base.apps.core.BaseApplication<D,C>
          extended by org.base.apps.core.swing.SwingApplication<Account,Component>
              extended by org.base.apps.example.bank.byhand.AccountApplication
All Implemented Interfaces:
Application<Account,Component>, Nameable, Named

public class AccountApplication
extends SwingApplication<Account,Component>

An example of creating a BASE Application manually; that is, not using BASE annotations to generate one.

Author:
Kevan Simpson

Constructor Summary
AccountApplication()
           
 
Method Summary
protected  Component createView()
           
static void main(String[] args)
           
 
Methods inherited from class org.base.apps.core.swing.SwingApplication
getFactory, launch, launch
 
Methods inherited from class org.base.apps.core.BaseApplication
configure, getApplicationInfo, getData, getView, setApplicationInfo, setData, setView
 
Methods inherited from class org.base.apps.util.BaseNameable
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.base.apps.util.Nameable
setName
 
Methods inherited from interface org.base.apps.util.Named
getName
 

Constructor Detail

AccountApplication

public AccountApplication()
Method Detail

createView

protected Component createView()
Specified by:
createView in class SwingApplication<Account,Component>
See Also:
SwingApplication.createView()

main

public static void main(String[] args)

Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)