Class OpenPatricianWoodenTextInputSkin

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

    public class OpenPatricianWoodenTextInputSkin
    extends javafx.scene.control.SkinBase<OpenPatricianWoodenTextInput>
    Skin class for the open patrician wood input.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Sep 23, 2013
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javafx.beans.property.DoubleProperty height  
      private javafx.scene.image.ImageView imgView  
      private TextSizingUtility sizing  
      private javafx.scene.control.TextField textField  
      private javafx.beans.property.DoubleProperty width  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void calculateDimensions​(OpenPatricianWoodenTextInput input)  
      private void setImage()  
      • 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
    • Field Detail

      • width

        private javafx.beans.property.DoubleProperty width
      • height

        private javafx.beans.property.DoubleProperty height
      • textField

        private final javafx.scene.control.TextField textField
      • imgView

        private final javafx.scene.image.ImageView imgView