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

Packages that use Named
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.util.factory Basic factory API with default implementations. 
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 Named in org.base.apps.api
 

Subinterfaces of Named 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 Named in org.base.apps.api.view.util
 

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

Uses of Named in org.base.apps.beans
 

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

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

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

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

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

Uses of Named in org.base.apps.core
 

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

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

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

Classes in org.base.apps.core.swing that implement Named
 class SwingApplication<D,C extends Component>
          Swing implementation of Application.
 class SwingViewFactory<C extends Component>
          Default Swing implementation of a BoundViewFactory.
 

Constructors in org.base.apps.core.swing with parameters of type Named
SwingViewFactory(Named named)
           
 

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

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

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

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

Uses of Named in org.base.apps.util
 

Subinterfaces of Named in org.base.apps.util
 interface Nameable
          A mutable version of the Named interface.
 

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

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

Classes in org.base.apps.util.config that implement Named
 class EnvConfig
          The root parent for all ResourceManagers and provides direct access to the "env" configuration bundle.
 class Property
          Represents a key-value pair.
 class ResourceManager
          Utility to provide typecasting access, variable substitution, and token replacement capability to a resource bundle.
 

Methods in org.base.apps.util.config with parameters of type Named
static ResourceManager ResourceManager.getResourceManager(Named name)
          Factory method for named ResourceManagers.
static ResourceManager ResourceManager.getResourceManager(Named parent, Named child)
          Factory method for named ResourceManagers that are children of, and thus inherit properties from, a parent ResourceManager.
protected  void ResourceManager.loadBundles(Named rsrc)
          Loads the configuration resources by name.
 

Constructors in org.base.apps.util.config with parameters of type Named
ResourceManager(Named rsrcName)
          Constructs a ResourceManager and loads its resources.
 

Uses of Named in org.base.apps.util.factory
 

Classes in org.base.apps.util.factory that implement Named
 class ConfigurableFactory
          Factory implementation configured via a ResourceManager.
 

Constructors in org.base.apps.util.factory with parameters of type Named
ConfigurableFactory(Named named)
           
 

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

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

Classes in org.base.apps.xml.elem that implement Named
 class ElementFactory
           
 

Methods in org.base.apps.xml.elem with parameters of type Named
static ElementFactory ElementFactory.newInstance(Named configuration)
          Creates a new ElementFactory with the given named configuration.
 

Constructors in org.base.apps.xml.elem with parameters of type Named
ElementFactory(Named cfg)
          Constructor with configuration override.
 

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

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


Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)