|
dbdrowser b2007102501 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.phosphoresce.dbbrowser.config.DatabaseBrowserWindowComponentQueryManageConfig
public final class DatabaseBrowserWindowComponentQueryManageConfig
DatabaseBrowserウィンドウコンポーネントクエリマネージャ情報環境設定保持クラス
当クラスはSerializableインタフェースを実装し、永続化可能なフィールドのみを保持します。
例外的に永続化不可能なフィールドを保持する場合は、それは保存時に対象となりません。
フィールドの概要 | |
---|---|
static java.lang.String |
NODE_NAME
ノード名 |
メソッドの概要 | |
---|---|
int |
getQueryAreaDivideLocation()
クエリエリア分割ロケーションを取得します。 |
int |
getResultAreaDivideLocation()
実行結果エリア分割ロケーションを取得します。 |
int |
getTableTreePaneDivideLocation()
テーブルツリーペイン分割ロケーションを取得します。 |
void |
setQueryAreaDivideLocation(int queryAreaDivideLocation)
クエリエリア分割ロケーションを設定します。 |
void |
setResultAreaDivideLocation(int resultAreaDivideLocation)
実行結果エリア分割ロケーションを設定します。 |
void |
setTableTreePaneDivideLocation(int tableTreePaneDivideLocation)
テーブルツリーペイン分割ロケーションを設定します。 |
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 int getTableTreePaneDivideLocation()
public void setTableTreePaneDivideLocation(int tableTreePaneDivideLocation)
tableTreePaneDivideLocation
- テーブルツリーペイン分割ロケーションpublic int getQueryAreaDivideLocation()
public void setQueryAreaDivideLocation(int queryAreaDivideLocation)
queryAreaDivideLocation
- クエリエリア分割ロケーションpublic int getResultAreaDivideLocation()
public void setResultAreaDivideLocation(int resultAreaDivideLocation)
resultAreaDivideLocation
- 実行結果エリア分割ロケーションpublic java.lang.String toString()
java.lang.Object
内の toString
Object.toString()
|
dbdrowser b2007102501 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |