Class CheckComboBoxSkin<T>

    • Constructor Detail

      • CheckComboBoxSkin

        public CheckComboBoxSkin​(CheckComboBox<T> control)
        Constructors
    • Method Detail

      • 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