Class CheckComboBoxSkin<T>

java.lang.Object
javafx.scene.control.SkinBase<CheckComboBox<T>>
impl.org.controlsfx.skin.CheckComboBoxSkin<T>
All Implemented Interfaces:
Skin<CheckComboBox<T>>

public class CheckComboBoxSkin<T> extends SkinBase<CheckComboBox<T>>
  • Constructor Details

    • CheckComboBoxSkin

      public CheckComboBoxSkin(CheckComboBox<T> control)
      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