viewtify.ui
UserInterface
<Self
, W
>
Self
, W
>Self
UserInterface
Self
,W
W
Node
AnimateHelper
Self
,W
AssociativeHelper
DecorationHelper
Self
DisableHelper
Self
kiss.Disposable
PropertyAccessHelper
StyleHelper
Self
,W
TooltipHelper
Self
,W
UserActionHelper
Self
UserInterfaceProvider
W
VerifyHelper
Self
VisibleHelper
Self
AbstractChart
Self
,C
,D
AbstractComboBox
T
,Self
,W
AbstractPane
E
,P
,Self
UIButton
UICheckBox
UICheckSwitch
UIChoiceBox
T
UIColorPicker
UIComboBox
T
UIComboCheckBox
T
UIDatePicker
UIFlowView
E
UIFontPicker
UIGridView
E
UIHBox
UIImage
UILabel
UILineChart
X
,Y
UIListView
E
UIPane
UIPieChart
UIProgressBar
UIScrollPane
UISegmentedButton
UISelectPane
UISlidePane
UISlider
UISpinner
T
UISplitPane
UIStackPane
UITabPane
UITableView
RowV
UITextArea
UIText
V
UITileView
E
UIToggleButton
UIToolBar
UITreeTableView
RowV
UIVBox
UIWeb
ui
W
The actual view.
view
View
The associated view.
UserInterface
(W
ui
, View
view
)
W
ui
, View
view
)W ui |
|
View view |
vandalize
()
void
ui
()
W
W |
stage
()
Optionaljavafx.stage.Stage
javafx.stage.Stage
Optional |
Gets the A to which this UI currently belongs.
keybind
(Key
key
, kiss.WiseRunnable
action
)
Self
Key
key
, kiss.WiseRunnable
action
)Key key |
|
kiss.WiseRunnable action |
|
Self |
Register keyborad shortcut.
keybind
(Key
key
, kiss.WiseConsumerjavafx.scene.input.KeyEvent
action
)
Self
Key
key
, kiss.WiseConsumerjavafx.scene.input.KeyEvent
action
)Key key |
|
kiss.WiseConsumer action |
|
Self |
Register keyborad shortcut.
parent
()
UserInterface
UserInterface |
Select parent Node
.
visible
(boolean
visible
)
Self
boolean
visible
)boolean visible |
|
Self |
Specifies whether this Node
and any subnodes should be rendered as part of the scene
graph. A node may be visible and yet not be shown in the rendered scene if, for instance, it
is off the screen or obscured by another Node. Invisible nodes never receive mouse events or
keyboard focus and never maintain keyboard focus when they become invisible.
focus
()
Self
Self |
Requests that this Node
get the input focus, and that this Node
's top-level
ancestor become the focused window. To be eligible to receive the focus, the node must be
part of a scene, it and all of its ancestors must be visible, and it must not be disabled. If
this node is eligible, this function will cause it to become this Scene
's "focus
owner". Each scene has at most one focus owner node. The focus owner will not actually have
the input focus, however, unless the scene belongs to a Stage
that is both visible
and active.
focusable
(boolean
enable
)
Self
boolean
enable
)boolean enable |
|
Self |
Specifies whether this Node
should be a part of focus traversal cycle. When this
property is true
focus can be moved to this Node
and from this Node
using regular focus traversal keys. On a desktop such keys are usually TAB
for moving
focus forward and SHIFT+TAB
for moving focus backward. When a Scene
is
created, the system gives focus to a Node
whose focusTraversable
variable is
true and that is eligible to receive the focus, unless the focus had been set explicitly via
a call to Node#requestFocus()
.
whenFocus
(Runnable
action
)
Self
Runnable
action
)Runnable action |
|
Self |
Define the user action when this UI is focused.
whenFocus
(kiss.WiseConsumerBoolean
action
)
Self
kiss.WiseConsumerBoolean
action
)kiss.WiseConsumer action |
|
Self |
Define the user action when this UI is focused.
whenUnfocus
(Runnable
action
)
Self
Runnable
action
)Runnable action |
|
Self |
Define the user action when this UI is unfocused.
verifier
()
Verifier
Verifier |
restore
(javafx.beans.property.PropertyT
property
, T
defaultValue
)
T
javafx.beans.property.PropertyT
property
, T
defaultValue
)T |
|
javafx.beans.property.Property property |
|
T defaultValue |
The default property value. |
T |
Restore UI related settings.
restore
(javafx.beans.property.ReadOnlyPropertyT
getterAndObserver
, ConsumerT
setter
, T
defaultValue
)
T
javafx.beans.property.ReadOnlyPropertyT
getterAndObserver
, ConsumerT
setter
, T
defaultValue
)T |
|
javafx.beans.property.ReadOnlyProperty getterAndObserver |
A property value getter and observer. |
Consumer setter |
A property value setter. |
T defaultValue |
The default property value. |
T |
Restore UI related settings.