|
dbdrowser b2007102501 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.phosphoresce.dbbrowser.config.DatabaseBrowserRecentConnectionConfig
public final class DatabaseBrowserRecentConnectionConfig
DatabaseBrowser最近利用したデータベースコネクション情報環境設定保持クラス
当クラスはSerializableインタフェースを実装し、永続化可能なフィールドのみを保持します。
例外的に永続化不可能なフィールドを保持する場合は、それは保存時に対象となりません。
フィールドの概要 | |
---|---|
static java.lang.String |
NODE_NAME
ノード名 |
メソッドの概要 | |
---|---|
DatabaseBrowserConnectionConfig |
getConnectionConfig()
最近利用したデータベース接続環境設定を取得します。 |
void |
setConnectionConfig(DatabaseBrowserConnectionConfig connectionConfig)
最近利用したデータベース接続環境設定を設定します。 |
void |
setConnectionConfig(org.phosphoresce.commons.database.core.DatabaseConfig config)
最近利用したデータベース接続環境設定を設定します。 |
java.lang.String |
toString()
クラス情報を文字列で取得します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
public static final java.lang.String NODE_NAME
メソッドの詳細 |
---|
public DatabaseBrowserConnectionConfig getConnectionConfig()
public void setConnectionConfig(DatabaseBrowserConnectionConfig connectionConfig)
connectionConfig
- 最近利用したデータベース接続環境設定public void setConnectionConfig(org.phosphoresce.commons.database.core.DatabaseConfig config)
config
- 最近利用したデータベース接続環境設定public java.lang.String toString()
java.lang.Object
内の toString
Object.toString()
|
dbdrowser b2007102501 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |