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

Packages that use PropertyMapProperty
net.infonode.docking.internalutil   
net.infonode.docking.properties Property classes for docking windows. 
net.infonode.properties.propertymap Property maps are used for storage of property values. 
net.infonode.properties.propertymap.ref   
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 PropertyMapProperty in net.infonode.docking.internalutil
 

Fields in net.infonode.docking.internalutil declared as PropertyMapProperty
private  PropertyMapProperty AbstractButtonInfo.property
           
 

Methods in net.infonode.docking.internalutil that return PropertyMapProperty
 PropertyMapProperty ButtonInfo.getProperty()
           
 PropertyMapProperty AbstractButtonInfo.getProperty()
           
 

Constructors in net.infonode.docking.internalutil with parameters of type PropertyMapProperty
AbstractButtonInfo(PropertyMapProperty property)
           
CloseButtonInfo(PropertyMapProperty property)
           
DockButtonInfo(PropertyMapProperty property)
           
MaximizeButtonInfo(PropertyMapProperty property)
           
MinimizeButtonInfo(PropertyMapProperty property)
           
RestoreButtonInfo(PropertyMapProperty property)
           
UndockButtonInfo(PropertyMapProperty property)
           
 

Uses of PropertyMapProperty in net.infonode.docking.properties
 

Fields in net.infonode.docking.properties declared as PropertyMapProperty
static PropertyMapProperty WindowTabStateProperties.CLOSE_BUTTON_PROPERTIES
          The close button property values.
static PropertyMapProperty ViewTitleBarStateProperties.CLOSE_BUTTON_PROPERTIES
          The close button property values.
static PropertyMapProperty TabWindowProperties.CLOSE_BUTTON_PROPERTIES
          The close button property values.
static PropertyMapProperty WindowBarProperties.COMPONENT_PROPERTIES
          The window bar component property values.
static PropertyMapProperty ViewTitleBarStateProperties.COMPONENT_PROPERTIES
          Properties for the component
static PropertyMapProperty RootWindowProperties.COMPONENT_PROPERTIES
          The root window component property values.
static PropertyMapProperty FloatingWindowProperties.COMPONENT_PROPERTIES
          Properties for the component
static PropertyMapProperty WindowTabStateProperties.DOCK_BUTTON_PROPERTIES
          The dock button property values.
static PropertyMapProperty ViewTitleBarStateProperties.DOCK_BUTTON_PROPERTIES
          The dock button property values.
static PropertyMapProperty TabWindowProperties.DOCK_BUTTON_PROPERTIES
          The dock button property values.
static PropertyMapProperty RootWindowProperties.DOCKING_WINDOW_PROPERTIES
          Default property values for DockingWindows inside this root window.
static PropertyMapProperty RootWindowProperties.DRAG_LABEL_PROPERTIES
          The window drag label property values.
static PropertyMapProperty RootWindowProperties.DRAG_RECTANGLE_SHAPED_PANEL_PROPERTIES
          Shaped panel properties for the drag rectangle.
static PropertyMapProperty DockingWindowProperties.DROP_FILTER_PROPERTIES
          Property values for drop filters.
static PropertyMapProperty RootWindowProperties.FLOATING_WINDOW_PROPERTIES
          Default property values for floating windows inside this root window.
static PropertyMapProperty WindowTabProperties.FOCUSED_BUTTON_PROPERTIES
          Property values for the tab buttons when the tab is focused or a component in the tab's content component has focus.
static PropertyMapProperty WindowTabProperties.FOCUSED_PROPERTIES
          Property values for the titled tab when it is focused or a component in the tab's content component has focus.
static PropertyMapProperty ViewTitleBarProperties.FOCUSED_PROPERTIES
          Focused properties.
static PropertyMapProperty WindowTabProperties.HIGHLIGHTED_BUTTON_PROPERTIES
          Property values for the tab buttons when the tab is highlighted.
