Uses of Interface
net.infonode.properties.propertymap.PropertyMap

Packages that use PropertyMap
net.infonode.docking.properties Property classes for docking windows. 
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 PropertyMap in net.infonode.docking.properties
 

Constructors in net.infonode.docking.properties with parameters of type PropertyMap
WindowTabStateProperties(PropertyMap map)
          Creates a property object containing the map.
WindowTabProperties(PropertyMap map)
          Creates a property object containing the map.
WindowTabButtonProperties(PropertyMap map)
          Creates a property object containing the map.
WindowBarProperties(PropertyMap map)
          Creates a property object containing the map.
ViewTitleBarStateProperties(PropertyMap map)
          Creates a property object containing the map.
ViewTitleBarProperties(PropertyMap map)
          Creates a property object containing the map.
ViewProperties(PropertyMap map)
          Creates a property object containing the map.
TabWindowProperties(PropertyMap map)
          Creates a property object containing the map.
SplitWindowProperties(PropertyMap map)
          Creates a property map containing the map.
RootWindowProperties(PropertyMap map)
          Creates a property object containing the map.
FloatingWindowProperties(PropertyMap map)
          Creates a property map containing the map.
DockingWindowProperties(PropertyMap map)
          Creates a property map containing the map.
DockingWindowDropFilterProperties(PropertyMap map)
          Creates a property object containing the map.
 

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

Constructors in net.infonode.properties.gui.util with parameters of type PropertyMap
ShapedPanelProperties(PropertyMap map)
          Creates a property map containing the map.
ComponentProperties(PropertyMap map)
          Creates a property map containing the map.
ButtonProperties(PropertyMap map)
          Creates a property map containing the map.
 

Uses of PropertyMap in net.infonode.properties.propertymap
 

Methods in net.infonode.properties.propertymap that return PropertyMap
 PropertyMap PropertyMap.removeSuperMap()
          Removes the most recently added super map.
 PropertyMap PropertyMap.getSuperMap()
          Returns the most recently added super map.
 PropertyMap PropertyMap.copy(boolean copySuperMapRefs, boolean recursive)
          Creates a copy of this map.
 PropertyMap PropertyMapContainer.getMap()
          Returns the property map.
static PropertyMap PropertyMapFactory.create(PropertyMapGroup propertyGroup)
          Creates a property map that can contain values for properties in the given property group.
static PropertyMap PropertyMapFactory.create(PropertyMap inheritFrom)
          Creates a property map with the same property group as inheritFrom.
 PropertyMap PropertyMapGroup.getDefaultMap()
          Returns the property map containing the default values for properties in this group.
 PropertyMap PropertyMapProperty.get(Object valueContainer)
          Return the property valueContainer value for this property in the value container.
 

Methods in net.infonode.properties.propertymap with parameters of type PropertyMap
 void PropertyMap.addSuperMap(PropertyMap superMap)
          Adds a super map to this map.
 boolean PropertyMap.removeSuperMap(PropertyMap superMap)
          Removes a super map that has previously been added using addSuperMap(PropertyMap).
 boolean PropertyMap.replaceSuperMap(PropertyMap oldSuperMap, PropertyMap newSuperMap)
          Replaces a super map that has previously been added using addSuperMap(PropertyMap).
 Object PropertyMap.createRelativeRef(Property fromProperty, PropertyMap toMap, Property toProperty)
          Creates a relative reference from one property value to another property value.
 boolean PropertyMap.valuesEqualTo(PropertyMap propertyMap, boolean recursive)
          Returns true if all the values in this property map is equal to the values in the given map.
static PropertyMap PropertyMapFactory.create(PropertyMap inheritFrom)
          Creates a property map with the same property group as inheritFrom.
 void PropertyMapListener.propertyValuesChanged(PropertyMap propertyMap, Map changes)
          Invoked when one or more property values have changed in a property map.
static void PropertyMapWeakListenerManager.addWeakListener(PropertyMap map, PropertyMapListener listener)
          Adds a weak listener to a PropertyMap.
static void PropertyMapWeakListenerManager.addWeakPropertyChangeListener(PropertyMap map, Property property, PropertyChangeListener listener)
          Adds a weak property change listener to a PropertyMap.
static void PropertyMapWeakListenerManager.addWeakTreeListener(PropertyMap map, PropertyMapTreeListener listener)
          Adds a weak tree listener to a PropertyMap.
static void PropertyMapWeakListenerManager.removeWeakListener(PropertyMap map, PropertyMapListener listener)
          Removes a listener previously added with PropertyMapWeakListenerManager.addWeakListener(PropertyMap, PropertyMapListener).
static void PropertyMapWeakListenerManager.removeWeakPropertyChangeListener(PropertyMap map, Property property, PropertyChangeListener listener)
          Removes a listener previously added with PropertyMapWeakListenerManager.addWeakPropertyChangeListener(PropertyMap, net.infonode.properties.base.Property, net.infonode.properties.util.PropertyChangeListener).
static void PropertyMapWeakListenerManager.removeWeakTreeListener(PropertyMap map, PropertyMapTreeListener listener)
          Removes a listener previously added with PropertyMapWeakListenerManager.addWeakTreeListener(PropertyMap, PropertyMapTreeListener).
 

Constructors in net.infonode.properties.propertymap with parameters of type PropertyMap
PropertyMapContainer(PropertyMap map)
          Constructor.
 

Uses of PropertyMap in net.infonode.tabbedpanel
 

Constructors in net.infonode.tabbedpanel with parameters of type PropertyMap
TabbedPanelProperties(PropertyMap map)
          Constructs a TabbedPanelProperties map with the given map as property storage
TabbedPanelContentPanelProperties(PropertyMap map)
          Constructs a TabbedPanelContentPanelProperties map with the given map as property storage
TabbedPanelButtonProperties(PropertyMap object)
          Constructs a TabbedPanelButtonProperties object with the given object as property storage
TabAreaProperties(PropertyMap object)
          Constructs a TabAreaProperties object with the given object as property storage
TabAreaComponentsProperties(PropertyMap object)
          Constructs a TabAreaComponentsProperties object with the given object as property storage
 

Uses of PropertyMap in net.infonode.tabbedpanel.titledtab
 

Constructors in net.infonode.tabbedpanel.titledtab with parameters of type PropertyMap
TitledTabStateProperties(PropertyMap map)
          Constructs a TitledTabStateProperties map with the give map as property storage
TitledTabProperties(PropertyMap object)
          Constructs a TitledTabProperties object with the give object as property storage
 



Copyright © 2007 NNL Technology AB. All Rights Reserved.