Klasse CustomControl<C extends Pane>

Typparameter:
C - the container generic parameter
Alle implementierten Schnittstellen:
Styleable, EventTarget, Skinnable
Bekannte direkte Unterklassen:
ComboBoxEx, FileInput, StatusBar

public class CustomControl<C extends Pane> extends Control
Base class for simple custom controls composed of different child controls.
  • Felddetails

    • container

      protected final C extends Pane container
  • Konstruktordetails

    • CustomControl

      protected CustomControl(C container)
      Constructor.
      Parameter:
      container - the container holding the child controls
  • Methodendetails

    • computePrefWidth

      protected double computePrefWidth(double height)
      Setzt außer Kraft:
      computePrefWidth in Klasse Control
    • computePrefHeight

      protected double computePrefHeight(double width)
      Setzt außer Kraft:
      computePrefHeight in Klasse Control
    • computeMinWidth

      protected double computeMinWidth(double height)
      Setzt außer Kraft:
      computeMinWidth in Klasse Control
    • computeMinHeight

      protected double computeMinHeight(double width)
      Setzt außer Kraft:
      computeMinHeight in Klasse Control
    • computeMaxWidth

      protected double computeMaxWidth(double height)
      Setzt außer Kraft:
      computeMaxWidth in Klasse Control
    • computeMaxHeight

      protected double computeMaxHeight(double width)
      Setzt außer Kraft:
      computeMaxHeight in Klasse Control
    • createDefaultSkin

      protected Skin<?> createDefaultSkin()
      Setzt außer Kraft:
      createDefaultSkin in Klasse Control