static PropertyMapProperty ViewTitleBarStateProperties.MAXIMIZE_BUTTON_PROPERTIES
          The minimize button property values.
static PropertyMapProperty TabWindowProperties.MAXIMIZE_BUTTON_PROPERTIES
          The maximize button property values.
static PropertyMapProperty WindowTabStateProperties.MINIMIZE_BUTTON_PROPERTIES
          The minimize button property values.
static PropertyMapProperty ViewTitleBarStateProperties.MINIMIZE_BUTTON_PROPERTIES
          The minimize button property values.
static PropertyMapProperty TabWindowProperties.MINIMIZE_BUTTON_PROPERTIES
          The minimize button property values.
static PropertyMapProperty WindowTabProperties.NORMAL_BUTTON_PROPERTIES
          Property values for the tab buttons when the tab is in the normal state.
static PropertyMapProperty ViewTitleBarProperties.NORMAL_PROPERTIES
          Normal properties
static PropertyMapProperty WindowTabStateProperties.RESTORE_BUTTON_PROPERTIES
          The restore button property values.
static PropertyMapProperty ViewTitleBarStateProperties.RESTORE_BUTTON_PROPERTIES
          The restore button property values.
static PropertyMapProperty TabWindowProperties.RESTORE_BUTTON_PROPERTIES
          The restore button property values.
static PropertyMapProperty ViewTitleBarStateProperties.SHAPED_PANEL_PROPERTIES
          Properties for the shaped panel
static PropertyMapProperty RootWindowProperties.SHAPED_PANEL_PROPERTIES
          The root window shaped panel property values.
static PropertyMapProperty FloatingWindowProperties.SHAPED_PANEL_PROPERTIES
          Properties for the shaped panel
static PropertyMapProperty RootWindowProperties.SPLIT_WINDOW_PROPERTIES
          Default property values for split windows inside this root window.
static PropertyMapProperty TabWindowProperties.TAB_PROPERTIES
          Default property values for the window tabs in the tab window.
static PropertyMapProperty DockingWindowProperties.TAB_PROPERTIES
          Property values for the window tab when the window is located in a TabWindow or a WindowBar.
static PropertyMapProperty WindowBarProperties.TAB_WINDOW_PROPERTIES
          Properties for the tab window used by this window bar.
static PropertyMapProperty RootWindowProperties.TAB_WINDOW_PROPERTIES
          Default property values for tab windows inside this root window.
static PropertyMapProperty TabWindowProperties.TABBED_PANEL_PROPERTIES
          Property values for the tabbed panel in the tab window.
static PropertyMapProperty WindowTabProperties.TITLED_TAB_PROPERTIES
          Property values for the titled tab used in the tab.
static PropertyMapProperty WindowTabStateProperties.UNDOCK_BUTTON_PROPERTIES
          The undock button property values.
static PropertyMapProperty ViewTitleBarStateProperties.UNDOCK_BUTTON_PROPERTIES
          The undock button property values.
static PropertyMapProperty TabWindowProperties.UNDOCK_BUTTON_PROPERTIES
          The undock button property values.
static PropertyMapProperty RootWindowProperties.VIEW_PROPERTIES
          Default property values for views inside this root window.
static PropertyMapProperty ViewProperties.VIEW_TITLE_BAR_PROPERTIES
          Properties for the view title bar
static PropertyMapProperty RootWindowProperties.WINDOW_AREA_PROPERTIES
          The window area component property values.
static PropertyMapProperty RootWindowProperties.WINDOW_AREA_SHAPED_PANEL_PROPERTIES
          The window area shaped panel property values.
static PropertyMapProperty RootWindowProperties.WINDOW_BAR_PROPERTIES
          The default window bar property values.
 

Uses of PropertyMapProperty in net.infonode.properties.propertymap
 

Fields in net.infonode.properties.propertymap declared as PropertyMapProperty
private  PropertyMapProperty PropertyMapImpl.property
           
 

