Package kiyut.sketsa.options
Class FontSetOptions
- java.lang.Object
-
- kiyut.sketsa.options.AbstractOptions
-
- kiyut.sketsa.options.FontSetOptions
-
- All Implemented Interfaces:
Options
public class FontSetOptions extends AbstractOptions
Implementation of FontSet Options- Author:
- Kiyut
-
-
Field Summary
Fields Modifier and Type Field Description static StringFONT_SET_PROPERTYstatic StringFONT_SET_SIZE_PROPERTY-
Fields inherited from class kiyut.sketsa.options.AbstractOptions
DEFAULT_NODE_NAME, nodeName
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFontSetOptions()Creates a new instance of FontSetOptions
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<String>>getFontSetList()static FontSetOptionsgetInstance()Returns the single instance, creating one if it's the first time this method is called.static StringlistToString(List<String> list)protected voidretrieve()voidsetFontSetList(List<List<String>> list)protected voidstore()static List<String>stringToList(String text)-
Methods inherited from class kiyut.sketsa.options.AbstractOptions
addPropertyChangeListener, firePropertyChange, getPreferences, removePropertyChangeListener
-
-
-
-
Field Detail
-
FONT_SET_SIZE_PROPERTY
public static final String FONT_SET_SIZE_PROPERTY
- See Also:
- Constant Field Values
-
FONT_SET_PROPERTY
public static final String FONT_SET_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static FontSetOptions getInstance()
Returns the single instance, creating one if it's the first time this method is called.- Returns:
- Preferences The single instance.
-
store
protected void store()
-
retrieve
protected void retrieve()
-
-