- java.lang.Object
-
- javafx.scene.control.SkinBase<NotificationPane>
-
- impl.org.controlsfx.skin.NotificationPaneSkin
-
- All Implemented Interfaces:
javafx.scene.control.Skin<NotificationPane>
public class NotificationPaneSkin extends javafx.scene.control.SkinBase<NotificationPane>
-
-
Constructor Summary
Constructors Constructor Description NotificationPaneSkin(NotificationPane control)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected doublecomputeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)protected doublecomputeMaxWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)protected doublecomputeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)protected doublecomputeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)protected doublecomputePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)protected doublecomputePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)protected voidlayoutChildren(double x, double y, double w, double h)-
Methods inherited from class javafx.scene.control.SkinBase
computeBaselineOffset, consumeMouseEvents, dispose, 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
-
-
-
-
Constructor Detail
-
NotificationPaneSkin
public NotificationPaneSkin(NotificationPane control)
-
-
Method Detail
-
layoutChildren
protected void layoutChildren(double x, double y, double w, double h)- Overrides:
layoutChildrenin classjavafx.scene.control.SkinBase<NotificationPane>
-
computeMinWidth
protected double computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)- Overrides:
computeMinWidthin classjavafx.scene.control.SkinBase<NotificationPane>
-
computeMinHeight
protected double computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)- Overrides:
computeMinHeightin classjavafx.scene.control.SkinBase<NotificationPane>
-
computePrefWidth
protected double computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)- Overrides:
computePrefWidthin classjavafx.scene.control.SkinBase<NotificationPane>
-
computePrefHeight
protected double computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)- Overrides:
computePrefHeightin classjavafx.scene.control.SkinBase<NotificationPane>
-
computeMaxWidth
protected double computeMaxWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)- Overrides:
computeMaxWidthin classjavafx.scene.control.SkinBase<NotificationPane>
-
computeMaxHeight
protected double computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)- Overrides:
computeMaxHeightin classjavafx.scene.control.SkinBase<NotificationPane>
-
-