Uses of Class
org.base.apps.util.BaseNameable

Packages that use BaseNameable
org.base.apps.beans   
org.base.apps.beans.view.swing   
org.base.apps.core   
org.base.apps.core.data   
org.base.apps.core.swing   
org.base.apps.example.bank.byhand   
 

Uses of BaseNameable in org.base.apps.beans
 

Subclasses of BaseNameable in org.base.apps.beans
 class BoundProperty
           
 

Uses of BaseNameable in org.base.apps.beans.view.swing
 

Subclasses of BaseNameable in org.base.apps.beans.view.swing
 class ColumnInfo
           
 

Uses of BaseNameable in org.base.apps.core
 

Subclasses of BaseNameable in org.base.apps.core
 class BaseApplication<D,V>
           
 

Uses of BaseNameable in org.base.apps.core.data
 

Subclasses of BaseNameable in org.base.apps.core.data
 class BaseData<D>
           
 class FileData<D>
          Implementation of ApplicationData to support file persistence, serializing a bean to and from XML, which is written to and read from the file, respectively.
 

Uses of BaseNameable in org.base.apps.core.swing
 

Subclasses of BaseNameable in org.base.apps.core.swing
 class SwingApplication<D,C extends Component>
          Swing implementation of Application.
 

Uses of BaseNameable in org.base.apps.example.bank.byhand
 

Subclasses of BaseNameable in org.base.apps.example.bank.byhand
 class AccountApplication
          An example of creating a BASE Application manually; that is, not using BASE annotations to generate one.
 


Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)