B4J Programming Press on the image to return to the main documentation page.

jControlsFX9

List of types:

BreadCrumbBar
CheckComboBox
ControlsUtils
HyperlinkLabel
InfoOverlay
ListSelectionView
PropertyMetaData
PropertySheet
RangeSlider
SegmentedButton
Separator
StatusBar

BreadCrumbBar

A bar with one or more segments that allow the user to go back to a previous state.

Events:

CrumbAction (Selected As String)

Members:


  Alpha As Double

  AutoNavigationEnabled As Boolean

  BaseView As ConcretePaneWrapper [read only]

  ContextMenu As ContextMenuWrapper

  DesignerCreateView (base As ConcretePaneWrapper, label As LabelWrapper, args As Map)

  Enabled As Boolean

  GetItems As List

  Height As Double [read only]

  Id As String

  Initialize (arg1 As String)

  innerInitialize (eventName As String, keepOldObject As Boolean)

  IsInitialized As Boolean

  Left As Double

  MouseCursor As javafx.scene.Cursor

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RequestFocus

  SelectedValue As String [read only]

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetItems (Items As List)

  SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)

  SetSize (arg0 As Double, arg1 As Double)

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  Style As String

  StyleClasses As List [read only]

  Tag As Object

  TooltipText As String

  Top As Double

  Visible As Boolean

  Width As Double [read only]

Members description:

Alpha As Double
AutoNavigationEnabled As Boolean
Gets or sets whether the items will collapse automatically when clicked. Default value is true.
BaseView As ConcretePaneWrapper [read only]
Returns the base pane. When the control is added as a custom view it is added to a base pane.
You can use BaseView to move or remove the view.
ContextMenu As ContextMenuWrapper
DesignerCreateView (base As ConcretePaneWrapper, label As LabelWrapper, args As Map)
Enabled As Boolean
GetItems As List
Returns a list with the current items.
Height As Double [read only]
Id As String
Initialize (arg1 As String)
innerInitialize (eventName As String, keepOldObject As Boolean)
IsInitialized As Boolean
Left As Double
MouseCursor As javafx.scene.Cursor
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RequestFocus
SelectedValue As String [read only]
Returns the value of the right most item.
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetItems (Items As List)
Sets the items.
SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)
SetSize (arg0 As Double, arg1 As Double)
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
Style As String
StyleClasses As List [read only]
Tag As Object
TooltipText As String
Top As Double
Visible As Boolean
Width As Double [read only]

CheckComboBox

A ComboBox control. Each item is made of a string and check box.
The CheckedChange event happens whenever one of the items is checked or unchecked (whether by the user or by code).

Events:

CheckedChanged

Members:


  Alpha As Double

  BaseView As ConcretePaneWrapper [read only]

  CheckAll (Checked As Boolean)

  ContextMenu As ContextMenuWrapper

  DesignerCreateView (base As ConcretePaneWrapper, label As LabelWrapper, args As Map)

  Enabled As Boolean

  GetCheckedIndices As List

  Height As Double [read only]

  Id As String

  Initialize (arg1 As String)

  IsChecked (Index As Int) As Boolean

  IsInitialized As Boolean

  Items As List [read only]

  Left As Double

  MouseCursor As javafx.scene.Cursor

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RequestFocus

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetChecked (Index As Int, Checked As Boolean)

  SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)

  SetSize (arg0 As Double, arg1 As Double)

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  Style As String

  StyleClasses As List [read only]

  Tag As Object

  TooltipText As String

  Top As Double

  Visible As Boolean

  Width As Double [read only]

Members description:

