- java.lang.Object
-
- javafx.css.StyleConverter<String,E>
-
- javafx.css.converter.EnumConverter<E>
-
public final class EnumConverter<E extends Enum<E>> extends StyleConverter<String,E>
- Since:
- 9
-
-
Nested Class Summary
-
Nested classes/interfaces declared in class javafx.css.StyleConverter
StyleConverter.StringStore
-
-
Constructor Summary
Constructors Constructor Description EnumConverter(Class<E> enumClass)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StyleConverter<?,?>
getInstance(String ename)
static StyleConverter<?,?>
readBinary(DataInputStream is, String[] strings)
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in class javafx.css.StyleConverter
cacheValue, clearCache, convert, convert, getBooleanConverter, getCachedValue, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter, readBinary, writeBinary
-
-
-
-
Method Detail
-
readBinary
public static StyleConverter<?,?> readBinary(DataInputStream is, String[] strings) throws IOException
- Throws:
IOException
-
getInstance
public static StyleConverter<?,?> getInstance(String ename)
-
-