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

Packages that use PropertyMap
net.infonode.docking Core classes for the docking windows framework. 
net.infonode.docking.internalutil   
net.infonode.docking.model   
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
 

Methods in net.infonode.docking that return PropertyMap
protected  PropertyMap WindowBar.createPropertyObject()
           
protected  PropertyMap View.createPropertyObject()
           
protected  PropertyMap TabWindow.createPropertyObject()
           
protected  PropertyMap SplitWindow.createPropertyObject()
           
protected  PropertyMap RootWindow.createPropertyObject()
           
protected  PropertyMap FloatingWindow.createPropertyObject()
           
protected abstract  PropertyMap DockingWindow.createPropertyObject()
           
protected  PropertyMap WindowBar.getPropertyObject()
           
protected  PropertyMap View.getPropertyObject()
           
protected  PropertyMap TabWindow.getPropertyObject()
           
protected  PropertyMap SplitWindow.getPropertyObject()
           
protected  PropertyMap RootWindow.getPropertyObject()
           
protected  PropertyMap FloatingWindow.getPropertyObject()
           
protected abstract  PropertyMap DockingWindow.getPropertyObject()
           
 

Uses of PropertyMap in net.infonode.docking.internalutil
 

Methods in net.infonode.docking.internalutil with parameters of type PropertyMap
static boolean InternalDockingUtil.updateButtons(ButtonInfo[] buttonInfos, javax.swing.AbstractButton[] buttons, java.awt.Container container, DockingWindow window, PropertyMap map, java.util.Map changes)
           
 

Uses of PropertyMap in net.infonode.docking.model
 

Methods in net.infonode.docking.model that return PropertyMap
protected  PropertyMap RootWindowItem.createPropertyObject()
           
protected  PropertyMap WindowItem.getPropertyObject()
           
protected  PropertyMap WindowBarItem.getPropertyObject()
           
protected  PropertyMap ViewItem.getPropertyObject()
           
protected  PropertyMap TabWindowItem.getPropertyObject()
           
protected  PropertyMap SplitWindowItem.getPropertyObject()
           
protected  PropertyMap RootWindowItem.getPropertyObject()
           
protected  PropertyMap FloatingWindowItem.getPropertyObject()
           
 

Uses of PropertyMap in net.infonode.docking.properties
 

Constructors in net.infonode.docking.properties with parameters of type PropertyMap
DockingWindowDropFilterProperties(PropertyMap map)
          Creates a property object containing the map.
DockingWindowProperties(PropertyMap map)
          Creates a property map containing the map.
FloatingWindowProperties(PropertyMap map)
          Creates a property map containing the map.
RootWindowProperties(PropertyMap map)
          Creates a property object containing the map.
SplitWindowProperties(PropertyMap map)
          Creates a property map containing the map.
TabWindowProperties(PropertyMap map)
          Creates a property object containing the map.
ViewProperties(PropertyMap map)
          Creates a property object containing the map.
ViewTitleBarProperties(PropertyMap map)
          Creates a property object containing the map.
ViewTitleBarStateProperties(PropertyMap map)
          Creates a property object containing the map.
WindowBarProperties(PropertyMap map)
          Creates a property object containing the map.
WindowTabButtonProperties(PropertyMap map)
          Creates a property object containing the map.
WindowTabProperties(PropertyMap map)
          Creates a property object containing the map.
WindowTabStateProperties(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
ButtonProperties(PropertyMap map)
          Creates a property map containing the map.
ComponentProperties(PropertyMap map)
          Creates a property map containing the map.
ShapedPanelProperties(PropertyMap map)
          Creates a property map containing the map.
 

Uses of PropertyMap in net.infonode.properties.propertymap
 

Classes in net.infonode.properties.propertymap that implement PropertyMap
 class PropertyMapImpl
           
 

Fields in net.infonode.properties.propertymap declared as PropertyMap
private  PropertyMap PropertyMapWeakListenerManager.ListenerRef.map
           
private  PropertyMap PropertyMapContainer.map
           
 

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

Methods in net.infonode.properties.propertymap with parameters of type PropertyMap
 void PropertyMapImpl.addSuperMap(PropertyMap superMap)
           
 void PropertyMap.addSuperMap(PropertyMap superMap)
          Adds a super map to this 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 PropertyMap PropertyMapFactory.create(PropertyMap inheritFrom)
          Creates a property map with the same property group as inheritFrom.
 java.lang.Object PropertyMapImpl.createRelativeRef(Property fromProperty, PropertyMap toObject, Property toProperty)
           
 java.lang.Object PropertyMap.createRelativeRef(Property fromProperty, PropertyMap toMap, Property toProperty)
          Creates a relative reference from one property value to another property value.
 void PropertyMapWeakListenerManager.MapListenerRef.propertyValuesChanged(PropertyMap propertyMap, java.util.Map changes)
           
 void PropertyMapListener.propertyValuesChanged(PropertyMap propertyMap, java.util.Map changes)
          Invoked when one or more property values have changed in a property map.
private static void PropertyMapWeakListenerManager.removeFromMap(java.util.WeakHashMap map, java.lang.Object key, PropertyMap propertyMap)
           
private static void PropertyMapWeakListenerManager.removeFromMap(java.util.WeakHashMap map, java.lang.Object key, PropertyMap propertyMap, Property property)
           
 boolean PropertyMapImpl.removeSuperMap(PropertyMap superMap)
           
 boolean PropertyMap.removeSuperMap(PropertyMap superMap)
          Removes a super map that has previously been added using addSuperMap(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).
 boolean PropertyMapImpl.replaceSuperMap(PropertyMap oldSuperMap, PropertyMap newSuperMap)
           
 boolean PropertyMap.replaceSuperMap(PropertyMap oldSuperMap, PropertyMap newSuperMap)
          Replaces a super map that has previously been added using addSuperMap(PropertyMap).
 boolean PropertyMapImpl.valuesEqualTo(PropertyMap propertyObject, boolean recursive)
           
 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.
 

Constructors in net.infonode.properties.propertymap with parameters of type PropertyMap
PropertyMapContainer(PropertyMap map)
          Constructor.
PropertyMapWeakListenerManager.ListenerRef(java.lang.Object referent, java.lang.ref.ReferenceQueue q, PropertyMap map)
           
PropertyMapWeakListenerManager.MapListenerRef(PropertyMapListener referent, java.lang.ref.ReferenceQueue q, PropertyMap map)
           
PropertyMapWeakListenerManager.PropertyChangeListenerRef(PropertyChangeListener referent, java.lang.ref.ReferenceQueue q, PropertyMap map, Property property)
           
PropertyMapWeakListenerManager.TreeListenerRef(PropertyMapTreeListener referent, java.lang.ref.ReferenceQueue q, PropertyMap map)
           
 

Uses of PropertyMap in net.infonode.tabbedpanel
 

Methods in net.infonode.tabbedpanel with parameters of type PropertyMap
private  java.util.Map TabbedPanel.getMap(java.util.Map changes, PropertyMap map)
           
 

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

Uses of PropertyMap in net.infonode.tabbedpanel.titledtab
 

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