java.lang.Object
javafx.scene.control.SkinBase<javafx.scene.control.CheckBox>
javafx.scene.control.skin.LabeledSkinBase<javafx.scene.control.CheckBox>
javafx.scene.control.skin.CheckBoxSkin
com.tlcsdm.core.javafx.control.skin.DecorationCheckBoxSkin
- 所有已实现的接口:
javafx.scene.control.Skin<javafx.scene.control.CheckBox>
public class DecorationCheckBoxSkin
extends javafx.scene.control.skin.CheckBoxSkin
- 作者:
- unknowIfGuestInDream
-
字段概要
字段修饰符和类型字段说明private javafx.scene.layout.StackPaneprivate final DecorationCheckBoxprivate javafx.scene.image.ImageViewprivate static final javafx.scene.image.Imageprivate static final javafx.scene.image.Imageprivate javafx.scene.control.Tooltipprivate final javafx.beans.InvalidationListenerprivate static final javafx.scene.image.Image -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddispose()private javafx.scene.image.ImagegetGraphicBySeverity(Severity severity) private voidinit()protected voidlayoutChildren(double x, double y, double w, double h) private voidrefreshStyle(Severity severity) 从类继承的方法 javafx.scene.control.skin.CheckBoxSkin
computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, updateChildren从类继承的方法 javafx.scene.control.skin.LabeledSkinBase
computeBaselineOffset, computeMaxHeight, computeMaxWidth, layoutLabelInArea, layoutLabelInArea, queryAccessibleAttribute从类继承的方法 javafx.scene.control.SkinBase
consumeMouseEvents, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, registerChangeListener, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 javafx.scene.control.Skin
install
-
字段详细资料
-
errorImage
private static final javafx.scene.image.Image errorImage -
warningImage
private static final javafx.scene.image.Image warningImage -
infoImage
private static final javafx.scene.image.Image infoImage -
control
-
decoration
private javafx.scene.image.ImageView decoration -
tooltip
private javafx.scene.control.Tooltip tooltip -
box
private javafx.scene.layout.StackPane box -
tooltipListener
private final javafx.beans.InvalidationListener tooltipListener
-
-
构造器详细资料
-
DecorationCheckBoxSkin
-
-
方法详细资料
-
init
private void init() -
layoutChildren
protected void layoutChildren(double x, double y, double w, double h) - 覆盖:
layoutChildren在类中javafx.scene.control.skin.CheckBoxSkin
-
getGraphicBySeverity
-
refreshStyle
-
dispose
public void dispose()- 指定者:
dispose在接口中javafx.scene.control.Skin<javafx.scene.control.CheckBox>- 覆盖:
dispose在类中javafx.scene.control.skin.CheckBoxSkin
-