public class ButtonTypeConverter extends javafx.css.StyleConverter<java.lang.String,JFXButton.ButtonType>
Modifier and Type | Method | Description |
---|---|---|
JFXButton.ButtonType |
convert(javafx.css.ParsedValue<java.lang.String,JFXButton.ButtonType> value,
javafx.scene.text.Font notUsedFont) |
|
static javafx.css.StyleConverter<java.lang.String,JFXButton.ButtonType> |
getInstance() |
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
cacheValue, clearCache, convert, getBooleanConverter, getCachedValue, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter, readBinary, writeBinary
public static javafx.css.StyleConverter<java.lang.String,JFXButton.ButtonType> getInstance()
public JFXButton.ButtonType convert(javafx.css.ParsedValue<java.lang.String,JFXButton.ButtonType> value, javafx.scene.text.Font notUsedFont)
convert
in class javafx.css.StyleConverter<java.lang.String,JFXButton.ButtonType>
public java.lang.String toString()
toString
in class java.lang.Object