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

Packages that use PropertyMapContainer
net.infonode.docking.properties Property classes for docking windows. 
net.infonode.properties.gui.util Utility GUI classes for properties. 
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 PropertyMapContainer in net.infonode.docking.properties
 

Subclasses of PropertyMapContainer in net.infonode.docking.properties
 class DockingWindowDropFilterProperties
          Properties and property values for DropFilters for all types of DockingWindows.
 class DockingWindowProperties
          Properties and property values common for all docking windows.
 class FloatingWindowProperties
          Properties and property values for floating windows.
 class RootWindowProperties
          Properties and property values for a root window.
 class SplitWindowProperties
          Properties and property values for split windows.
 class TabWindowProperties
          Properties and property values for tab windows.
 class ViewProperties
          Properties and property values for views.
 class ViewTitleBarProperties
          Properties and property values for a view title bar.
 class ViewTitleBarStateProperties
          Properties and property values for a view title bar state.
 class WindowBarProperties
          Properties and property values for window bars.
 class WindowTabButtonProperties
          Properties and property values for a button in a window tab.
 class WindowTabProperties
          Properties and property values for window tabs.
 class WindowTabStateProperties
          Properties and property values for the window tab buttons.
 

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

Subclasses of PropertyMapContainer in net.infonode.properties.gui.util
 class ButtonProperties
          Properties and property values for a button.
 class ComponentProperties
          Properties and property values for a JComponent.
 class ShapedPanelProperties
          Properties and property values for a shaped panel, which is a panel that can have a ShapedBorder and a ComponentPainter.
 

Uses of PropertyMapContainer in net.infonode.tabbedpanel
 

Subclasses of PropertyMapContainer in net.infonode.tabbedpanel
 class TabAreaComponentsProperties
          TabAreaComponentsProperties holds all visual properties for the area in a tabbed panel's tab area where the tab area components (scroll buttons, tab drop down list and components set by calling setTabAreaComponents in a tabbed panel) are shown.
 class TabAreaProperties
          TabAreaProperties holds all visual properties for a tabbed panel's tab area.
 class TabbedPanelButtonProperties
          Tabbed panel button properties contains properties objects for all buttons in a tabbed panel.
 class TabbedPanelContentPanelProperties
          TabbedPanelContentPanelProperties holds all properties for a TabbedPanelContentPanel.
 class TabbedPanelProperties
          TabbedPanelProperties holds all properties for a TabbedPanel.
 

Uses of PropertyMapContainer in net.infonode.tabbedpanel.titledtab
 

Subclasses of PropertyMapContainer in net.infonode.tabbedpanel.titledtab
 class TitledTabProperties
           TitledTabProperties holds all properties for a TitledTab.
 class TitledTabStateProperties
          TitledTabStateProperties holds all properties that are unique for a titled tab state.