Package kiyut.sketsa.options
Class SourceEditorOptions
- java.lang.Object
-
- kiyut.sketsa.options.AbstractOptions
-
- kiyut.sketsa.options.SourceEditorOptions
-
- All Implemented Interfaces:
Options
public class SourceEditorOptions extends AbstractOptions
SourceEditor settings for Netbeans Platform Settings. It keep the window location, width and height- Author:
- Kiyut
-
-
Field Summary
Fields Modifier and Type Field Description static StringBOUNDS_PROPERTY-
Fields inherited from class kiyut.sketsa.options.AbstractOptions
DEFAULT_NODE_NAME, nodeName
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSourceEditorOptions()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RectanglegetBounds()List<String>getFindList()static SourceEditorOptionsgetInstance()Returns the single instance, creating one if it's the first time this method is called.List<String>getReplaceList()voidsetBounds(Rectangle rv)voidsetFindReplaceList(List<String> findList, List<String> replaceList)-
Methods inherited from class kiyut.sketsa.options.AbstractOptions
addPropertyChangeListener, firePropertyChange, getPreferences, removePropertyChangeListener
-
-
-
-
Field Detail
-
BOUNDS_PROPERTY
public static final String BOUNDS_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static SourceEditorOptions getInstance()
Returns the single instance, creating one if it's the first time this method is called.- Returns:
- The single instance.
-
getBounds
public Rectangle getBounds()
-
setBounds
public void setBounds(Rectangle rv)
-
-