Uses of Interface
org.jconfig.Category

Packages that use Category
org.jconfig   
org.jconfig.event   
 

Uses of Category in org.jconfig
 

Classes in org.jconfig that implement Category
 class DefaultCategory
          This class is the result of countless discussions of what a Category should be.
 class NestedCategory
          This class is the result of countless discussions of what a Category should be.
 

Methods in org.jconfig that return Category
 Category DefaultConfiguration.getCategory()
          Returns the main category for this configuration
 Category DefaultConfiguration.getCategory(java.lang.String name)
          Returns a category based on the name provided.
 Category NestedConfiguration.getCategory(java.lang.String name)
          Returns a category based on the name provided.
 Category DefaultCategory.setProperty(java.lang.String propertyName, java.lang.String propertyValue)
          Sets the property with the value given.
 Category Category.setProperty(java.lang.String propertyName, java.lang.String propertyValue)
          Sets the property with the value given.
 Category Configuration.getCategory()
          Returns the main category for this configuration
 Category Configuration.getCategory(java.lang.String name)
          Returns a category based on the name provided.
 

Methods in org.jconfig with parameters of type Category
 void DefaultConfiguration.setCategory(Category category)
           
 void NestedConfiguration.setCategory(Category category)
           
 void NestedCategory.addCategory(Category cat)
           
 void Configuration.setCategory(Category category)
           
 

Uses of Category in org.jconfig.event
 

Methods in org.jconfig.event that return Category
 Category CategoryChangedEvent.getCategory()
          The name of the Category
 Category ConfigurationChangedEventImpl.getCategory()
           
 

Constructors in org.jconfig.event with parameters of type Category
ConfigurationChangedEventImpl(int eventType, Category category, java.lang.String propertyName, java.lang.String oldValue, java.lang.String newValue)
           
 



Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.