Alpha As Double
BaseView As ConcretePaneWrapper [read only]
Returns the base pane. When the control is added as a custom view it is added to a base pane.
You can use BaseView to move or remove the view.
CheckAll (Checked As Boolean)
Checks or unchecks all items.
ContextMenu As ContextMenuWrapper
DesignerCreateView (base As ConcretePaneWrapper, label As LabelWrapper, args As Map)
Enabled As Boolean
GetCheckedIndices As List
Returns a list with the indices of the checked items.
Height As Double [read only]
Id As String
Initialize (arg1 As String)
IsChecked (Index As Int) As Boolean
Returns true if the item at the given index is checked.
IsInitialized As Boolean
Items As List [read only]
Returns a List with the items. You can add strings to this list.
Left As Double
MouseCursor As javafx.scene.Cursor
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RequestFocus
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetChecked (Index As Int, Checked As Boolean)
Sets the checked state of the item at the given index.
SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)
SetSize (arg0 As Double, arg1 As Double)
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
Style As String
StyleClasses As List [read only]
Tag As Object
TooltipText As String
Top As Double
Visible As Boolean
Width As Double [read only]

ControlsUtils


Events:

None

Members:


  AddDecoration (Node As javafx.scene.Node, Image As javafx.scene.image.Image, Position As String, OffsetX As Double, OffsetY As Double)

  DisableCssWarnings

  ICON_CONFIRM As Int

  ICON_ERROR As Int

  ICON_INFORMATION As Int

  ICON_NONE As Int

  ICON_WARNING As Int

  RemoveDecorations (Node As javafx.scene.Node)

  SetBackgroundColor (Node As javafx.scene.Node, Color As javafx.scene.paint.Paint, CornersRadius As Double)

  SetBackgroundImage (Node As javafx.scene.Node, Image As javafx.scene.image.Image, Tile As Boolean)

  SetSize (Node As javafx.scene.Node, Width As Double, Height As Double)

  ShowNotification (Title As String, Text As String, Icon As Int)

  ShowNotification2 (Title As String, Text As String, Icon As Int, Owner As Form)

  ShowNotification3 (Title As String, Text As String, Icon As Int, Owner As Form, Position As String, DurationMs As Int)

Members description:

AddDecoration (Node As javafx.scene.Node, Image As javafx.scene.image.Image, Position As String, OffsetX As Double, OffsetY As Double)
Adds a decoration image to the node.
Position - Decoration position.
The possible values are: TOP_LEFT, TOP_CENTER, TOP_RIGHT,
CENTER_LEFT, CENTER, CENTER_RIGHT,
BOTTOM_LEFT, BOTTOM_CENTER and BOTTOM_RIGHT.
OffsetX / OffsetY - Offset from the corner measured in pixels.
DisableCssWarnings
This method is deprecated and does not do anything.
ICON_CONFIRM As Int
ICON_ERROR As Int
ICON_INFORMATION As Int
ICON_NONE As Int
ICON_WARNING As Int
RemoveDecorations (Node As javafx.scene.Node)
Removes all decorations from the given node.
SetBackgroundColor (Node As javafx.scene.Node, Color As javafx.scene.paint.Paint, CornersRadius As Double)
Sets the control background color.
ImageView, Canvas and WebView do not support this method.
SetBackgroundImage (Node As javafx.scene.Node, Image As javafx.scene.image.Image, Tile As Boolean)
Sets the control background image.
ImageView, Canvas and WebView do not support this method.
SetSize (Node As javafx.scene.Node, Width As Double, Height As Double)
Sets the width and height of the node.
This method will set the correct width and height properties based on the node type.
ShowNotification (Title As String, Text As String, Icon As Int)
Shows a notification message in the bottom right corner of the main screen. The message will disappear after 5 seconds.
Title - Message title.
Text - Message Text.
Icon - One of the ICON constants.
ShowNotification2 (Title As String, Text As String, Icon As Int, Owner As Form)
Similar to ShowNotification. If the Owner property is not null the message will appear inside the form.
ShowNotification3 (Title As String, Text As String, Icon As Int, Owner As Form, Position As String, DurationMs As Int)
Similar to ShowNotification2.
Position - The message position.
The possible values are: TOP_LEFT, TOP_CENTER, TOP_RIGHT,
CENTER_LEFT, CENTER, CENTER_RIGHT,
BOTTOM_LEFT, BOTTOM_CENTER and BOTTOM_RIGHT.
DurationMs - Message duration in milliseconds.

HyperlinkLabel


Events:

Click (Link As String)

Members:


  _initialize (arg1 As Object, arg2 As String)

  Alpha As Double

  BaseView As ConcretePaneWrapper [read only]

  ContextMenu As ContextMenuWrapper

  DesignerCreateView (base As ConcretePaneWrapper, lbl As LabelWrapper, args As Map)

  Enabled As Boolean

  Height As Double [read only]

  Id As String

  Initialize (arg1 As String)

  IsInitialized As Boolean

  Left As Double

  MouseCursor As javafx.scene.Cursor

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RequestFocus

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)

  SetSize (arg0 As Double, arg1 As Double)

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  Style As String

  StyleClasses As List [read only]

  Tag As Object

  Text As String

  TooltipText As String

  Top As Double

  Visible As Boolean

  Width As Double [read only]

Members description:

_initialize (arg1 As Object, arg2 As String)
Alpha As Double
BaseView As ConcretePaneWrapper [read only]
Returns the base pane. When the control is added as a custom view it is added to a base pane.
You can use BaseView to move or remove the view.
ContextMenu As ContextMenuWrapper
DesignerCreateView (base As ConcretePaneWrapper, lbl As LabelWrapper, args As Map)
Enabled As Boolean
Height As Double [read only]
Id As String
Initialize (arg1 As String)
IsInitialized As Boolean
Left As Double
MouseCursor As javafx.scene.Cursor
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RequestFocus
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)
SetSize (arg0 As Double, arg1 As Double)
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
Style As String
StyleClasses As List [read only]
Tag As Object
Text As String
Gets or sets the text. Text between square brackets will be treated as a link.
TooltipText As String
Top As Double
Visible As Boolean
Width As Double [read only]

InfoOverlay


Events:

None

Members:


  Alpha As Double

  ContextMenu As ContextMenuWrapper

  Enabled As Boolean

  Height As Double [read only]

  Id As String

  Initialize (arg1 As String)

  InnerNode As ConcreteNodeWrapper

  IsInitialized As Boolean

  Left As Double

  MouseCursor As javafx.scene.Cursor

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RequestFocus

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)

  SetSize (arg0 As Double, arg1 As Double)

  ShowOnHover As Boolean

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  Style As String

  StyleClasses As List [read only]

  Tag As Object

  Text As String

  TooltipText As String

  Top As Double

  Visible As Boolean

  Width As Double [read only]

Members description:

Alpha As Double
ContextMenu As ContextMenuWrapper
Enabled As Boolean
Height As Double [read only]
Id As String
Initialize (arg1 As String)
InnerNode As ConcreteNodeWrapper
Gets or sets the inner node.
IsInitialized As Boolean
Left As Double
MouseCursor As javafx.scene.Cursor
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RequestFocus
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)
SetSize (arg0 As Double, arg1 As Double)
ShowOnHover As Boolean
Gets or sets whether the overlay expands when the mouse hovers over the inner node.
Default value is True.
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
Style As String
StyleClasses As List [read only]
Tag As Object
Text As String
Gets or sets the overlay text.
TooltipText As String
Top As Double
Visible As Boolean
Width As Double [read only]

ListSelectionView

A view that holds two lists (source and target) and allows the user to move items from one list to the other.

Events:

None

Members:


  Alpha As Double

  BaseView As ConcretePaneWrapper [read only]

  ContextMenu As ContextMenuWrapper

  DesignerCreateView (base As ConcretePaneWrapper, label As LabelWrapper, args As Map)

  Enabled As Boolean

  Height As Double [read only]

  Id As String

  Initialize (arg1 As String)

  IsInitialized As Boolean

  Left As Double

  MouseCursor As javafx.scene.Cursor

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RequestFocus

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)

  SetSize (arg0 As Double, arg1 As Double)

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  SourceItems As List [read only]

  SourceTitle As String

  Style As String

  StyleClasses As List [read only]

  Tag As Object

  TargetItems As List [read only]

  TargetTitle As String

  TooltipText As String

  Top As Double

  Visible As Boolean

  Width As Double [read only]

Members description:

Alpha As Double
BaseView As ConcretePaneWrapper [read only]
Returns the base pane. When the control is added as a custom view it is added to a base pane.
You can use BaseView to move or remove the view.
ContextMenu As ContextMenuWrapper
DesignerCreateView (base As ConcretePaneWrapper, label As LabelWrapper, args As Map)
Enabled As Boolean
Height As Double [read only]
Id As String
Initialize (arg1 As String)
IsInitialized As Boolean
Left As Double
MouseCursor As javafx.scene.Cursor
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RequestFocus
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)
SetSize (arg0 As Double, arg1 As Double)
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
SourceItems As List [read only]
Returns the source items. You can add string items to this list.
SourceTitle As String
Gets or sets the source list title.
Style As String
StyleClasses As List [read only]
Tag As Object
TargetItems As List [read only]
Returns the target items. You can add string items to this list.
TargetTitle As String
Gets or sets the target list title.
TooltipText As String
Top As Double
Visible As Boolean
Width As Double [read only]

PropertyMetaData

Meta-data describing a single property field.

Events:

None

Members:


  Category As String

  Description As String

  Name As String

  SetChoices (Values As List) As PropertyMetaData

  SetReadonly As PropertyMetaData

Members description:

Category As String
Description As String
Name As String
SetChoices (Values As List) As PropertyMetaData
Limits the possible values. Only supported for strings and numbers types.
SetReadonly As PropertyMetaData

PropertySheet


Events:

None

Members:


  Alpha As Double

  ContextMenu As ContextMenuWrapper

  CreateMeta (Name As String, Category As String, Description As String) As PropertyMetaData

  Enabled As Boolean

  Height As Double [read only]

  Id As String

  Initialize (arg1 As String)

  IsInitialized As Boolean

  Left As Double

  ModeSwitcherVisible As Boolean

  MouseCursor As javafx.scene.Cursor

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RequestFocus

  SearchBoxVisible As Boolean

  Set (DataObject As Object, MetaData As Map)

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)

  SetSize (arg0 As Double, arg1 As Double)

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  Style As String

  StyleClasses As List [read only]

  Tag As Object

  TooltipText As String

  Top As Double

  Visible As Boolean

  Width As Double [read only]

Members description:

Alpha As Double
ContextMenu As ContextMenuWrapper
CreateMeta (Name As String, Category As String, Description As String) As PropertyMetaData
Creates a PropertyMetaData object that describes a single property.
Name - The text that will appear at the left side of the property.
Category - The category that holds this property.
Description - Longer text that appears when as the property tool tip.
Enabled As Boolean
Height As Double [read only]
Id As String
Initialize (arg1 As String)
IsInitialized As Boolean
Left As Double
ModeSwitcherVisible As Boolean
Gets or sets whether the mode switcher is visible.
MouseCursor As javafx.scene.Cursor
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RequestFocus
SearchBoxVisible As Boolean
Gets or sets whether the search box is visible.
Set (DataObject As Object, MetaData As Map)
Sets the type instance that holds the data and a Map with the meta data that describes each of the fields.
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)
SetSize (arg0 As Double, arg1 As Double)
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
Style As String
StyleClasses As List [read only]
Tag As Object
TooltipText As String
Top As Double
Visible As Boolean
Width As Double [read only]

RangeSlider

A vertical or horizontal slider with two thumbs that allows the user to select a range.
The range is defined between the low value and the high value.

Events:

ValueChange (LowValue As Double, HighValue As Double)

Members:


  Alpha As Double

  BaseView As ConcretePaneWrapper [read only]

  ContextMenu As ContextMenuWrapper

  DesignerCreateView (base As ConcretePaneWrapper, label As LabelWrapper, args As Map)

  Enabled As Boolean

  Height As Double [read only]

  HighValue As Double

  Id As String

  Initialize (arg1 As String)

  IsInitialized As Boolean

  Left As Double

  LowValue As Double

  MajorTickUnit As Double

  MaxValue As Double

  MinorTickCount As Int

  MinValue As Double

  MouseCursor As javafx.scene.Cursor

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RequestFocus

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)

  SetSize (arg0 As Double, arg1 As Double)

  ShowTickLabels As Boolean

  ShowTickMarks As Boolean

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  SnapToTicks As Boolean

  Style As String

  StyleClasses As List [read only]

  Tag As Object

  TooltipText As String

  Top As Double

  Vertical As Boolean

  Visible As Boolean

  Width As Double [read only]

Members description:

Alpha As Double
BaseView As ConcretePaneWrapper [read only]
Returns the base pane. When the control is added as a custom view it is added to a base pane.
You can use BaseView to move or remove the view.
ContextMenu As ContextMenuWrapper
DesignerCreateView (base As ConcretePaneWrapper, label As LabelWrapper, args As Map)
Enabled As Boolean
Height As Double [read only]
HighValue As Double
Gets or sets the current high value.
Id As String
Initialize (arg1 As String)
IsInitialized As Boolean
Left As Double
LowValue As Double
Gets or sets the current low value.
MajorTickUnit As Double
Gets or sets the distance between major ticks. Default value is 25.
MaxValue As Double
Gets or sets the maximum value. The default value is 100.
MinorTickCount As Int
Gets or sets the number of minor ticks between major ticks.
MinValue As Double
Gets or sets the minimum value. The default value is 0.
MouseCursor As javafx.scene.Cursor
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RequestFocus
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)
SetSize (arg0 As Double, arg1 As Double)
ShowTickLabels As Boolean
Set to true to show tick labels.
ShowTickMarks As Boolean
Set to True to show tick marks.
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
SnapToTicks As Boolean
Set to True to make the thumbs snap to the nearest tick.
Style As String
StyleClasses As List [read only]
Tag As Object
TooltipText As String
Top As Double
Vertical As Boolean
Gets or sets the slider orientation. The default value is False (horizontal).
Visible As Boolean
Width As Double [read only]

SegmentedButton

A control that holds a set of toggle buttons.

Events:

ValueChanged (Value As String)

Members:


  Alpha As Double

  BaseView As ConcretePaneWrapper [read only]

  ContextMenu As ContextMenuWrapper

  DarkStyle As Boolean

  DesignerCreateView (base As ConcretePaneWrapper, label As LabelWrapper, args As Map)

  Enabled As Boolean

  Height As Double [read only]

  Id As String

  Initialize (arg1 As String)

  IsInitialized As Boolean

  Left As Double

  MouseCursor As javafx.scene.Cursor

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RequestFocus

  SelectedItem As String

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetItems (Items As List)

  SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)

  SetSize (arg0 As Double, arg1 As Double)

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  Style As String

  StyleClasses As List [read only]

  Tag As Object

  TooltipText As String

  Top As Double

  Visible As Boolean

  Width As Double [read only]

Members description:

Alpha As Double
BaseView As ConcretePaneWrapper [read only]
Returns the base pane. When the control is added as a custom view it is added to a base pane.
You can use BaseView to move or remove the view.
ContextMenu As ContextMenuWrapper
DarkStyle As Boolean
Set to true to use dark style instead of the default style.
DesignerCreateView (base As ConcretePaneWrapper, label As LabelWrapper, args As Map)
Enabled As Boolean
Height As Double [read only]
Id As String
Initialize (arg1 As String)
IsInitialized As Boolean
Left As Double
MouseCursor As javafx.scene.Cursor
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RequestFocus
SelectedItem As String
Gets or sets the selected item. Will return an empty string if no item is selected.
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetItems (Items As List)
Sets the items.
Example:
sbtn.SetItems(Array("A", "BBB", "CCC"))
SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)
SetSize (arg0 As Double, arg1 As Double)
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
Style As String
StyleClasses As List [read only]
Tag As Object
TooltipText As String
Top As Double
Visible As Boolean
Width As Double [read only]

Separator

A vertical separator. Can be used with StatusBar to separate nodes.

Events:

None

Members:


  Alpha As Double

  Enabled As Boolean

  Id As String

  Initialize (arg1 As String)

  IsInitialized As Boolean

  Left As Double

  MouseCursor As javafx.scene.Cursor

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  RemoveNodeFromParent

  RequestFocus

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetSize (arg0 As Double, arg1 As Double)

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  Style As String

  StyleClasses As List [read only]

  Tag As Object

  Top As Double

  Visible As Boolean

Members description:

Alpha As Double
Enabled As Boolean
Id As String
Initialize (arg1 As String)
IsInitialized As Boolean
Left As Double
MouseCursor As javafx.scene.Cursor
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
RemoveNodeFromParent
RequestFocus
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetSize (arg0 As Double, arg1 As Double)
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
Style As String
StyleClasses As List [read only]
Tag As Object
Top As Double
Visible As Boolean

StatusBar

A bar that is usually added at the bottom of the form.
It shows a label at the left side and a progress bar at the right side.
You can add more nodes.

Events:

None

Members:


  Alpha As Double

  BaseView As ConcretePaneWrapper [read only]

  ContextMenu As ContextMenuWrapper

  DesignerCreateView (base As ConcretePaneWrapper, label As LabelWrapper, args As Map)

  Enabled As Boolean

  Height As Double [read only]

  Id As String

  Initialize (arg1 As String)

  IsInitialized As Boolean

  Left As Double

  LeftItems As List [read only]

  MouseCursor As javafx.scene.Cursor

  Parent As ConcreteNodeWrapper [read only]

  PrefHeight As Double

  PrefWidth As Double

  Progress As Double

  RemoveNodeFromParent

  RequestFocus

  RightItems As List [read only]

  SetAlphaAnimated (arg0 As Int, arg1 As Double)

  SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)

  SetSize (arg0 As Double, arg1 As Double)

  Snapshot As ImageWrapper

  Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper

  Style As String

  StyleClasses As List [read only]

  Tag As Object

  Text As String

  TooltipText As String

  Top As Double

  Visible As Boolean

  Width As Double [read only]

Members description:

Alpha As Double
BaseView As ConcretePaneWrapper [read only]
Returns the base pane. When the control is added as a custom view it is added to a base pane.
You can use BaseView to move or remove the view.
ContextMenu As ContextMenuWrapper
DesignerCreateView (base As ConcretePaneWrapper, label As LabelWrapper, args As Map)
Enabled As Boolean
Height As Double [read only]
Id As String
Initialize (arg1 As String)
IsInitialized As Boolean
Left As Double
LeftItems As List [read only]
Returns a List of the nodes at the left side. You can add nodes to this list.
MouseCursor As javafx.scene.Cursor
Parent As ConcreteNodeWrapper [read only]
PrefHeight As Double
PrefWidth As Double
Progress As Double
Gets or sets the progress bar value. This is a value between 0 to 1.
RemoveNodeFromParent
RequestFocus
RightItems As List [read only]
Returns a List of the nodes at the right side. You can add nodes to this list.
SetAlphaAnimated (arg0 As Int, arg1 As Double)
SetLayoutAnimated (arg0 As Int, arg1 As Double, arg2 As Double, arg3 As Double, arg4 As Double)
SetSize (arg0 As Double, arg1 As Double)
Snapshot As ImageWrapper
Snapshot2 (arg0 As javafx.scene.paint.Paint) As ImageWrapper
Style As String
StyleClasses As List [read only]
Tag As Object
Text As String
Gets or sets the default label text value.
TooltipText As String
Top As Double
Visible As Boolean
Width As Double [read only]

Top