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

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

Fields in net.infonode.docking.properties declared as IntegerProperty
static IntegerProperty RootWindowProperties.ABORT_DRAG_KEY
          Key code for the key that aborts a drag.
static IntegerProperty ViewTitleBarStateProperties.BUTTON_SPACING
          Button spacing
static IntegerProperty WindowBarProperties.CONTENT_PANEL_EDGE_RESIZE_DISTANCE
          Inside this distance from the content panel edge the user can resize the content panel.
static IntegerProperty ViewTitleBarProperties.CONTENT_TITLE_BAR_GAP
          Content title bar gap property
static IntegerProperty SplitWindowProperties.DIVIDER_SIZE
          The split pane divider size.
static IntegerProperty RootWindowProperties.DRAG_RECTANGLE_BORDER_WIDTH
          The width of the drag rectangle border.
static IntegerProperty RootWindowProperties.EDGE_SPLIT_DISTANCE
          Inside this distance from the window edge a mouse drag will trigger a window split.
static IntegerProperty ViewTitleBarStateProperties.ICON_TEXT_GAP
          Icon text gap property
static IntegerProperty WindowBarProperties.MINIMUM_WIDTH
          The minimum width of the window bar.
 

Uses of IntegerProperty in net.infonode.properties.types
 

Methods in net.infonode.properties.types that return IntegerProperty
static IntegerProperty IntegerProperty.createPositive(PropertyGroup group, java.lang.String name, java.lang.String description, int preferredDigitCount, PropertyValueHandler valueHandler)
          Creates an integer property that can only be set to zero and positive integers.
 

Uses of IntegerProperty in net.infonode.tabbedpanel
 

Fields in net.infonode.tabbedpanel declared as IntegerProperty
static IntegerProperty TabbedPanelProperties.ABORT_DRAG_KEY
          Abort drag key code property
static IntegerProperty TabbedPanelProperties.SHADOW_BLEND_AREA_SIZE
          Shadow blend area size property
static IntegerProperty TabbedPanelProperties.SHADOW_SIZE
          Shadow size property
static IntegerProperty TabbedPanelProperties.TAB_SCROLLING_OFFSET
          Tab scrolling offset property
static IntegerProperty TabbedPanelProperties.TAB_SPACING
          Tab spacing property
 

Uses of IntegerProperty in net.infonode.tabbedpanel.titledtab
 

Fields in net.infonode.tabbedpanel.titledtab declared as IntegerProperty
static IntegerProperty TitledTabProperties.HIGHLIGHTED_RAISED_AMOUNT
          Highlighted raised amount property
static IntegerProperty TitledTabStateProperties.ICON_TEXT_GAP
          Icon text gap property
static IntegerProperty TitledTabStateProperties.TEXT_TITLE_COMPONENT_GAP
          Text title component gap property