类 DecorationCheckBoxSkin

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.StackPane
     
    private final DecorationCheckBox
     
    private javafx.scene.image.ImageView
     
    private static final javafx.scene.image.Image
     
    private static final javafx.scene.image.Image
     
    private javafx.scene.control.Tooltip
     
    private final javafx.beans.InvalidationListener
     
    private static final javafx.scene.image.Image
     
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
     
    private javafx.scene.image.Image
     
    private void
     
    protected void
    layoutChildren(double x, double y, double w, double h)
     
    private void
     

    从类继承的方法 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

      private final DecorationCheckBox 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
  • 构造器详细资料

  • 方法详细资料

    • init

      private void init()
    • layoutChildren

      protected void layoutChildren(double x, double y, double w, double h)
      覆盖:
      layoutChildren 在类中 javafx.scene.control.skin.CheckBoxSkin
    • getGraphicBySeverity

      private javafx.scene.image.Image getGraphicBySeverity(Severity severity)
    • refreshStyle

      private void refreshStyle(Severity severity)
    • dispose

      public void dispose()
      指定者:
      dispose 在接口中 javafx.scene.control.Skin<javafx.scene.control.CheckBox>
      覆盖:
      dispose 在类中 javafx.scene.control.skin.CheckBoxSkin