Uses of Class
net.infonode.properties.propertymap.PropertyMapGroup

Packages that use PropertyMapGroup
net.infonode.properties.gui.util Utility GUI classes for properties. 
net.infonode.properties.propertymap Property maps are used for storage of property values.  
net.infonode.tabbedpanel Core classes for creating and using tabbed panels and tabs 
net.infonode.tabbedpanel.titledtab TitledTab is a tab type with support for text, icon and a custom Swing component 
 

Uses of PropertyMapGroup in net.infonode.properties.gui.util
 

Fields in net.infonode.properties.gui.util declared as PropertyMapGroup
static PropertyMapGroup ShapedPanelProperties.PROPERTIES
          Property group for all shaped panel properties.
static PropertyMapGroup ComponentProperties.PROPERTIES
          Property group for all component properties.
static PropertyMapGroup ButtonProperties.PROPERTIES
          Property group for all button properties.
 

Uses of PropertyMapGroup in net.infonode.properties.propertymap
 

Methods in net.infonode.properties.propertymap that return PropertyMapGroup
 PropertyMapGroup PropertyMapProperty.getPropertyMapGroup()
          Returns the property group which property maps can be used as values for this property.
 

Methods in net.infonode.properties.propertymap with parameters of type PropertyMapGroup
static PropertyMap PropertyMapFactory.create(PropertyMapGroup propertyGroup)
          Creates a property map that can contain values for properties in the given property group.
 

Constructors in net.infonode.properties.propertymap with parameters of type PropertyMapGroup
PropertyMapContainer(PropertyMapGroup propertyMapGroup)
          Constructor.
PropertyMapGroup(PropertyMapGroup superGroup, String name, String description)
          Creates a group with a super group.
PropertyMapProperty(PropertyGroup group, String name, String description, PropertyMapGroup propertyGroup)
          Constructor.
 

Uses of PropertyMapGroup in net.infonode.tabbedpanel
 

Fields in net.infonode.tabbedpanel declared as PropertyMapGroup
static PropertyMapGroup TabbedPanelProperties.PROPERTIES
          A property group for all properties in TabbedPanelProperties
static PropertyMapGroup TabbedPanelContentPanelProperties.PROPERTIES
          A property group for all properties in TabbedPanelContentPanelProperties
static PropertyMapGroup TabbedPanelButtonProperties.PROPERTIES
          A property group for all button properties in a tabbed panel
static PropertyMapGroup TabAreaProperties.PROPERTIES
          A property group for all properties in TabAreaProperties
static PropertyMapGroup TabAreaComponentsProperties.PROPERTIES
          A property group for all properties in TabAreaComponentsProperties
 

Uses of PropertyMapGroup in net.infonode.tabbedpanel.titledtab
 

Fields in net.infonode.tabbedpanel.titledtab declared as PropertyMapGroup
static PropertyMapGroup TitledTabStateProperties.PROPERTIES
          A property group for all properties in TitledTabStateProperties
static PropertyMapGroup TitledTabProperties.PROPERTIES
          A property group for all properties in TitledTabProperties
 



Copyright © 2007 NNL Technology AB. All Rights Reserved.