Class CheatMenuSkin

  • All Implemented Interfaces:
    javafx.scene.control.Skin<CheatMenu>

    public class CheatMenuSkin
    extends javafx.scene.control.SkinBase<CheatMenu>
    Skin for the cheat menu.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2018 Created on May 05, 2018
    • Constructor Summary

      Constructors 
      Constructor Description
      CheatMenuSkin​(CheatMenu cheatMenu, javafx.beans.property.ReadOnlyDoubleProperty parentWidth)  
    • Method Summary

      • Methods inherited from class javafx.scene.control.SkinBase

        computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutChildren, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CheatMenuSkin

        public CheatMenuSkin​(CheatMenu cheatMenu,
                             javafx.beans.property.ReadOnlyDoubleProperty parentWidth)