Uses of Class
net.infonode.properties.types.BooleanProperty

Packages that use BooleanProperty
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 BooleanProperty in net.infonode.docking.properties
 

Fields in net.infonode.docking.properties declared as BooleanProperty
static BooleanProperty ViewProperties.ALWAYS_SHOW_TITLE
          If true the view will always be placed in a TabWindow so that it's title is shown.
static BooleanProperty FloatingWindowProperties.AUTO_CLOSE_ENABLED
          Auto close enabled
static BooleanProperty DockingWindowProperties.CLOSE_ENABLED
          Enables/disables window close by the user.
static BooleanProperty WindowBarProperties.CONTINUOUS_LAYOUT_ENABLED
          When enabled causes the windows to change size continuously while dragging the split window divider.
static BooleanProperty SplitWindowProperties.CONTINUOUS_LAYOUT_ENABLED
          When enabled causes the windows to change size continuously while dragging the split window divider.
static BooleanProperty SplitWindowProperties.DIVIDER_LOCATION_DRAG_ENABLED
          When enabled the user can drag the SplitWindow divider to a new location.
static BooleanProperty DockingWindowProperties.DOCK_ENABLED
          Enables/disables undock to a floating window.
static BooleanProperty RootWindowProperties.DOUBLE_CLICK_RESTORES_WINDOW
          Double clicking on a minimized window in a window bar restores it.
static BooleanProperty DockingWindowProperties.DRAG_ENABLED
          Enables/disables window drag by the user.
static BooleanProperty ViewTitleBarStateProperties.ICON_VISIBLE
          Icon visible property
static BooleanProperty DockingWindowProperties.MAXIMIZE_ENABLED
          Enables/disables window maximize by the user.
static BooleanProperty DockingWindowProperties.MINIMIZE_ENABLED
          Enables/disables window minimize by the user.
static BooleanProperty RootWindowProperties.RECURSIVE_TABS_ENABLED
          If true, makes it possible for the user to create tab windows inside other tab windows when dragging windows.
static BooleanProperty TabWindowProperties.RESPECT_CHILD_WINDOW_MINIMUM_SIZE
          The repect child windows minimum sizes property.
static BooleanProperty DockingWindowProperties.RESTORE_ENABLED
          Enables/disables window restore by the user.
static BooleanProperty ViewTitleBarStateProperties.TITLE_VISIBLE
          Title visible property
static BooleanProperty DockingWindowProperties.UNDOCK_ENABLED
          Enables/disables undock to a floating window.
static BooleanProperty DockingWindowProperties.UNDOCK_ON_DROP
           Enables/disables undock when dropped outside root window.
static BooleanProperty FloatingWindowProperties.USE_FRAME
          If true the floating window will be created as a JFrame, otherwise a JDialog will be created.
static BooleanProperty WindowTabButtonProperties.VISIBLE
          True if the button is visible.
static BooleanProperty ViewTitleBarProperties.VISIBLE
          Visible property
 

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

Fields in net.infonode.properties.gui.util declared as BooleanProperty
static BooleanProperty ShapedPanelProperties.CLIP_CHILDREN
          If true the child components of the shaped panel are clipped with the border shape.
static BooleanProperty ShapedPanelProperties.HORIZONTAL_FLIP
          If true the shaped panel is flipped horizontally.
static BooleanProperty ShapedPanelProperties.OPAQUE
          If true the shaped panel is opaque.
static BooleanProperty ShapedPanelProperties.VERTICAL_FLIP
          If true the shaped panel is flipped vertically.
 

Uses of BooleanProperty in net.infonode.tabbedpanel
 

Fields in net.infonode.tabbedpanel declared as BooleanProperty
static BooleanProperty TabbedPanelProperties.AUTO_SELECT_TAB
          Auto select tab property
static BooleanProperty TabbedPanelProperties.ENSURE_SELECTED_VISIBLE
          Ensure selected visible property
static BooleanProperty TabbedPanelProperties.HIGHLIGHT_PRESSED_TAB
          If true the tab pressed with the mouse will be highlighted, otherwise it remains unchanged.
static BooleanProperty TabbedPanelProperties.PAINT_TAB_AREA_SHADOW
          Paint a shadow for the tab area.
static BooleanProperty TabbedPanelProperties.SHADOW_ENABLED
          Shadow enabled property
static BooleanProperty TabAreaComponentsProperties.STRETCH_ENABLED
          Stretch enabled property
static BooleanProperty TabbedPanelProperties.TAB_DESELECTABLE
          Tab deselectable property
static BooleanProperty TabbedPanelProperties.TAB_REORDER_ENABLED
          Tab reorder property
 

Uses of BooleanProperty in net.infonode.tabbedpanel.titledtab
 

Fields in net.infonode.tabbedpanel.titledtab declared as BooleanProperty
static BooleanProperty TitledTabProperties.ENABLED
          TitledTab enabled property
static BooleanProperty TitledTabProperties.FOCUS_MARKER_ENABLED
          Focus Marker Enabled property
static BooleanProperty TitledTabProperties.FOCUSABLE
          Focusabled property
static BooleanProperty TitledTabStateProperties.ICON_VISIBLE
          Icon visible property
static BooleanProperty TitledTabStateProperties.TEXT_VISIBLE
          Text visible property
static BooleanProperty TitledTabStateProperties.TITLE_COMPONENT_VISIBLE
          Title component visible property
static BooleanProperty TitledTabStateProperties.TOOL_TIP_ENABLED
          Tool tip enabled property