|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jivalo.editor.JIvaloEditorProperties
public final class JIvaloEditorProperties
jIvaloEditor preferences properties used to configure editor behavior.
| Constructor Summary | |
|---|---|
JIvaloEditorProperties(Properties props)
Constructor for JIvaloEditorProperties. |
|
| Method Summary | |
|---|---|
Properties |
asProperties()
|
static JIvaloEditorProperties |
defaultProperties()
Get's current default properties. |
String |
getCurrenKeyBindingName()
|
Charset |
getEncodingCharset()
Get's Charset defined. |
KeyBindings |
getKeyBindings()
|
String |
getPropertiesFileComment()
Get's comment string for properties file. |
String |
getSpacesIndentation()
|
String |
getSyntaxHighlightingDefault()
|
SyntaxHighlightings |
getSyntaxHighlightings()
|
TabStyle |
getTabStyle()
|
boolean |
isUpgradePropertiesFile()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JIvaloEditorProperties(Properties props)
throws InvalidClassException,
InvalidObjectException
props - jIvalo Editor properties
NullPointerException - If props is null.
InvalidClassException - if properties.file.version property is missing or invalid.
InvalidObjectException - If properties.file.version value is invalid.
NumberFormatException - If properties.file.version is not integer.| Method Detail |
|---|
public Charset getEncodingCharset()
public SyntaxHighlightings getSyntaxHighlightings()
public String getSyntaxHighlightingDefault()
public String getSpacesIndentation()
public TabStyle getTabStyle()
public KeyBindings getKeyBindings()
public String getCurrenKeyBindingName()
public Properties asProperties()
public String getPropertiesFileComment()
public boolean isUpgradePropertiesFile()
public static JIvaloEditorProperties defaultProperties()
throws InvalidClassException,
InvalidObjectException
InvalidClassException
InvalidObjectException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||