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 Summary
ConstructorsConstructorDescriptionHistoryPopupSkin(HistoryButton<T>.HistoryPopup popup) Constructs a new skin for the given popup. -
Method Summary
-
Constructor Details
-
HistoryPopupSkin
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:
getNodein interfacejavafx.scene.control.Skin<HistoryButton<T>.HistoryPopup>- Returns:
- the skin node
-
getSkinnable
Returns the popup managed by this skin.- Specified by:
getSkinnablein interfacejavafx.scene.control.Skin<HistoryButton<T>.HistoryPopup>- Returns:
- the skinnable popup
-
dispose
public void dispose()Disposes the skin.- Specified by:
disposein interfacejavafx.scene.control.Skin<HistoryButton<T>.HistoryPopup>
-