G H K L M P S T U

G

getAboutCopyright() - class helloagain.kanday.KandayPreferences のメソッド
Aboutダイアログに表示する著作権表示文を返却する。
getAboutDescription() - class helloagain.kanday.KandayPreferences のメソッド
Aboutダイアログに表示するプログラムの説明文を返却する。
getAboutVersion() - class helloagain.kanday.KandayPreferences のメソッド
Aboutダイアログに表示するプログラムのバージョン文字列を返却する。
getFrameHeight() - class helloagain.kanday.KandayPreferences のメソッド
ウィンドウの大きさ(高さ)を返却する。
getFramePositionX() - class helloagain.kanday.KandayPreferences のメソッド
ウィンドウの位置(X座標)を返却する。
getFramePositionY() - class helloagain.kanday.KandayPreferences のメソッド
ウィンドウの位置(Y座標)を返却する。
getFrameTitle() - class helloagain.kanday.KandayPreferences のメソッド
ウィンドウのタイトルバーに表示する文字列を返却する。
getFrameWidth() - class helloagain.kanday.KandayPreferences のメソッド
ウィンドウの大きさ(幅)を返却する。
getMenuAbout() - class helloagain.kanday.KandayPreferences のメソッド
Aboutメニュー項目に表示する文字列を返却する。
getMenuAboutDescription() - class helloagain.kanday.KandayPreferences のメソッド
Aboutメニュー項目に対応するアクションの説明文字列を返却する。
getMenuExit() - class helloagain.kanday.KandayPreferences のメソッド
Exitメニュー項目に表示する文字列を返却する。
getMenuExitDescription() - class helloagain.kanday.KandayPreferences のメソッド
Exitメニュー項目に対応するアクションの説明文字列を返却する。
getMenuFile() - class helloagain.kanday.KandayPreferences のメソッド
Fileメニューに表示する文字列を返却する。
getMenuHelp() - class helloagain.kanday.KandayPreferences のメソッド
Helpメニューに表示する文字列を返却する。
getMenuPreferences() - class helloagain.kanday.KandayPreferences のメソッド
Preferencesメニュー項目に表示する文字列を返却する。
getMenuPreferencesDescription() - class helloagain.kanday.KandayPreferences のメソッド
Preferencesメニュー項目に対応するアクションの説明文字列を返却する。
getMessage() - class helloagain.kanday.KandayPreferences のメソッド
ウィンドウに表示するメッセージ文字列を返却する。
getMessageBackgroundColor() - class helloagain.kanday.KandayPreferences のメソッド
メッセージ表示パネルの背景色を返却する。
getMessageForegroundColor() - class helloagain.kanday.KandayPreferences のメソッド
メッセージ表示パネルの前景色を返却する。
getPreferencesDialogApplybuttonText() - class helloagain.kanday.KandayPreferences のメソッド
設定ダイアログの適用ボタン文字列を返却する。
getPreferencesDialogBgcolorchooserTitle() - class helloagain.kanday.KandayPreferences のメソッド
背景色選択ダイアログのタイトル文字列を返却する。
getPreferencesDialogBglabelText() - class helloagain.kanday.KandayPreferences のメソッド
設定ダイアログの背景色ラベル文字列を返却する。
getPreferencesDialogCancelbuttonText() - class helloagain.kanday.KandayPreferences のメソッド
設定ダイアログの取消ボタン文字列を返却する。
getPreferencesDialogChangebuttonText() - class helloagain.kanday.KandayPreferences のメソッド
設定ダイアログの色変更ボタン文字列を返却する。
getPreferencesDialogFgcolorchooserTitle() - class helloagain.kanday.KandayPreferences のメソッド
前景色選択ダイアログのタイトル文字列を返却する。
getPreferencesDialogFglabelText() - class helloagain.kanday.KandayPreferences のメソッド
設定ダイアログの前景色ラベル文字列を返却する。
getPreferencesDialogTitle() - class helloagain.kanday.KandayPreferences のメソッド
設定ダイアログのタイトル文字列を返却する。

H

helloagain.kanday - package helloagain.kanday
 

K

KandayAboutDialog - class helloagain.kanday.KandayAboutDialog.
プログラム情報を表示するダイアログ。
KandayAboutDialog(Frame, String, Icon, String, String, String) - class helloagain.kanday.KandayAboutDialog のコンストラクタ
プログラム情報を表示するダイアログを生成する。
KandayFrame - class helloagain.kanday.KandayFrame.
メニューバーとツールバーを持つ典型的なアプリケーションウィンドウ。
KandayFrame(KandayPreferences) - class helloagain.kanday.KandayFrame のコンストラクタ
引数で指定されたPreferenceに基づきウィンドウを生成する。
KandayMain - class helloagain.kanday.KandayMain.
KandayMain.java HelloAgain Desktop編プログラムのmainを提供するクラス。
KandayMain() - class helloagain.kanday.KandayMain のコンストラクタ
 
