public class FormattedComboBoxSkin<T>
extends com.sun.javafx.scene.control.skin.ComboBoxPopupControl<T>
| Constructor and Description |
|---|
FormattedComboBoxSkin(FormattedComboBox<T> comboBox)
************************************************************************ * Constructors * *
************************************************************************
|
| Modifier and Type | Method and Description |
|---|---|
protected double |
computeMaxWidth(double height,
double topInset,
double rightInset,
double bottomInset,
double leftInset) |
protected double |
computeMinWidth(double height,
double topInset,
double rightInset,
double bottomInset,
double leftInset) |
protected void |
createPopup() |
javafx.scene.Node |
getDisplayNode() |
protected javafx.scene.control.PopupControl |
getPopup() |
javafx.scene.Node |
getPopupContent() |
protected void |
handleControlPropertyChanged(java.lang.String p) |
computeMaxHeight, computePrefHeight, computePrefWidth, focusLost, getMode, layoutChildren, setModedispose, getBehavior, registerChangeListenercomputeBaselineOffset, computeMinHeight, consumeMouseEvents, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapSize, snapSpacepublic FormattedComboBoxSkin(FormattedComboBox<T> comboBox)
protected void handleControlPropertyChanged(java.lang.String p)
handleControlPropertyChanged in class com.sun.javafx.scene.control.skin.ComboBoxBaseSkin<T>public javafx.scene.Node getDisplayNode()
getDisplayNode in class com.sun.javafx.scene.control.skin.ComboBoxBaseSkin<T>public javafx.scene.Node getPopupContent()
getPopupContent in class com.sun.javafx.scene.control.skin.ComboBoxPopupControl<T>protected double computeMinWidth(double height,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
computeMinWidth in class javafx.scene.control.SkinBase<javafx.scene.control.ComboBoxBase<T>>protected double computeMaxWidth(double height,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
computeMaxWidth in class com.sun.javafx.scene.control.skin.ComboBoxBaseSkin<T>protected javafx.scene.control.PopupControl getPopup()
getPopup in class com.sun.javafx.scene.control.skin.ComboBoxPopupControl<T>protected void createPopup()