Class HistoryButton.HistoryPopupSkin

java.lang.Object
com.dlsc.gemsfx.HistoryButton.HistoryPopupSkin
All Implemented Interfaces:
javafx.scene.control.Skin<HistoryButton<T>.HistoryPopup>
Enclosing class:
HistoryButton<T>

public class HistoryButton.HistoryPopupSkin extends Object implements javafx.scene.control.Skin<HistoryButton<T>.HistoryPopup>
The skin used for the HistoryButton<T>.HistoryPopup.
  • Constructor Details

    • HistoryPopupSkin

      public HistoryPopupSkin(HistoryButton<T>.HistoryPopup popup)
      Constructs a new skin for the given popup.
      Parameters:
      popup - the popup being skinned
  • Method Details

    • getNode

      public javafx.scene.Node getNode()
      Returns the node used by this skin.
      Specified by:
      getNode in interface javafx.scene.control.Skin<HistoryButton<T>.HistoryPopup>
      Returns:
      the skin node
    • getSkinnable

      public HistoryButton<T>.HistoryPopup getSkinnable()
      Returns the popup managed by this skin.
      Specified by:
      getSkinnable in interface javafx.scene.control.Skin<HistoryButton<T>.HistoryPopup>
      Returns:
      the skinnable popup
    • dispose

      public void dispose()
      Disposes the skin.
      Specified by:
      dispose in interface javafx.scene.control.Skin<HistoryButton<T>.HistoryPopup>