|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjawprof.gui.JawprofGuiModule
JawprofGui の JTabbedPanel に追加されるモジュールです.
フィールドの概要 | |
protected static java.text.Format |
DATE_FORMAT
検索期間の入力用フォーマットとして利用する. |
protected static javax.swing.table.TableCellRenderer |
dateRenderer
テーブルの日付カラム用のレンダラ. |
protected static javax.swing.table.TableCellRenderer |
intRenderer
テーブルの整数カラム用のレンダラ. |
protected static javax.swing.table.TableCellRenderer |
realRenderer
テーブルの実数カラム用のレンダラ. |
protected static java.text.DateFormat |
TIMESTAMP_FORMAT
トランザクションのラップタイム等の表示ように使用する. |
コンストラクタの概要 | |
JawprofGuiModule(JawprofGui gui)
JawprofGui に追加されるモジュールを作成します. |
メソッドの概要 | |
protected javax.swing.Icon |
createIcon(java.lang.String name)
コンポーネント用のイメージアイコンを作成します. |
javax.swing.Action |
getAction(java.lang.String key)
指定されたキーのアクションを返します. |
abstract javax.swing.JComponent |
getComponent()
追加するコンポーネントを返します. |
protected java.sql.Connection |
getConnection()
接続しているデータベースへの接続を返します. |
abstract java.lang.String |
getTitle()
このモジュールのタイトルを返します. |
protected boolean |
isActive()
このモジュールが表示されているかどうかを返します. |
protected void |
notifyAction(java.lang.String actionType)
JawprofGui から呼ばれます. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected static final java.text.DateFormat TIMESTAMP_FORMAT
protected static final java.text.Format DATE_FORMAT
protected static final javax.swing.table.TableCellRenderer dateRenderer
protected static final javax.swing.table.TableCellRenderer intRenderer
protected static final javax.swing.table.TableCellRenderer realRenderer
コンストラクタの詳細 |
public JawprofGuiModule(JawprofGui gui)
gui
- JawprofGuiメソッドの詳細 |
public abstract java.lang.String getTitle()
public abstract javax.swing.JComponent getComponent()
protected void notifyAction(java.lang.String actionType)
デフォルトの実装は空の実装です. 必要があれば継承先のクラスでオーバーライドします.
actionType
- アクションを示すタイプ IDJawprofGui
protected boolean isActive()
protected java.sql.Connection getConnection()
JawprofGui.getConnection()
protected javax.swing.Icon createIcon(java.lang.String name)
name
- リソース名public javax.swing.Action getAction(java.lang.String key)
対応するアクションがない場合は何もしないアクションが返されます. このアクションはどのメニュ ーにも関係していません.
key
- アクションのキーJawprofGui#getAction()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |