Control type (joe.win)


Extends: Region
Extended By: SplitPane, Button, TabPane, MenuBar, Separator, Label, ListView

The Control type is the base class for JavaFX controls like the Label and Button widgets.

Methods

Region Methods

Node Methods

Properties

Control widgets have the following properties, in addition to those inherited from superclasses.

PropertyTypeDescription
#tooltip[[Tooltip]]The control's tooltip

Methods


control.tooltip()


control.tooltip(tooltip) → this

Sets the control's [[Tooltip]], or null for none.

control.tooltipText()


control.tooltipText(text) → this

Gives the control a tooltip with the given text.