KandayMenuBar - class helloagain.kanday.KandayMenuBar.
アプリケーション・ウィンドウのメニューバー表示クラス。
KandayMenuBar(KandayPreferences) - class helloagain.kanday.KandayMenuBar のコンストラクタ
引数にプログラム設定情報を持つKandayPreferencesの インスタンスを取るコンストラクタ。
KandayPane - class helloagain.kanday.KandayPane.
メッセージを表示するpane。
KandayPane() - class helloagain.kanday.KandayPane のコンストラクタ
コンストラクタ。
KandayPreferences - class helloagain.kanday.KandayPreferences.
HelloAgain Desktopプログラムにおける設定可能パラメータを 保持する。
KandayPreferences() - class helloagain.kanday.KandayPreferences のコンストラクタ
コンストラクタ。
KandayPreferencesDialog - class helloagain.kanday.KandayPreferencesDialog.
プログラムの設定を変更するダイアログ。
KandayPreferencesDialog(Frame, KandayPreferences) - class helloagain.kanday.KandayPreferencesDialog のコンストラクタ
プログラムの設定を変更するダイアログを生成する。
KandaySplash - class helloagain.kanday.KandaySplash.
プログラムのスプラッシュ画像を表示するためのウィンドウ。
KandaySplash() - class helloagain.kanday.KandaySplash のコンストラクタ
KandaySplashインスタンスを生成する。
KandayToolBar - class helloagain.kanday.KandayToolBar.
Describe class KandayToolBar here.
KandayToolBar() - class helloagain.kanday.KandayToolBar のコンストラクタ
Creates a new KandayToolBar instance.

L

load() - class helloagain.kanday.KandayPreferences のメソッド
属性の値を、Preferences APIを用いてユーザ・プリファレンスとして バッキングストアから取得する。

M

main(String[]) - class helloagain.kanday.KandayMain の static メソッド
プログラム起動時に呼ばれるmainメソッド。

P

paintComponent(Graphics) - class helloagain.kanday.KandayPane のメソッド
コンポーネント描画時に、message文字列を表示する。

S

save() - class helloagain.kanday.KandayPreferences のメソッド
属性の値を、Preferences APIを用いてユーザ・プリファレンスとして バッキングストアに保存する。
setAboutAction(Action) - class helloagain.kanday.KandayMenuBar のメソッド
Help - Aboutメニューを選択したときに実行されるアクションを設定。
setExitAction(Action) - class helloagain.kanday.KandayMenuBar のメソッド
File - Exitメニューを選択したときに実行されるアクションを設定。
setFont(Font) - class helloagain.kanday.KandayPane のメソッド
フォントを設定する。
setFrameHeight(int) - class helloagain.kanday.KandayPreferences のメソッド
ウィンドウの大きさ(高さ)を設定する。
setFramePositionX(int) - class helloagain.kanday.KandayPreferences のメソッド
ウィンドウの位置(X座標)を設定する。
setFramePositionY(int) - class helloagain.kanday.KandayPreferences のメソッド
ウィンドウの位置(Y座標)を設定する。
setFrameWidth(int) - class helloagain.kanday.KandayPreferences のメソッド
ウィンドウの大きさ(幅)を設定する。
setMessage(String) - class helloagain.kanday.KandayPane のメソッド
描画するメッセージを設定する。
setMessageBackgroundColor(Color) - class helloagain.kanday.KandayPreferences のメソッド
メッセージ表示パネルの背景色を設定する。
setMessageForegroundColor(Color) - class helloagain.kanday.KandayPreferences のメソッド
メッセージ表示パネルの前景色を設定する。
setPreferencesAction(Action) - class helloagain.kanday.KandayMenuBar のメソッド
File - Preferencesメニューを選択したときに実行されるアクションを 設定。

T

toString() - class helloagain.kanday.KandayPreferences のメソッド
 

U

updatePreferences() - class helloagain.kanday.KandayFrame のメソッド
前景色/背景色が変更された場合に呼び出されるメソッド。

G H K L M P S T U

Copyright © 2004 TAKAHASHI,Toru. All Rights Reserved.