KtfxHiddenSidesPane

open class KtfxHiddenSidesPane : HiddenSidesPane, NodeManager

HiddenSidesPane with dynamic-layout dsl support. Invoking dsl will only set its content.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
fun accessibleHelpProperty(): ObjectProperty<String>
Link copied to clipboard
Link copied to clipboard
fun accessibleRoleProperty(): ObjectProperty<AccessibleRole>
Link copied to clipboard
fun accessibleTextProperty(): ObjectProperty<String>
Link copied to clipboard
override fun <C : Node> addChild(child: C): C
Link copied to clipboard
fun <T : Event> addEventFilter(p0: EventType<T>, p1: EventHandler<in T>)
Link copied to clipboard
fun <T : Event> addEventHandler(p0: EventType<T>, p1: EventHandler<in T>)
Link copied to clipboard
fun animationDelayProperty(): ObjectProperty<Duration>
Link copied to clipboard
fun animationDurationProperty(): ObjectProperty<Duration>
Link copied to clipboard
fun applyCss()
Link copied to clipboard
fun autosize()
Link copied to clipboard
fun backgroundProperty(): ObjectProperty<Background>
Link copied to clipboard
fun blendModeProperty(): ObjectProperty<BlendMode>
Link copied to clipboard
fun borderProperty(): ObjectProperty<Border>
Link copied to clipboard
fun bottomProperty(): ObjectProperty<Node>
Link copied to clipboard
fun boundsInLocalProperty(): ReadOnlyObjectProperty<Bounds>
Link copied to clipboard
fun boundsInParentProperty(): ReadOnlyObjectProperty<Bounds>
Link copied to clipboard
open override fun buildEventDispatchChain(p0: EventDispatchChain): EventDispatchChain
Link copied to clipboard
fun cacheHintProperty(): ObjectProperty<CacheHint>
Link copied to clipboard
fun cacheProperty(): BooleanProperty
Link copied to clipboard
fun cacheShapeProperty(): BooleanProperty
Link copied to clipboard
fun centerShapeProperty(): BooleanProperty
Link copied to clipboard
fun clipProperty(): ObjectProperty<Node>
Link copied to clipboard
Link copied to clipboard
open operator fun contains(p0: Point2D): Boolean
open fun contains(p0: Double, p1: Double): Boolean
Link copied to clipboard
fun contentProperty(): ObjectProperty<Node>
Link copied to clipboard
fun contextMenuProperty(): ObjectProperty<ContextMenu>
Link copied to clipboard
fun cursorProperty(): ObjectProperty<Cursor>
Link copied to clipboard
fun depthTestProperty(): ObjectProperty<DepthTest>
Link copied to clipboard
fun disabledProperty(): ReadOnlyBooleanProperty
Link copied to clipboard
fun disableProperty(): BooleanProperty
Link copied to clipboard
fun effectiveNodeOrientationProperty(): ReadOnlyObjectProperty<NodeOrientation>
Link copied to clipboard
fun effectProperty(): ObjectProperty<Effect>
Link copied to clipboard
fun eventDispatcherProperty(): ObjectProperty<EventDispatcher>
Link copied to clipboard
open override fun executeAccessibleAction(p0: AccessibleAction, vararg p1: Any)
Link copied to clipboard
fun fireEvent(p0: Event)
Link copied to clipboard
fun focusedProperty(): ReadOnlyBooleanProperty
Link copied to clipboard
fun focusTraversableProperty(): BooleanProperty
Link copied to clipboard
Link copied to clipboard
fun getAccessibleRole(): AccessibleRole
Link copied to clipboard
Link copied to clipboard
fun getAnimationDelay(): Duration
Link copied to clipboard
fun getAnimationDuration(): Duration
Link copied to clipboard
fun getBackground(): Background
Link copied to clipboard
open override fun getBaselineOffset(): Double
Link copied to clipboard
fun getBlendMode(): BlendMode
Link copied to clipboard
fun getBorder(): Border
Link copied to clipboard
fun getBottom(): Node
Link copied to clipboard
fun getBoundsInLocal(): Bounds
Link copied to clipboard
fun getBoundsInParent(): Bounds
Link copied to clipboard
fun getCacheHint(): CacheHint
Link copied to clipboard
open fun getChildrenUnmodifiable(): ObservableList<Node>
Link copied to clipboard
fun getClip(): Node
Link copied to clipboard
fun getContent(): Node
Link copied to clipboard
open fun getContentBias(): Orientation
Link copied to clipboard
fun getContextMenu(): ContextMenu
Link copied to clipboard
override fun getCssMetaData(): MutableList<CssMetaData<out Styleable, *>>
Link copied to clipboard
fun getCursor(): Cursor
Link copied to clipboard
fun getDepthTest(): DepthTest
Link copied to clipboard
fun getEffect(): Effect
Link copied to clipboard
fun getEffectiveNodeOrientation(): NodeOrientation
Link copied to clipboard
fun getEventDispatcher(): EventDispatcher
Link copied to clipboard
Link copied to clipboard
override fun getId(): String
Link copied to clipboard
fun getInputMethodRequests(): InputMethodRequests
Link copied to clipboard
fun getInsets(): Insets
Link copied to clipboard
fun getLayoutBounds(): Bounds
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getLeft(): Node
Link copied to clipboard
fun getLocalToParentTransform(): Transform
Link copied to clipboard
fun getLocalToSceneTransform(): Transform
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getNodeOrientation(): NodeOrientation
Link copied to clipboard
fun getOnContextMenuRequested(): EventHandler<in ContextMenuEvent>
Link copied to clipboard
fun getOnDragDetected(): EventHandler<in MouseEvent>
Link copied to clipboard
fun getOnDragDone(): EventHandler<in DragEvent>
Link copied to clipboard
fun getOnDragDropped(): EventHandler<in DragEvent>
Link copied to clipboard
fun getOnDragEntered(): EventHandler<in DragEvent>
Link copied to clipboard
fun getOnDragExited(): EventHandler<in DragEvent>
Link copied to clipboard
fun getOnDragOver(): EventHandler<in DragEvent>
Link copied to clipboard
fun getOnInputMethodTextChanged(): EventHandler<in InputMethodEvent>
Link copied to clipboard
fun getOnKeyPressed(): EventHandler<in KeyEvent>
Link copied to clipboard
fun getOnKeyReleased(): EventHandler<in KeyEvent>
Link copied to clipboard
fun getOnKeyTyped(): EventHandler<in KeyEvent>
Link copied to clipboard
fun getOnMouseClicked(): EventHandler<in MouseEvent>
Link copied to clipboard
fun getOnMouseDragEntered(): EventHandler<in MouseDragEvent>
Link copied to clipboard
fun getOnMouseDragExited(): EventHandler<in MouseDragEvent>
Link copied to clipboard
fun getOnMouseDragged(): EventHandler<in MouseEvent>
Link copied to clipboard
fun getOnMouseDragOver(): EventHandler<in MouseDragEvent>
Link copied to clipboard
fun getOnMouseDragReleased(): EventHandler<in MouseDragEvent>
Link copied to clipboard
fun getOnMouseEntered(): EventHandler<in MouseEvent>
Link copied to clipboard
fun getOnMouseExited(): EventHandler<in MouseEvent>
Link copied to clipboard
fun getOnMouseMoved(): EventHandler<in MouseEvent>
Link copied to clipboard
fun getOnMousePressed(): EventHandler<in MouseEvent>
Link copied to clipboard
fun getOnMouseReleased(): EventHandler<in MouseEvent>
Link copied to clipboard
fun getOnRotate(): EventHandler<in RotateEvent>
Link copied to clipboard
fun getOnRotationFinished(): EventHandler<in RotateEvent>
Link copied to clipboard
fun getOnRotationStarted(): EventHandler<in RotateEvent>
Link copied to clipboard
fun getOnScroll(): EventHandler<in ScrollEvent>
Link copied to clipboard
fun getOnScrollFinished(): EventHandler<in ScrollEvent>
Link copied to clipboard
fun getOnScrollStarted(): EventHandler<in ScrollEvent>
Link copied to clipboard
fun getOnSwipeDown(): EventHandler<in SwipeEvent>
Link copied to clipboard
fun getOnSwipeLeft(): EventHandler<in SwipeEvent>
Link copied to clipboard
fun getOnSwipeRight(): EventHandler<in SwipeEvent>
Link copied to clipboard
fun getOnSwipeUp(): EventHandler<in SwipeEvent>
Link copied to clipboard
fun getOnTouchMoved(): EventHandler<in TouchEvent>
Link copied to clipboard
fun getOnTouchPressed(): EventHandler<in TouchEvent>
Link copied to clipboard
fun getOnTouchReleased(): EventHandler<in TouchEvent>
Link copied to clipboard
fun getOnTouchStationary(): EventHandler<in TouchEvent>
Link copied to clipboard
fun getOnZoom(): EventHandler<in ZoomEvent>
Link copied to clipboard
fun getOnZoomFinished(): EventHandler<in ZoomEvent>
Link copied to clipboard
fun getOnZoomStarted(): EventHandler<in ZoomEvent>
Link copied to clipboard
Link copied to clipboard
fun getOpaqueInsets(): Insets
Link copied to clipboard
fun getPadding(): Insets
Link copied to clipboard
fun getParent(): Parent
Link copied to clipboard
fun getPinnedSide(): Side
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getRight(): Node
Link copied to clipboard
Link copied to clipboard
fun getRotationAxis(): Point3D
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getScene(): Scene
Link copied to clipboard
fun getShape(): Shape
Link copied to clipboard
override fun getSkin(): Skin<*>
Link copied to clipboard
override fun getStyle(): String
Link copied to clipboard
open fun getStyleableNode(): Node
Link copied to clipboard
open override fun getStyleableParent(): Styleable
Link copied to clipboard
fun getTooltip(): Tooltip
Link copied to clipboard
fun getTop(): Node
Link copied to clipboard
fun getTransforms(): ObservableList<Transform>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun getTypeSelector(): String
Link copied to clipboard
Link copied to clipboard
open fun getUserData(): Any
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun heightProperty(): ReadOnlyDoubleProperty
Link copied to clipboard
open fun hide()
Link copied to clipboard
fun hoverProperty(): ReadOnlyBooleanProperty
Link copied to clipboard
fun idProperty(): StringProperty
Link copied to clipboard
fun inputMethodRequestsProperty(): ObjectProperty<InputMethodRequests>
Link copied to clipboard
fun insetsProperty(): ReadOnlyObjectProperty<Insets>
Link copied to clipboard
open fun intersects(p0: Bounds): Boolean
open fun intersects(p0: Double, p1: Double, p2: Double, p3: Double): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun isResizable(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun layout()
Link copied to clipboard
fun layoutBoundsProperty(): ReadOnlyObjectProperty<Bounds>
Link copied to clipboard
fun layoutXProperty(): DoubleProperty
Link copied to clipboard
fun layoutYProperty(): DoubleProperty
Link copied to clipboard
fun leftProperty(): ObjectProperty<Node>
Link copied to clipboard
open fun localToParent(p0: Bounds): Bounds
open fun localToParent(p0: Point2D): Point2D
open fun localToParent(p0: Point3D): Point3D
open fun localToParent(p0: Double, p1: Double): Point2D
open fun localToParent(p0: Double, p1: Double, p2: Double): Point3D
Link copied to clipboard
fun localToParentTransformProperty(): ReadOnlyObjectProperty<Transform>
Link copied to clipboard
open fun localToScene(p0: Bounds): Bounds
open fun localToScene(p0: Point2D): Point2D
open fun localToScene(p0: Point3D): Point3D
open fun localToScene(p0: Bounds, p1: Boolean): Bounds
open fun localToScene(p0: Point2D, p1: Boolean): Point2D
open fun localToScene(p0: Point3D, p1: Boolean): Point3D
open fun localToScene(p0: Double, p1: Double): Point2D
open fun localToScene(p0: Double, p1: Double, p2: Boolean): Point2D
open fun localToScene(p0: Double, p1: Double, p2: Double): Point3D
open fun localToScene(p0: Double, p1: Double, p2: Double, p3: Boolean): Point3D
Link copied to clipboard
fun localToSceneTransformProperty(): ReadOnlyObjectProperty<Transform>
Link copied to clipboard
open fun localToScreen(p0: Bounds): Bounds
open fun localToScreen(p0: Point2D): Point2D
open fun localToScreen(p0: Point3D): Point2D
open fun localToScreen(p0: Double, p1: Double): Point2D
open fun localToScreen(p0: Double, p1: Double, p2: Double): Point2D
Link copied to clipboard
open override fun lookup(p0: String): Node
Link copied to clipboard
open fun lookupAll(p0: String): MutableSet<Node>
Link copied to clipboard
fun managedProperty(): BooleanProperty
Link copied to clipboard
override fun maxHeight(p0: Double): Double
Link copied to clipboard
fun maxHeightProperty(): DoubleProperty
Link copied to clipboard
override fun maxWidth(p0: Double): Double
Link copied to clipboard
fun maxWidthProperty(): DoubleProperty
Link copied to clipboard
override fun minHeight(p0: Double): Double
Link copied to clipboard
fun minHeightProperty(): DoubleProperty
Link copied to clipboard
override fun minWidth(p0: Double): Double
Link copied to clipboard
fun minWidthProperty(): DoubleProperty
Link copied to clipboard
fun mouseTransparentProperty(): BooleanProperty
Link copied to clipboard
fun needsLayoutProperty(): ReadOnlyBooleanProperty
Link copied to clipboard
fun nodeOrientationProperty(): ObjectProperty<NodeOrientation>
Link copied to clipboard
fun notifyAccessibleAttributeChanged(p0: AccessibleAttribute)
Link copied to clipboard
fun onContextMenuRequestedProperty(): ObjectProperty<EventHandler<in ContextMenuEvent>>
Link copied to clipboard
fun onDragDetectedProperty(): ObjectProperty<EventHandler<in MouseEvent>>
Link copied to clipboard
fun onDragDoneProperty(): ObjectProperty<EventHandler<in DragEvent>>
Link copied to clipboard
fun onDragDroppedProperty(): ObjectProperty<EventHandler<in DragEvent>>
Link copied to clipboard
fun onDragEnteredProperty(): ObjectProperty<EventHandler<in DragEvent>>
Link copied to clipboard
fun onDragExitedProperty(): ObjectProperty<EventHandler<in DragEvent>>
Link copied to clipboard
fun onDragOverProperty(): ObjectProperty<EventHandler<in DragEvent>>
Link copied to clipboard
fun onInputMethodTextChangedProperty(): ObjectProperty<EventHandler<in InputMethodEvent>>
Link copied to clipboard
fun onKeyPressedProperty(): ObjectProperty<EventHandler<in KeyEvent>>
Link copied to clipboard
fun onKeyReleasedProperty(): ObjectProperty<EventHandler<in KeyEvent>>
Link copied to clipboard
fun onKeyTypedProperty(): ObjectProperty<EventHandler<in KeyEvent>>
Link copied to clipboard
fun onMouseClickedProperty(): ObjectProperty<EventHandler<in MouseEvent>>
Link copied to clipboard
fun onMouseDragEnteredProperty(): ObjectProperty<EventHandler<in MouseDragEvent>>
Link copied to clipboard
fun onMouseDragExitedProperty(): ObjectProperty<EventHandler<in MouseDragEvent>>
Link copied to clipboard
fun onMouseDraggedProperty(): ObjectProperty<EventHandler<in MouseEvent>>
Link copied to clipboard
fun onMouseDragOverProperty(): ObjectProperty<EventHandler<in MouseDragEvent>>
Link copied to clipboard
fun onMouseDragReleasedProperty(): ObjectProperty<EventHandler<in MouseDragEvent>>
Link copied to clipboard
fun onMouseEnteredProperty(): ObjectProperty<EventHandler<in MouseEvent>>
Link copied to clipboard
fun onMouseExitedProperty(): ObjectProperty<EventHandler<in MouseEvent>>
Link copied to clipboard
fun onMouseMovedProperty(): ObjectProperty<EventHandler<in MouseEvent>>
Link copied to clipboard
fun onMousePressedProperty(): ObjectProperty<EventHandler<in MouseEvent>>
Link copied to clipboard
fun onMouseReleasedProperty(): ObjectProperty<EventHandler<in MouseEvent>>
Link copied to clipboard
fun onRotateProperty(): ObjectProperty<EventHandler<in RotateEvent>>
Link copied to clipboard
fun onRotationFinishedProperty(): ObjectProperty<EventHandler<in RotateEvent>>
Link copied to clipboard
fun onRotationStartedProperty(): ObjectProperty<EventHandler<in RotateEvent>>
Link copied to clipboard
fun onScrollFinishedProperty(): ObjectProperty<EventHandler<in ScrollEvent>>
Link copied to clipboard
fun onScrollProperty(): ObjectProperty<EventHandler<in ScrollEvent>>
Link copied to clipboard
fun onScrollStartedProperty(): ObjectProperty<EventHandler<in ScrollEvent>>
Link copied to clipboard
fun onSwipeDownProperty(): ObjectProperty<EventHandler<in SwipeEvent>>
Link copied to clipboard
fun onSwipeLeftProperty(): ObjectProperty<EventHandler<in SwipeEvent>>
Link copied to clipboard
fun onSwipeRightProperty(): ObjectProperty<EventHandler<in SwipeEvent>>
Link copied to clipboard
fun onSwipeUpProperty(): ObjectProperty<EventHandler<in SwipeEvent>>
Link copied to clipboard
fun onTouchMovedProperty(): ObjectProperty<EventHandler<in TouchEvent>>
Link copied to clipboard
fun onTouchPressedProperty(): ObjectProperty<EventHandler<in TouchEvent>>
Link copied to clipboard
fun onTouchReleasedProperty(): ObjectProperty<EventHandler<in TouchEvent>>
Link copied to clipboard
fun onTouchStationaryProperty(): ObjectProperty<EventHandler<in TouchEvent>>
Link copied to clipboard
fun onZoomFinishedProperty(): ObjectProperty<EventHandler<in ZoomEvent>>
Link copied to clipboard
fun onZoomProperty(): ObjectProperty<EventHandler<in ZoomEvent>>
Link copied to clipboard
fun onZoomStartedProperty(): ObjectProperty<EventHandler<in ZoomEvent>>
Link copied to clipboard
fun opacityProperty(): DoubleProperty
Link copied to clipboard
fun opaqueInsetsProperty(): ObjectProperty<Insets>
Link copied to clipboard
fun paddingProperty(): ObjectProperty<Insets>
Link copied to clipboard
fun parentProperty(): ReadOnlyObjectProperty<Parent>
Link copied to clipboard
open fun parentToLocal(p0: Bounds): Bounds
open fun parentToLocal(p0: Point2D): Point2D
open fun parentToLocal(p0: Point3D): Point3D
open fun parentToLocal(p0: Double, p1: Double): Point2D
open fun parentToLocal(p0: Double, p1: Double, p2: Double): Point3D
Link copied to clipboard
fun pickOnBoundsProperty(): BooleanProperty
Link copied to clipboard
fun pinnedSideProperty(): ObjectProperty<Side>
Link copied to clipboard
override fun prefHeight(p0: Double): Double
Link copied to clipboard
fun prefHeightProperty(): DoubleProperty
Link copied to clipboard
override fun prefWidth(p0: Double): Double
Link copied to clipboard
fun prefWidthProperty(): DoubleProperty
Link copied to clipboard
fun pressedProperty(): ReadOnlyBooleanProperty
Link copied to clipboard
fun pseudoClassStateChanged(p0: PseudoClass, p1: Boolean)
Link copied to clipboard
open override fun queryAccessibleAttribute(p0: AccessibleAttribute, vararg p1: Any): Any
Link copied to clipboard
open fun relocate(p0: Double, p1: Double)
Link copied to clipboard
fun <T : Event> removeEventFilter(p0: EventType<T>, p1: EventHandler<in T>)
Link copied to clipboard
fun <T : Event> removeEventHandler(p0: EventType<T>, p1: EventHandler<in T>)
Link copied to clipboard
open fun requestFocus()
Link copied to clipboard
open fun requestLayout()
Link copied to clipboard
open override fun resize(p0: Double, p1: Double)
Link copied to clipboard
open fun resizeRelocate(p0: Double, p1: Double, p2: Double, p3: Double)
Link copied to clipboard
fun rightProperty(): ObjectProperty<Node>
Link copied to clipboard
fun rotateProperty(): DoubleProperty
Link copied to clipboard
fun rotationAxisProperty(): ObjectProperty<Point3D>
Link copied to clipboard
fun scaleShapeProperty(): BooleanProperty
Link copied to clipboard
fun scaleXProperty(): DoubleProperty
Link copied to clipboard
fun scaleYProperty(): DoubleProperty
Link copied to clipboard
fun scaleZProperty(): DoubleProperty
Link copied to clipboard
fun sceneProperty(): ReadOnlyObjectProperty<Scene>
Link copied to clipboard
open fun sceneToLocal(p0: Bounds): Bounds
open fun sceneToLocal(p0: Point2D): Point2D
open fun sceneToLocal(p0: Point3D): Point3D
open fun sceneToLocal(p0: Bounds, p1: Boolean): Bounds
open fun sceneToLocal(p0: Point2D, p1: Boolean): Point2D
open fun sceneToLocal(p0: Double, p1: Double): Point2D
open fun sceneToLocal(p0: Double, p1: Double, p2: Boolean): Point2D
open fun sceneToLocal(p0: Double, p1: Double, p2: Double): Point3D
Link copied to clipboard
open fun screenToLocal(p0: Bounds): Bounds
open fun screenToLocal(p0: Point2D): Point2D
open fun screenToLocal(p0: Double, p1: Double): Point2D
Link copied to clipboard
Link copied to clipboard
fun setAccessibleRole(p0: AccessibleRole)
Link copied to clipboard
Link copied to clipboard
fun setAnimationDelay(p0: Duration)
Link copied to clipboard
fun setAnimationDuration(p0: Duration)
Link copied to clipboard
fun setBackground(p0: Background)
Link copied to clipboard
fun setBlendMode(p0: BlendMode)
Link copied to clipboard
fun setBorder(p0: Border)
Link copied to clipboard
fun setBottom(p0: Node)
Link copied to clipboard
fun setCache(p0: Boolean)
Link copied to clipboard
fun setCacheHint(p0: CacheHint)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setClip(p0: Node)
Link copied to clipboard
fun setContent(p0: Node)
Link copied to clipboard
fun setContextMenu(p0: ContextMenu)
Link copied to clipboard
fun setCursor(p0: Cursor)
Link copied to clipboard
fun setDepthTest(p0: DepthTest)
Link copied to clipboard
Link copied to clipboard
fun setEffect(p0: Effect)
Link copied to clipboard
fun setEventDispatcher(p0: EventDispatcher)
Link copied to clipboard
Link copied to clipboard
fun setId(p0: String)
Link copied to clipboard
fun setInputMethodRequests(p0: InputMethodRequests)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setLeft(p0: Node)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setMaxSize(p0: Double, p1: Double)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setMinSize(p0: Double, p1: Double)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setNodeOrientation(p0: NodeOrientation)
Link copied to clipboard
fun setOnContextMenuRequested(p0: EventHandler<in ContextMenuEvent>)
Link copied to clipboard
fun setOnDragDetected(p0: EventHandler<in MouseEvent>)
Link copied to clipboard
fun setOnDragDone(p0: EventHandler<in DragEvent>)
Link copied to clipboard
fun setOnDragDropped(p0: EventHandler<in DragEvent>)
Link copied to clipboard
fun setOnDragEntered(p0: EventHandler<in DragEvent>)
Link copied to clipboard
fun setOnDragExited(p0: EventHandler<in DragEvent>)
Link copied to clipboard
fun setOnDragOver(p0: EventHandler<in DragEvent>)
Link copied to clipboard
fun setOnInputMethodTextChanged(p0: EventHandler<in InputMethodEvent>)
Link copied to clipboard
fun setOnKeyPressed(p0: EventHandler<in KeyEvent>)
Link copied to clipboard
fun setOnKeyReleased(p0: EventHandler<in KeyEvent>)
Link copied to clipboard
fun setOnKeyTyped(p0: EventHandler<in KeyEvent>)
Link copied to clipboard
fun setOnMouseClicked(p0: EventHandler<in MouseEvent>)
Link copied to clipboard
fun setOnMouseDragEntered(p0: EventHandler<in MouseDragEvent>)
Link copied to clipboard
fun setOnMouseDragExited(p0: EventHandler<in MouseDragEvent>)
Link copied to clipboard
fun setOnMouseDragged(p0: EventHandler<in MouseEvent>)
Link copied to clipboard
fun setOnMouseDragOver(p0: EventHandler<in MouseDragEvent>)
Link copied to clipboard
fun setOnMouseDragReleased(p0: EventHandler<in MouseDragEvent>)
Link copied to clipboard
fun setOnMouseEntered(p0: EventHandler<in MouseEvent>)
Link copied to clipboard
fun setOnMouseExited(p0: EventHandler<in MouseEvent>)
Link copied to clipboard
fun setOnMouseMoved(p0: EventHandler<in MouseEvent>)
Link copied to clipboard
fun setOnMousePressed(p0: EventHandler<in MouseEvent>)
Link copied to clipboard
fun setOnMouseReleased(p0: EventHandler<in MouseEvent>)
Link copied to clipboard
fun setOnRotate(p0: EventHandler<in RotateEvent>)
Link copied to clipboard
fun setOnRotationFinished(p0: EventHandler<in RotateEvent>)
Link copied to clipboard
fun setOnRotationStarted(p0: EventHandler<in RotateEvent>)
Link copied to clipboard
fun setOnScroll(p0: EventHandler<in ScrollEvent>)
Link copied to clipboard
fun setOnScrollFinished(p0: EventHandler<in ScrollEvent>)
Link copied to clipboard
fun setOnScrollStarted(p0: EventHandler<in ScrollEvent>)
Link copied to clipboard
fun setOnSwipeDown(p0: EventHandler<in SwipeEvent>)
Link copied to clipboard
fun setOnSwipeLeft(p0: EventHandler<in SwipeEvent>)
Link copied to clipboard
fun setOnSwipeRight(p0: EventHandler<in SwipeEvent>)
Link copied to clipboard
fun setOnSwipeUp(p0: EventHandler<in SwipeEvent>)
Link copied to clipboard
fun setOnTouchMoved(p0: EventHandler<in TouchEvent>)
Link copied to clipboard
fun setOnTouchPressed(p0: EventHandler<in TouchEvent>)
Link copied to clipboard
fun setOnTouchReleased(p0: EventHandler<in TouchEvent>)
Link copied to clipboard
fun setOnTouchStationary(p0: EventHandler<in TouchEvent>)
Link copied to clipboard
fun setOnZoom(p0: EventHandler<in ZoomEvent>)
Link copied to clipboard
fun setOnZoomFinished(p0: EventHandler<in ZoomEvent>)
Link copied to clipboard
fun setOnZoomStarted(p0: EventHandler<in ZoomEvent>)
Link copied to clipboard
Link copied to clipboard
fun setOpaqueInsets(p0: Insets)
Link copied to clipboard
fun setPadding(p0: Insets)
Link copied to clipboard
Link copied to clipboard
fun setPinnedSide(p0: Side)
Link copied to clipboard
Link copied to clipboard
open fun setPrefSize(p0: Double, p1: Double)
Link copied to clipboard
Link copied to clipboard
fun setRight(p0: Node)
Link copied to clipboard
fun setRotate(p0: Double)
Link copied to clipboard
fun setRotationAxis(p0: Point3D)
Link copied to clipboard
Link copied to clipboard
fun setScaleX(p0: Double)
Link copied to clipboard
fun setScaleY(p0: Double)
Link copied to clipboard
fun setScaleZ(p0: Double)
Link copied to clipboard
fun setShape(p0: Shape)
Link copied to clipboard
override fun setSkin(p0: Skin<*>)
Link copied to clipboard
Link copied to clipboard
fun setStyle(p0: String)
Link copied to clipboard
fun setTooltip(p0: Tooltip)
Link copied to clipboard
fun setTop(p0: Node)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setUserData(p0: Any)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun shapeProperty(): ObjectProperty<Shape>
Link copied to clipboard
open fun show(p0: Side)
Link copied to clipboard
override fun skinProperty(): ObjectProperty<Skin<*>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun snapPositionX(p0: Double): Double
Link copied to clipboard
open fun snapPositionY(p0: Double): Double
Link copied to clipboard
open fun snapshot(p0: SnapshotParameters, p1: WritableImage): WritableImage
open fun snapshot(p0: Callback<SnapshotResult, Void>, p1: SnapshotParameters, p2: WritableImage)
Link copied to clipboard
open fun snapSizeX(p0: Double): Double
Link copied to clipboard
open fun snapSizeY(p0: Double): Double
Link copied to clipboard
open fun snapSpaceX(p0: Double): Double
Link copied to clipboard
open fun snapSpaceY(p0: Double): Double
Link copied to clipboard
fun snapToPixelProperty(): BooleanProperty
Link copied to clipboard
open fun startDragAndDrop(vararg p0: TransferMode): Dragboard
Link copied to clipboard
open fun startFullDrag()
Link copied to clipboard
fun styleProperty(): StringProperty
Link copied to clipboard
open fun toBack()
Link copied to clipboard
open fun toFront()
Link copied to clipboard
fun tooltipProperty(): ObjectProperty<Tooltip>
Link copied to clipboard
fun topProperty(): ObjectProperty<Node>
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun translateXProperty(): DoubleProperty
Link copied to clipboard
fun translateYProperty(): DoubleProperty
Link copied to clipboard
fun translateZProperty(): DoubleProperty
Link copied to clipboard
fun triggerDistanceProperty(): DoubleProperty
Link copied to clipboard
Link copied to clipboard
fun viewOrderProperty(): DoubleProperty
Link copied to clipboard
fun visibleProperty(): BooleanProperty
Link copied to clipboard
fun widthProperty(): ReadOnlyDoubleProperty

Properties

Link copied to clipboard
val properties: ObservableMap<Any, Any>
Link copied to clipboard
val pseudoClassStates: ObservableSet<PseudoClass>
Link copied to clipboard
val styleClass: ObservableList<String>
Link copied to clipboard
val stylesheets: ObservableList<String>

Extensions

Link copied to clipboard
fun <T> NodeManager.breadCrumbBar(selectedCrumb: TreeItem<T>? = null): BreadCrumbBar<T>

Add a BreadCrumbBar to this manager.

inline fun <T> NodeManager.breadCrumbBar(selectedCrumb: TreeItem<T>? = null, configuration: BreadCrumbBar<T>.() -> Unit): BreadCrumbBar<T>

Add a BreadCrumbBar with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.checkComboBox(items: ObservableList<T> = observableArrayList()): CheckComboBox<T>

Add a CheckComboBox to this manager.

inline fun <T> NodeManager.checkComboBox(items: ObservableList<T> = observableArrayList(), configuration: CheckComboBox<T>.() -> Unit): CheckComboBox<T>

Add a CheckComboBox with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.checkListView(items: ObservableList<T> = observableArrayList()): CheckListView<T>

Add a CheckListView to this manager.

inline fun <T> NodeManager.checkListView(items: ObservableList<T> = observableArrayList(), configuration: CheckListView<T>.() -> Unit): CheckListView<T>

Add a CheckListView with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.checkTreeView(root: CheckBoxTreeItem<T>? = null): CheckTreeView<T>

Add a CheckTreeView to this manager.

inline fun <T> NodeManager.checkTreeView(root: CheckBoxTreeItem<T>? = null, configuration: CheckTreeView<T>.() -> Unit): CheckTreeView<T>

Add a CheckTreeView with configuration block to this manager.

Link copied to clipboard
fun NodeManager.customPasswordField(): CustomPasswordField

Add a CustomPasswordField to this manager.

inline fun NodeManager.customPasswordField(configuration: CustomPasswordField.() -> Unit): CustomPasswordField

Add a CustomPasswordField with configuration block to this manager.

Link copied to clipboard
fun NodeManager.customTextField(): CustomTextField

Add a CustomTextField to this manager.

inline fun NodeManager.customTextField(configuration: CustomTextField.() -> Unit): CustomTextField

Add a CustomTextField with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.gridView(items: ObservableList<T> = observableArrayList()): GridView<T>

Add a GridView to this manager.

inline fun <T> NodeManager.gridView(items: ObservableList<T> = observableArrayList(), configuration: GridView<T>.() -> Unit): GridView<T>

Add a GridView with configuration block to this manager.

Link copied to clipboard
fun NodeManager.hiddenSidesPane(): HiddenSidesPane

Add a HiddenSidesPane to this manager.

inline fun NodeManager.hiddenSidesPane(configuration: KtfxHiddenSidesPane.() -> Unit): HiddenSidesPane

Add a HiddenSidesPane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.hyperlinkLabel(text: String? = null): HyperlinkLabel

Add a HyperlinkLabel to this manager.

inline fun NodeManager.hyperlinkLabel(text: String? = null, configuration: HyperlinkLabel.() -> Unit): HyperlinkLabel

Add a HyperlinkLabel with configuration block to this manager.

Link copied to clipboard
fun NodeManager.infoOverlay(content: Node? = null, text: String? = null): InfoOverlay

Add an InfoOverlay to this manager.

inline fun NodeManager.infoOverlay(content: Node? = null, text: String? = null, configuration: KtfxInfoOverlay.() -> Unit): InfoOverlay

Add an InfoOverlay with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.listSelectionView(): ListSelectionView<T>

Add a ListSelectionView to this manager.

inline fun <T> NodeManager.listSelectionView(configuration: ListSelectionView<T>.() -> Unit): ListSelectionView<T>

Add a ListSelectionView with configuration block to this manager.

Link copied to clipboard
fun NodeManager.maskerPane(): MaskerPane

Add a MaskerPane to this manager.

inline fun NodeManager.maskerPane(configuration: MaskerPane.() -> Unit): MaskerPane

Add a MaskerPane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.masterDetailPane(detailSide: Side = RIGHT, showDetailNode: Boolean = true): MasterDetailPane

Add a MasterDetailPane to this manager.

inline fun NodeManager.masterDetailPane(detailSide: Side = RIGHT, showDetailNode: Boolean = true, configuration: KtfxMasterDetailPane.() -> Unit): MasterDetailPane

Add a MasterDetailPane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.notificationPane(): NotificationPane

Add a NotificationPane to this manager.

inline fun NodeManager.notificationPane(configuration: KtfxNotificationPane.() -> Unit): NotificationPane

Add a NotificationPane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.plusMinusSlider(): PlusMinusSlider

Add a PlusMinusSlider to this manager.

inline fun NodeManager.plusMinusSlider(configuration: PlusMinusSlider.() -> Unit): PlusMinusSlider

Add a PlusMinusSlider with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.prefixSelectionChoiceBox(): PrefixSelectionChoiceBox<T>

Add a PrefixSelectionChoiceBox to this manager.

inline fun <T> NodeManager.prefixSelectionChoiceBox(configuration: PrefixSelectionChoiceBox<T>.() -> Unit): PrefixSelectionChoiceBox<T>

Add a PrefixSelectionChoiceBox with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.prefixSelectionComboBox(): PrefixSelectionComboBox<T>

Add a PrefixSelectionComboBox to this manager.

inline fun <T> NodeManager.prefixSelectionComboBox(configuration: PrefixSelectionComboBox<T>.() -> Unit): PrefixSelectionComboBox<T>

Add a PrefixSelectionComboBox with configuration block to this manager.

Link copied to clipboard
fun NodeManager.propertySheet(items: ObservableList<PropertySheet.Item>? = null): PropertySheet

Add a PropertySheet to this manager.

inline fun NodeManager.propertySheet(items: ObservableList<PropertySheet.Item>? = null, configuration: PropertySheet.() -> Unit): PropertySheet

Add a PropertySheet with configuration block to this manager.

Link copied to clipboard
fun NodeManager.rangeSlider(min: Double = 0.0, max: Double = 1.0, lowValue: Double = 0.25, highValue: Double = 0.75): RangeSlider

Add a RangeSlider to this manager.

inline fun NodeManager.rangeSlider(min: Double = 0.0, max: Double = 1.0, lowValue: Double = 0.25, highValue: Double = 0.75, configuration: RangeSlider.() -> Unit): RangeSlider

Add a RangeSlider with configuration block to this manager.

Link copied to clipboard
fun NodeManager.rating(max: Int = 5, rating: Int = -1): Rating

Add a Rating to this manager.

inline fun NodeManager.rating(max: Int = 5, rating: Int = -1, configuration: Rating.() -> Unit): Rating

Add a Rating with configuration block to this manager.

Link copied to clipboard
fun <T : SegmentedBar.Segment> NodeManager.segmentedBar(): SegmentedBar<T>

Add a SegmentedBar to this manager.

inline fun <T : SegmentedBar.Segment> NodeManager.segmentedBar(configuration: SegmentedBar<T>.() -> Unit): SegmentedBar<T>

Add a SegmentedBar with configuration block to this manager.

Link copied to clipboard
fun NodeManager.segmentedButton(): SegmentedButton

Add a SegmentedButton to this manager.

inline fun NodeManager.segmentedButton(configuration: KtfxSegmentedButton.() -> Unit): SegmentedButton

Add a SegmentedButton with configuration block to this manager.

Link copied to clipboard
fun NodeManager.snapshotView(): SnapshotView

Add a SnapshotView to this manager.

inline fun NodeManager.snapshotView(configuration: KtfxSnapshotView.() -> Unit): SnapshotView

Add a SnapshotView with configuration block to this manager.

Link copied to clipboard
fun NodeManager.statusBar(): StatusBar

Add a StatusBar to this manager.

inline fun NodeManager.statusBar(configuration: StatusBar.() -> Unit): StatusBar

Add a StatusBar with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.styledBreadCrumbBar(selectedCrumb: TreeItem<T>? = null, vararg styleClass: String, id: String? = null): BreadCrumbBar<T>

Add a styled BreadCrumbBar to this manager.

inline fun <T> NodeManager.styledBreadCrumbBar(selectedCrumb: TreeItem<T>? = null, vararg styleClass: String, id: String? = null, configuration: BreadCrumbBar<T>.() -> Unit): BreadCrumbBar<T>

Add a styled BreadCrumbBar with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.styledCheckComboBox(items: ObservableList<T> = observableArrayList(), vararg styleClass: String, id: String? = null): CheckComboBox<T>

Add a styled CheckComboBox to this manager.

inline fun <T> NodeManager.styledCheckComboBox(items: ObservableList<T> = observableArrayList(), vararg styleClass: String, id: String? = null, configuration: CheckComboBox<T>.() -> Unit): CheckComboBox<T>

Add a styled CheckComboBox with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.styledCheckListView(items: ObservableList<T> = observableArrayList(), vararg styleClass: String, id: String? = null): CheckListView<T>

Add a styled CheckListView to this manager.

inline fun <T> NodeManager.styledCheckListView(items: ObservableList<T> = observableArrayList(), vararg styleClass: String, id: String? = null, configuration: CheckListView<T>.() -> Unit): CheckListView<T>

Add a styled CheckListView with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.styledCheckTreeView(root: CheckBoxTreeItem<T>? = null, vararg styleClass: String, id: String? = null): CheckTreeView<T>

Add a styled CheckTreeView to this manager.

inline fun <T> NodeManager.styledCheckTreeView(root: CheckBoxTreeItem<T>? = null, vararg styleClass: String, id: String? = null, configuration: CheckTreeView<T>.() -> Unit): CheckTreeView<T>

Add a styled CheckTreeView with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledCustomPasswordField(vararg styleClass: String, id: String? = null): CustomPasswordField

Add a styled CustomPasswordField to this manager.

inline fun NodeManager.styledCustomPasswordField(vararg styleClass: String, id: String? = null, configuration: CustomPasswordField.() -> Unit): CustomPasswordField

Add a styled CustomPasswordField with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledCustomTextField(vararg styleClass: String, id: String? = null): CustomTextField

Add a styled CustomTextField to this manager.

inline fun NodeManager.styledCustomTextField(vararg styleClass: String, id: String? = null, configuration: CustomTextField.() -> Unit): CustomTextField

Add a styled CustomTextField with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.styledGridView(items: ObservableList<T> = observableArrayList(), vararg styleClass: String, id: String? = null): GridView<T>

Add a styled GridView to this manager.

inline fun <T> NodeManager.styledGridView(items: ObservableList<T> = observableArrayList(), vararg styleClass: String, id: String? = null, configuration: GridView<T>.() -> Unit): GridView<T>

Add a styled GridView with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledHiddenSidesPane(vararg styleClass: String, id: String? = null): HiddenSidesPane

Add a styled HiddenSidesPane to this manager.

inline fun NodeManager.styledHiddenSidesPane(vararg styleClass: String, id: String? = null, configuration: KtfxHiddenSidesPane.() -> Unit): HiddenSidesPane

Add a styled HiddenSidesPane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledHyperlinkLabel(text: String? = null, vararg styleClass: String, id: String? = null): HyperlinkLabel

Add a styled HyperlinkLabel to this manager.

inline fun NodeManager.styledHyperlinkLabel(text: String? = null, vararg styleClass: String, id: String? = null, configuration: HyperlinkLabel.() -> Unit): HyperlinkLabel

Add a styled HyperlinkLabel with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledInfoOverlay(content: Node? = null, text: String? = null, vararg styleClass: String, id: String? = null): InfoOverlay

Add a styled InfoOverlay to this manager.

inline fun NodeManager.styledInfoOverlay(content: Node? = null, text: String? = null, vararg styleClass: String, id: String? = null, configuration: KtfxInfoOverlay.() -> Unit): InfoOverlay

Add a styled InfoOverlay with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.styledListSelectionView(vararg styleClass: String, id: String? = null): ListSelectionView<T>

Add a styled ListSelectionView to this manager.

inline fun <T> NodeManager.styledListSelectionView(vararg styleClass: String, id: String? = null, configuration: ListSelectionView<T>.() -> Unit): ListSelectionView<T>

Add a styled ListSelectionView with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledMaskerPane(vararg styleClass: String, id: String? = null): MaskerPane

Add a styled MaskerPane to this manager.

inline fun NodeManager.styledMaskerPane(vararg styleClass: String, id: String? = null, configuration: MaskerPane.() -> Unit): MaskerPane

Add a styled MaskerPane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledMasterDetailPane(detailSide: Side = RIGHT, showDetailNode: Boolean = true, vararg styleClass: String, id: String? = null): MasterDetailPane

Add a styled MasterDetailPane to this manager.

inline fun NodeManager.styledMasterDetailPane(detailSide: Side = RIGHT, showDetailNode: Boolean = true, vararg styleClass: String, id: String? = null, configuration: KtfxMasterDetailPane.() -> Unit): MasterDetailPane

Add a styled MasterDetailPane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledNotificationPane(vararg styleClass: String, id: String? = null): NotificationPane

Add a styled NotificationPane to this manager.

inline fun NodeManager.styledNotificationPane(vararg styleClass: String, id: String? = null, configuration: KtfxNotificationPane.() -> Unit): NotificationPane

Add a styled NotificationPane with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledPlusMinusSlider(vararg styleClass: String, id: String? = null): PlusMinusSlider

Add a styled PlusMinusSlider to this manager.

inline fun NodeManager.styledPlusMinusSlider(vararg styleClass: String, id: String? = null, configuration: PlusMinusSlider.() -> Unit): PlusMinusSlider

Add a styled PlusMinusSlider with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.styledPrefixSelectionChoiceBox(vararg styleClass: String, id: String? = null): PrefixSelectionChoiceBox<T>

Add a styled PrefixSelectionChoiceBox to this manager.

inline fun <T> NodeManager.styledPrefixSelectionChoiceBox(vararg styleClass: String, id: String? = null, configuration: PrefixSelectionChoiceBox<T>.() -> Unit): PrefixSelectionChoiceBox<T>

Add a styled PrefixSelectionChoiceBox with configuration block to this manager.

Link copied to clipboard
fun <T> NodeManager.styledPrefixSelectionComboBox(vararg styleClass: String, id: String? = null): PrefixSelectionComboBox<T>

Add a styled PrefixSelectionComboBox to this manager.

inline fun <T> NodeManager.styledPrefixSelectionComboBox(vararg styleClass: String, id: String? = null, configuration: PrefixSelectionComboBox<T>.() -> Unit): PrefixSelectionComboBox<T>

Add a styled PrefixSelectionComboBox with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledPropertySheet(items: ObservableList<PropertySheet.Item>? = null, vararg styleClass: String, id: String? = null): PropertySheet

Add a styled PropertySheet to this manager.

inline fun NodeManager.styledPropertySheet(items: ObservableList<PropertySheet.Item>? = null, vararg styleClass: String, id: String? = null, configuration: PropertySheet.() -> Unit): PropertySheet

Add a styled PropertySheet with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledRangeSlider(min: Double = 0.0, max: Double = 1.0, lowValue: Double = 0.25, highValue: Double = 0.75, vararg styleClass: String, id: String? = null): RangeSlider

Add a styled RangeSlider to this manager.

inline fun NodeManager.styledRangeSlider(min: Double = 0.0, max: Double = 1.0, lowValue: Double = 0.25, highValue: Double = 0.75, vararg styleClass: String, id: String? = null, configuration: RangeSlider.() -> Unit): RangeSlider

Add a styled RangeSlider with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledRating(max: Int = 5, rating: Int = -1, vararg styleClass: String, id: String? = null): Rating

Add a styled Rating to this manager.

inline fun NodeManager.styledRating(max: Int = 5, rating: Int = -1, vararg styleClass: String, id: String? = null, configuration: Rating.() -> Unit): Rating

Add a styled Rating with configuration block to this manager.

Link copied to clipboard
fun <T : SegmentedBar.Segment> NodeManager.styledSegmentedBar(vararg styleClass: String, id: String? = null): SegmentedBar<T>

Add a styled SegmentedBar to this manager.

inline fun <T : SegmentedBar.Segment> NodeManager.styledSegmentedBar(vararg styleClass: String, id: String? = null, configuration: SegmentedBar<T>.() -> Unit): SegmentedBar<T>

Add a styled SegmentedBar with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledSegmentedButton(vararg styleClass: String, id: String? = null): SegmentedButton

Add a styled SegmentedButton to this manager.

inline fun NodeManager.styledSegmentedButton(vararg styleClass: String, id: String? = null, configuration: KtfxSegmentedButton.() -> Unit): SegmentedButton

Add a styled SegmentedButton with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledSnapshotView(vararg styleClass: String, id: String? = null): SnapshotView

Add a styled SnapshotView to this manager.

inline fun NodeManager.styledSnapshotView(vararg styleClass: String, id: String? = null, configuration: KtfxSnapshotView.() -> Unit): SnapshotView

Add a styled SnapshotView with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledStatusBar(vararg styleClass: String, id: String? = null): StatusBar

Add a styled StatusBar to this manager.

inline fun NodeManager.styledStatusBar(vararg styleClass: String, id: String? = null, configuration: StatusBar.() -> Unit): StatusBar

Add a styled StatusBar with configuration block to this manager.

Link copied to clipboard
fun <T : Task<*>> NodeManager.styledTaskProgressView(vararg styleClass: String, id: String? = null): TaskProgressView<T>

Add a styled TaskProgressView to this manager.

inline fun <T : Task<*>> NodeManager.styledTaskProgressView(vararg styleClass: String, id: String? = null, configuration: TaskProgressView<T>.() -> Unit): TaskProgressView<T>

Add a styled TaskProgressView with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledToggleSwitch(text: String? = null, vararg styleClass: String, id: String? = null): ToggleSwitch

Add a styled ToggleSwitch to this manager.

inline fun NodeManager.styledToggleSwitch(text: String? = null, vararg styleClass: String, id: String? = null, configuration: ToggleSwitch.() -> Unit): ToggleSwitch

Add a styled ToggleSwitch with configuration block to this manager.

Link copied to clipboard
fun NodeManager.styledWorldMapView(vararg styleClass: String, id: String? = null): WorldMapView

Add a styled WorldMapView to this manager.

inline fun NodeManager.styledWorldMapView(vararg styleClass: String, id: String? = null, configuration: WorldMapView.() -> Unit): WorldMapView

Add a styled WorldMapView with configuration block to this manager.

Link copied to clipboard
fun <T : Task<*>> NodeManager.taskProgressView(): TaskProgressView<T>

Add a TaskProgressView to this manager.

inline fun <T : Task<*>> NodeManager.taskProgressView(configuration: TaskProgressView<T>.() -> Unit): TaskProgressView<T>

Add a TaskProgressView with configuration block to this manager.

Link copied to clipboard
fun NodeManager.toggleSwitch(text: String? = null): ToggleSwitch

Add a ToggleSwitch to this manager.

inline fun NodeManager.toggleSwitch(text: String? = null, configuration: ToggleSwitch.() -> Unit): ToggleSwitch

Add a ToggleSwitch with configuration block to this manager.

Link copied to clipboard
fun NodeManager.worldMapView(): WorldMapView

Add a WorldMapView to this manager.

inline fun NodeManager.worldMapView(configuration: WorldMapView.() -> Unit): WorldMapView

Add a WorldMapView with configuration block to this manager.