Methods in net.infonode.properties.propertymap that return PropertyMapProperty
 PropertyMapProperty PropertyMapImpl.getProperty()
           
 

Methods in net.infonode.properties.propertymap with parameters of type PropertyMapProperty
 PropertyMap PropertyMapImpl.getChildMap(PropertyMapProperty property)
           
 PropertyMapImpl PropertyMapImpl.getChildMapImpl(PropertyMapProperty property)
           
 

Constructors in net.infonode.properties.propertymap with parameters of type PropertyMapProperty
PropertyMapImpl(PropertyMapGroup propertyGroup, PropertyMapImpl parent, PropertyMapProperty property)
           
PropertyMapImpl(PropertyMapImpl parent, PropertyMapProperty property)
           
 

Uses of PropertyMapProperty in net.infonode.properties.propertymap.ref
 

Constructors in net.infonode.properties.propertymap.ref with parameters of type PropertyMapProperty
PropertyMapPropertyRef(PropertyMapProperty property)
           
 

Uses of PropertyMapProperty in net.infonode.tabbedpanel
 

Fields in net.infonode.tabbedpanel declared as PropertyMapProperty
static PropertyMapProperty TabbedPanelProperties.BUTTON_PROPERTIES
          Button properties
static PropertyMapProperty TabbedPanelContentPanelProperties.COMPONENT_PROPERTIES
          Properties for the component
static PropertyMapProperty TabAreaProperties.COMPONENT_PROPERTIES
          Properties for the component
static PropertyMapProperty TabAreaComponentsProperties.COMPONENT_PROPERTIES
          Properties for the component
static PropertyMapProperty TabbedPanelProperties.CONTENT_PANEL_PROPERTIES
          Content area properties
static PropertyMapProperty TabbedPanelButtonProperties.SCROLL_DOWN_BUTTON_PROPERTIES
          Properties for scroll down button
static PropertyMapProperty TabbedPanelButtonProperties.SCROLL_LEFT_BUTTON_PROPERTIES
          Properties for scroll left button
static PropertyMapProperty TabbedPanelButtonProperties.SCROLL_RIGHT_BUTTON_PROPERTIES
          Properties for scroll right button
static PropertyMapProperty TabbedPanelButtonProperties.SCROLL_UP_BUTTON_PROPERTIES
          Properties for scroll up button
static PropertyMapProperty TabbedPanelContentPanelProperties.SHAPED_PANEL_PROPERTIES
          Properties for the shaped panel
static PropertyMapProperty TabAreaProperties.SHAPED_PANEL_PROPERTIES
          Properties for the shaped panel
static PropertyMapProperty TabAreaComponentsProperties.SHAPED_PANEL_PROPERTIES
          Properties for the shaped panel
static PropertyMapProperty TabbedPanelProperties.TAB_AREA_COMPONENTS_PROPERTIES
          Tab area components properties
static PropertyMapProperty TabbedPanelProperties.TAB_AREA_PROPERTIES
          Tab area properties
static PropertyMapProperty TabbedPanelButtonProperties.TAB_DROP_DOWN_LIST_BUTTON_PROPERTIES
          Properties for tab drop down list button
 

Uses of PropertyMapProperty in net.infonode.tabbedpanel.titledtab
 

Fields in net.infonode.tabbedpanel.titledtab declared as PropertyMapProperty
static PropertyMapProperty TitledTabStateProperties.COMPONENT_PROPERTIES
          Tab component properties.
static PropertyMapProperty TitledTabProperties.DISABLED_PROPERTIES
          Disabled state properties
static PropertyMapProperty TitledTabProperties.HIGHLIGHTED_PROPERTIES
          Highlighted state properties
static PropertyMapProperty TitledTabProperties.NORMAL_PROPERTIES
          Normal state properties
static PropertyMapProperty TitledTabStateProperties.SHAPED_PANEL_PROPERTIES
          Tab shaped panel properties.