Uses of Interface
org.base.apps.util.Nameable

Packages that use Nameable
org.base.apps.api   
org.base.apps.api.view.util   
org.base.apps.beans   
org.base.apps.beans.prefs.view   
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   
org.base.apps.example.bank.byhand   
org.base.apps.util Basic utilities, including ListMap and the Named and Mutable interfaces. 
org.base.apps.util.config Basic configuration utilities, including ResourceManager
org.base.apps.xml.elem Contains Element API, a simple representation of an XML tree. 
org.base.apps.xml.elem.impl Implementation of the Element API. 
 

Uses of Nameable in org.base.apps.api
 

Subinterfaces of Nameable in org.base.apps.api
 interface Application<D,V>
          Top-level interface for a BASE Application.
 interface ApplicationData<D>
          Top-level interface for peristent BASE Application data.
 interface ApplicationInfo
          Defines contract for an Application's configuration and metadata.
 

Uses of Nameable in org.base.apps.api.view.util
 

Classes in org.base.apps.api.view.util that implement Nameable
 class BaseInfo
          Default implementation of ApplicationInfo.
 

Uses of Nameable in org.base.apps.beans
 

Classes in org.base.apps.beans that implement Nameable
 class BoundProperty
           
 

Uses of Nameable in org.base.apps.beans.prefs.view
 

Classes in org.base.apps.beans.prefs.view that implement Nameable
 class PrefNode
           
 

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

Classes in org.base.apps.beans.view.swing that implement Nameable
 class ColumnInfo
           
 

Uses of Nameable in org.base.apps.core
 

Classes in org.base.apps.core that implement Nameable
 class BaseApplication<D,V>
           
 

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

Classes in org.base.apps.core.data that implement Nameable
 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 Nameable in org.base.apps.core.swing
 

Classes in org.base.apps.core.swing that implement Nameable
 class SwingApplication<D,C extends Component>
          Swing implementation of Application.
 

Uses of Nameable in org.base.apps.example.bank
 

Classes in org.base.apps.example.bank that implement Nameable
 class Account
          Represents a checking account, with a collection of line item Transactions.
 

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

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

Uses of Nameable in org.base.apps.util
 

Classes in org.base.apps.util that implement Nameable
 class BaseNameable
          Abstract base Nameable to avoid duplicating name attribute everywhere.
 

Uses of Nameable in org.base.apps.util.config
 

Classes in org.base.apps.util.config that implement Nameable
 class Property
          Represents a key-value pair.
 

Uses of Nameable in org.base.apps.xml.elem
 

Subinterfaces of Nameable in org.base.apps.xml.elem
 interface Attr
          Defines the contract for an XML attribute.
 

Uses of Nameable in org.base.apps.xml.elem.impl
 

Classes in org.base.apps.xml.elem.impl that implement Nameable
 class BaseAttr
           
 


Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)