Class PropertyMapContainer
- java.lang.Object
-
- net.infonode.properties.propertymap.PropertyMapContainer
-
- Direct Known Subclasses:
ButtonProperties,ComponentProperties,DockingWindowDropFilterProperties,DockingWindowProperties,FloatingWindowProperties,RootWindowProperties,ShapedPanelProperties,SplitWindowProperties,TabAreaComponentsProperties,TabAreaProperties,TabbedPanelButtonProperties,TabbedPanelContentPanelProperties,TabbedPanelProperties,TabWindowProperties,TitledTabProperties,TitledTabStateProperties,ViewProperties,ViewTitleBarProperties,ViewTitleBarStateProperties,WindowBarProperties,WindowTabButtonProperties,WindowTabProperties,WindowTabStateProperties
public class PropertyMapContainer extends java.lang.ObjectBase class for property classes that use aPropertyMap.
-
-
Constructor Summary
Constructors Constructor Description PropertyMapContainer(PropertyMap map)Constructor.PropertyMapContainer(PropertyMapGroup propertyMapGroup)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyMapgetMap()Returns the property map.
-
-
-
Constructor Detail
-
PropertyMapContainer
public PropertyMapContainer(PropertyMapGroup propertyMapGroup)
Constructor.- Parameters:
propertyMapGroup- the property map group
-
PropertyMapContainer
public PropertyMapContainer(PropertyMap map)
Constructor.- Parameters:
map- the property map
-
-
Method Detail
-
getMap
public PropertyMap getMap()
Returns the property map.- Returns:
- the property map
-
-