-
Constructor Summary
Constructors
-
Method Summary
protected double
computeMaxHeight(double width,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
protected double
computeMaxWidth(double height,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
protected double
computeMinHeight(double width,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
protected double
computeMinWidth(double height,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
protected double
computePrefHeight(double width,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
protected double
computePrefWidth(double height,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
void
Hides the internal ComboBox
void
Shows the internal ComboBox
Methods inherited from class javafx.scene.control.SkinBase
computeBaselineOffset, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutChildren, 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CheckComboBoxSkin
Constructors
-
Method Details
-
computeMinWidth
protected double computeMinWidth(double height,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
Overriding public API
- Overrides:
computeMinWidth in class SkinBase<CheckComboBox<T>>
-
computeMinHeight
protected double computeMinHeight(double width,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
- Overrides:
computeMinHeight in class SkinBase<CheckComboBox<T>>
-
computePrefWidth
protected double computePrefWidth(double height,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
- Overrides:
computePrefWidth in class SkinBase<CheckComboBox<T>>
-
computePrefHeight
protected double computePrefHeight(double width,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
- Overrides:
computePrefHeight in class SkinBase<CheckComboBox<T>>
-
computeMaxWidth
protected double computeMaxWidth(double height,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
- Overrides:
computeMaxWidth in class SkinBase<CheckComboBox<T>>
-
computeMaxHeight
protected double computeMaxHeight(double width,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
- Overrides:
computeMaxHeight in class SkinBase<CheckComboBox<T>>
-
show
public void show()
Shows the internal ComboBox
-
hide
public void hide()
Hides the internal ComboBox
-
getTextString
protected String getTextString()
Implementation