java.lang.Object
javafx.scene.control.SkinBase<ErrorDisplay>
org.tquadrat.foundation.fx.control.skin.ErrorDisplaySkin
All Implemented Interfaces:
Skin<ErrorDisplay>

@ClassVersion(sourceVersion="$Id: ErrorDisplaySkin.java 1114 2024-03-12 23:07:59Z tquadrat $") @API(status=STABLE, since="0.4.3") public final class ErrorDisplaySkin extends SkinBase<ErrorDisplay>
The skin for the ErrorDisplay control.

The icon that is displayed with an error message was taken from https://www.iconfinder.com/icons/216514/warning_icon.

Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: ErrorDisplaySkin.java 1114 2024-03-12 23:07:59Z tquadrat $
Since:
0.4.3
UML Diagram
UML Diagram for "org.tquadrat.foundation.fx.control.skin.ErrorDisplaySkin"

UML Diagram for "org.tquadrat.foundation.fx.control.skin.ErrorDisplaySkin"

UML Diagram for "org.tquadrat.foundation.fx.control.skin.ErrorDisplaySkin"
  • Field Details

  • Constructor Details

    • ErrorDisplaySkin

      public ErrorDisplaySkin(ErrorDisplay control)
      Creates a new ErrorDisplaySkin instance, installing the necessary child nodes into the Control's children list.
      Parameters:
      control - The control that this skin should be installed onto.
  • Method Details

    • calcNewEntryWidth

      private double calcNewEntryWidth()
      Calculates the preferred entry width based on the size of the control.
      Returns:
      The preferred width for a new entry.
    • computeMinHeight

      protected final double computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
      Overrides:
      computeMinHeight in class SkinBase<ErrorDisplay>
    • createEntry

      private final Node createEntry(String text)
      Creates an entry.
      Parameters:
      text - The message text.
      Returns:
      The entry node.
    • getControl

      private final ErrorDisplay getControl()
      Returns a reference to the control.
      Returns:
      The control.
    • messagesInvalidated

      private final void messagesInvalidated(Observable source)
      The invalidation listener for the messages property.
      Parameters:
      source - The source.