|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
cvj2.app.gui.dialogs.InputAndMessageDialog
public class InputAndMessageDialog
メッセージ付き入力ダイアログ。
InputDialog
だと、初期表示時のテキスト選択状態制御ができなかったのでこの画面を作成した。
入れ子のクラスの概要 |
---|
クラス org.eclipse.jface.window.Window から継承された入れ子のクラス/インタフェース |
---|
Window.IExceptionHandler |
フィールドの概要 |
---|
クラス org.eclipse.jface.dialogs.Dialog から継承されたフィールド |
---|
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS |
クラス org.eclipse.jface.window.Window から継承されたフィールド |
---|
CANCEL, OK |
コンストラクタの概要 | |
---|---|
InputAndMessageDialog(Shell parentShell)
コンストラクタ |
メソッドの概要 | |
---|---|
protected void |
createButtonsForButtonBar(Composite parent)
Create contents of the button bar. |
protected Control |
createDialogArea(Composite parent)
Create contents of the dialog. |
protected Point |
getInitialSize()
Return the initial size of the dialog. |
java.lang.String |
getInputString()
入力されたファイル名を取得する |
protected void |
okPressed()
OKボタンが押された |
void |
setData(java.lang.String title,
java.lang.String input,
int selStart,
int selEnd,
java.lang.String message)
表示するデータの設定 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public InputAndMessageDialog(Shell parentShell)
メソッドの詳細 |
---|
public void setData(java.lang.String title, java.lang.String input, int selStart, int selEnd, java.lang.String message)
input
- 入力初期値selStart
- input の選択開始位置selEnd
- input の選択終了位置 + 1protected void okPressed()
Dialog
内の okPressed
public java.lang.String getInputString()
protected Control createDialogArea(Composite parent)
Dialog
内の createDialogArea
parent
- protected void createButtonsForButtonBar(Composite parent)
Dialog
内の createButtonsForButtonBar
parent
- protected Point getInitialSize()
Dialog
内の getInitialSize
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |