java.lang.Object
javafx.scene.control.SkinBase<Message>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final javafx.css.PseudoClass
protected final javafx.scene.layout.StackPane
protected final javafx.scene.layout.StackPane
Fields inherited from class atlantafx.base.controls.TileSkinBase
actionSlot, actionSlotListener, container, descriptionText, graphicSlot, graphicSlotListener, HAS_ACTION, HAS_DESCRIPTION, HAS_GRAPHIC, HAS_TITLE, headerBox, titleLbl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
protected void
protected void
layoutChildren
(double x, double y, double w, double h) Methods inherited from class atlantafx.base.controls.TileSkinBase
calcHeight, computeMinHeight, setDescriptionText
Methods inherited from class javafx.scene.control.SkinBase
computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinWidth, computePrefHeight, computePrefWidth, consumeMouseEvents, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javafx.scene.control.Skin
install
-
Field Details
-
CLOSEABLE
protected static final javafx.css.PseudoClass CLOSEABLE -
closeButton
protected final javafx.scene.layout.StackPane closeButton -
closeButtonIcon
protected final javafx.scene.layout.StackPane closeButtonIcon
-
-
Constructor Details
-
MessageSkin
-
-
Method Details
-
handleClose
protected void handleClose() -
layoutChildren
protected void layoutChildren(double x, double y, double w, double h) - Overrides:
layoutChildren
in classjavafx.scene.control.SkinBase<Message>
-
dispose
public void dispose()- Specified by:
dispose
in interfacejavafx.scene.control.Skin<Message>
- Overrides:
dispose
in classTileSkinBase<Message>
-