|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.treeeditor.js.AbstractJSSettings
jp.carabiner.treeeditor.js.AppSettings
public class AppSettings
アプリケーションの設定情報です。
| メソッドの概要 | |
|---|---|
protected String |
getDefault(String key)
デフォルト値を取得します。 |
static AppSettings |
getInstance(String name,
File valueFile,
File entryFile)
インスタンスを取得します。 |
protected String |
getValue(String key)
値を取得します。 |
protected boolean |
hasValue(String key)
値の有無を判定します。 |
protected void |
setDefault(String key,
String value)
デフォルト値を設定します。 |
protected void |
setValue(String key,
String value)
値を設定します。 |
| クラス jp.carabiner.treeeditor.js.AbstractJSSettings から継承されたメソッド |
|---|
createBooleanEntry, createIntegerEntry, createStringEntry, dispose, getBoolean, getInteger, getString, setBoolean, setInteger, setString |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static AppSettings getInstance(String name,
File valueFile,
File entryFile)
throws IOException
name - 名前。nullは不可。valueFile - 値ファイル。nullは不可。entryFile - エントリファイル。nullは不可。
IOException - 入出力関係のエラー。
protected String getDefault(String key)
throws IOException
AbstractJSSettings の記述:
AbstractJSSettings 内の getDefaultkey - キー。nullは不可。
IOException - 入出力関係のエラー。
protected String getValue(String key)
throws IOException
AbstractJSSettings の記述:
AbstractJSSettings 内の getValuekey - キー。nullは不可。
IOException - 入出力関係のエラー。
protected boolean hasValue(String key)
throws IOException
AbstractJSSettings の記述:
AbstractJSSettings 内の hasValuekey - キー。nullは不可。
IOException - 入出力関係のエラー。
protected void setDefault(String key,
String value)
throws IOException
AbstractJSSettings の記述:
AbstractJSSettings 内の setDefaultkey - キー。nullは不可。value - デフォルト値。nullは不可。
IOException - 入出力関係のエラー。
protected void setValue(String key,
String value)
throws IOException
AbstractJSSettings の記述:
AbstractJSSettings 内の setValuekey - キー。nullは不可。value - 値。nullは不可。
IOException - 入出力関係のエラー。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||