Uses of Interface
com.ccg.values.ValuesConfig

Packages that use ValuesConfig
com.ccg.values Value Transfer Classes. 
 

Uses of ValuesConfig in com.ccg.values
 

Classes in com.ccg.values that implement ValuesConfig
 class ValuesConfigBean
          A 'generic' ValuesConfig implementation for beans (uses XML).
 class ValuesPropertiesAdapter
          A base ValuesConfig implementation which stores the values held in standard Java property files.
 

Fields in com.ccg.values declared as ValuesConfig
(package private)  ValuesConfig ValuesFactoryTree.Choice._Vc
           
 

Methods in com.ccg.values that return ValuesConfig
 ValuesConfig ValuesConfigModel.createValuesConfig()
          Create a new ValuesConfig object of the appropriate type.
 ValuesConfig ValuesFactoryTree.getValuesConfig(String name)
          Get the ValuesConfig which was registered under a specific name.
 ValuesConfig ValuesFactoryTree.setSelected(String name, String cname)
          Specify which ValuesEditor and (optionally) configuration is to be the current "selected" one for the factory.
 

Methods in com.ccg.values with parameters of type ValuesConfig
 void ValuesFactoryTree.add(String name, ValuesEditor ve, ValuesConfig vc, Object tobj)
          Registers (adds/replaces) a single editor/config within the factory.
 

Constructors in com.ccg.values with parameters of type ValuesConfig
ValuesFactoryTree.Choice(String name, ValuesEditor ve, ValuesConfig vc, Object tobj)
           
 



Copyright 1998-1998-2006 null. All Rights Reserved.