java.lang.Object
javafx.scene.control.SkinBase<javafx.scene.control.ComboBoxBase<T>>
javafx.scene.control.skin.ComboBoxBaseSkin<T>
javafx.scene.control.skin.ComboBoxPopupControl<T>
javafx.scene.control.skin.ComboBoxListViewSkin<T>
com.tlcsdm.core.javafx.control.skin.DecorationComboBoxSkin<T>
- 所有已实现的接口:
javafx.scene.control.Skin<javafx.scene.control.ComboBoxBase<T>>
public class DecorationComboBoxSkin<T>
extends javafx.scene.control.skin.ComboBoxListViewSkin<T>
- 作者:
- unknowIfGuestInDream
-
属性概要
从类继承的属性 javafx.scene.control.skin.ComboBoxListViewSkin
hideOnClick -
字段概要
字段修饰符和类型字段说明private javafx.scene.layout.StackPaneprivate final DecorationComboBox<T> private 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.ComboBoxListViewSkin
computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, getConverter, getDisplayNode, getEditor, getPopupContent, hideOnClickProperty, isHideOnClick, queryAccessibleAttribute, setHideOnClick从类继承的方法 javafx.scene.control.skin.ComboBoxPopupControl
hide, install, show从类继承的方法 javafx.scene.control.skin.ComboBoxBaseSkin
computeBaselineOffset从类继承的方法 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
-
字段详细资料
-
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 -
arrowButton
private javafx.scene.layout.StackPane arrowButton -
tooltipListener
private final javafx.beans.InvalidationListener tooltipListener
-
-
构造器详细资料
-
DecorationComboBoxSkin
-
-
方法详细资料
-
init
private void init() -
layoutChildren
protected void layoutChildren(double x, double y, double w, double h) - 覆盖:
layoutChildren在类中javafx.scene.control.skin.ComboBoxListViewSkin<T>
-
getGraphicBySeverity
-
refreshStyle
-
dispose
public void dispose()
-