|
eswing b2007102101 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.phosphoresce.commons.eswing.EDialog
org.phosphoresce.commons.eswing.EMessageDialog
汎用的なメッセージダイアログクラス
JOptionPaneより簡易なインタフェースを用意し、使用頻度の高いインタフェースでの
ダイアログ表示を目的としたダイアログクラスです。
入れ子クラスの概要 |
クラス javax.swing.JDialog から継承した入れ子クラス |
javax.swing.JDialog.AccessibleJDialog |
クラス java.awt.Dialog から継承した入れ子クラス |
java.awt.Dialog.AccessibleAWTDialog |
クラス java.awt.Window から継承した入れ子クラス |
java.awt.Window.AccessibleAWTWindow |
クラス java.awt.Container から継承した入れ子クラス |
java.awt.Container.AccessibleAWTContainer |
クラス java.awt.Component から継承した入れ子クラス |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
フィールドの概要 | |
static int |
BUTTON_CANCEL
Cancelボタン押下 |
static int |
BUTTON_CLOSE
閉じるボタン押下 |
static int |
BUTTON_NO
Noボタン押下 |
static int |
BUTTON_OK
OKボタン押下 |
static int |
BUTTON_RETRY
Retryボタン押下 |
static int |
BUTTON_YES
Yesボタン押下 |
クラス javax.swing.JDialog から継承したフィールド |
accessibleContext, rootPane, rootPaneCheckingEnabled |
クラス java.awt.Component から継承したフィールド |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
インタフェース javax.swing.WindowConstants から継承したフィールド |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
インタフェース java.awt.image.ImageObserver から継承したフィールド |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
コンストラクタの概要 | |
EMessageDialog(java.awt.Dialog parent,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
boolean detailButtonVisible)
コンストラクタ |
|
EMessageDialog(java.awt.Frame parent,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
boolean detailButtonVisible)
コンストラクタ |
メソッドの概要 | |
java.lang.String |
getMessage()
メッセージを取得します。 |
void |
setMessage(java.lang.String message)
メッセージを設定します。 |
static int |
showError(java.awt.Dialog parent,
java.lang.String message)
エラーメッセージダイアログを表示します。 |
static int |
showError(java.awt.Dialog parent,
java.lang.String message,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
java.lang.String detail)
エラーメッセージダイアログを表示します。 |
static int |
showError(java.awt.Dialog parent,
java.lang.String message,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
java.lang.Throwable throwable)
エラーメッセージダイアログを表示します。 |
static int |
showError(java.awt.Dialog parent,
java.lang.String message,
java.lang.String detail)
エラーメッセージダイアログを表示します。 |
static int |
showError(java.awt.Dialog parent,
java.lang.String message,
java.lang.Throwable throwable)
エラーメッセージダイアログを表示します。 |
static int |
showError(java.awt.Frame parent,
java.lang.String message)
エラーメッセージダイアログを表示します。 |
static int |
showError(java.awt.Frame parent,
java.lang.String message,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
java.lang.String detail)
エラーメッセージダイアログを表示します。 |
static int |
showError(java.awt.Frame parent,
java.lang.String message,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
java.lang.Throwable throwable)
エラーメッセージダイアログを表示します。 |
static int |
showError(java.awt.Frame parent,
java.lang.String message,
java.lang.String detail)
エラーメッセージダイアログを表示します。 |
static int |
showError(java.awt.Frame parent,
java.lang.String message,
java.lang.Throwable throwable)
エラーメッセージダイアログを表示します。 |
static int |
showInformation(java.awt.Dialog parent,
java.lang.String message)
情報メッセージダイアログを表示します。 |
static int |
showInformation(java.awt.Dialog parent,
java.lang.String message,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
java.lang.String detail)
情報メッセージダイアログを表示します。 |
static int |
showInformation(java.awt.Dialog parent,
java.lang.String message,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
java.lang.Throwable throwable)
情報メッセージダイアログを表示します。 |
static int |
showInformation(java.awt.Dialog parent,
java.lang.String message,
java.lang.String detail)
情報メッセージダイアログを表示します。 |
static int |
showInformation(java.awt.Dialog parent,
java.lang.String message,
java.lang.Throwable throwable)
情報メッセージダイアログを表示します。 |
static int |
showInformation(java.awt.Frame parent,
java.lang.String message)
情報メッセージダイアログを表示します。 |
static int |
showInformation(java.awt.Frame parent,
java.lang.String message,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
java.lang.String detail)
情報メッセージダイアログを表示します。 |
static int |
showInformation(java.awt.Frame parent,
java.lang.String message,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
java.lang.Throwable throwable)
情報メッセージダイアログを表示します。 |
static int |
showInformation(java.awt.Frame parent,
java.lang.String message,
java.lang.String detail)
情報メッセージダイアログを表示します。 |
static int |
showInformation(java.awt.Frame parent,
java.lang.String message,
java.lang.Throwable throwable)
情報メッセージダイアログを表示します。 |
static int |
showQuestion(java.awt.Dialog parent,
java.lang.String message)
質問メッセージダイアログを表示します。 |
static int |
showQuestion(java.awt.Dialog parent,
java.lang.String message,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
java.lang.String detail)
質問メッセージダイアログを表示します。 |
static int |
showQuestion(java.awt.Dialog parent,
java.lang.String message,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
java.lang.Throwable throwable)
質問メッセージダイアログを表示します。 |
static int |
showQuestion(java.awt.Dialog parent,
java.lang.String message,
java.lang.String detail)
質問メッセージダイアログを表示します。 |
static int |
showQuestion(java.awt.Dialog parent,
java.lang.String message,
java.lang.Throwable throwable)
質問メッセージダイアログを表示します。 |
static int |
showQuestion(java.awt.Frame parent,
java.lang.String message)
質問メッセージダイアログを表示します。 |
static int |
showQuestion(java.awt.Frame parent,
java.lang.String message,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
java.lang.String detail)
質問メッセージダイアログを表示します。 |
static int |
showQuestion(java.awt.Frame parent,
java.lang.String message,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
java.lang.Throwable throwable)
質問メッセージダイアログを表示します。 |
static int |
showQuestion(java.awt.Frame parent,
java.lang.String message,
java.lang.String detail)
質問メッセージダイアログを表示します。 |
static int |
showQuestion(java.awt.Frame parent,
java.lang.String message,
java.lang.Throwable throwable)
質問メッセージダイアログを表示します。 |
static int |
showWarning(java.awt.Dialog parent,
java.lang.String message)
警告メッセージダイアログを表示します。 |
static int |
showWarning(java.awt.Dialog parent,
java.lang.String message,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
java.lang.String detail)
警告メッセージダイアログを表示します。 |
static int |
showWarning(java.awt.Dialog parent,
java.lang.String message,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
java.lang.Throwable throwable)
警告メッセージダイアログを表示します。 |
static int |
showWarning(java.awt.Dialog parent,
java.lang.String message,
java.lang.String detail)
警告メッセージダイアログを表示します。 |
static int |
showWarning(java.awt.Dialog parent,
java.lang.String message,
java.lang.Throwable throwable)
警告メッセージダイアログを表示します。 |
static int |
showWarning(java.awt.Frame parent,
java.lang.String message)
警告メッセージダイアログを表示します。 |
static int |
showWarning(java.awt.Frame parent,
java.lang.String message,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
java.lang.String detail)
警告メッセージダイアログを表示します。 |
static int |
showWarning(java.awt.Frame parent,
java.lang.String message,
boolean retryButtonVisible,
boolean okButtonVisible,
boolean cancelButtonVisible,
boolean yesButtonVisible,
boolean noButtonVisible,
java.lang.Throwable throwable)
警告メッセージダイアログを表示します。 |
static int |
showWarning(java.awt.Frame parent,
java.lang.String message,
java.lang.String detail)
警告メッセージダイアログを表示します。 |
static int |
showWarning(java.awt.Frame parent,
java.lang.String message,
java.lang.Throwable throwable)
警告メッセージダイアログを表示します。 |
クラス org.phosphoresce.commons.eswing.EDialog から継承したメソッド |
dressup |
クラス javax.swing.JDialog から継承したメソッド |
addImpl, createRootPane, dialogInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update |
クラス java.awt.Dialog から継承したメソッド |
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated, show |
クラス java.awt.Window から継承したメソッド |
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, finalize, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, toBack, toFront |
クラス java.awt.Container から継承したメソッド |
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, removeNotify, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
クラス java.awt.Component から継承したメソッド |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle |
クラス java.lang.Object から継承したメソッド |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
public static final int BUTTON_CLOSE
public static final int BUTTON_CANCEL
public static final int BUTTON_OK
public static final int BUTTON_YES
public static final int BUTTON_NO
public static final int BUTTON_RETRY
コンストラクタの詳細 |
public EMessageDialog(java.awt.Frame parent, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, boolean detailButtonVisible)
parent
- 親コンポーネントオブジェクトretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグdetailButtonVisible
- Detailボタン表示フラグpublic EMessageDialog(java.awt.Dialog parent, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, boolean detailButtonVisible)
parent
- 親コンポーネントオブジェクトretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグdetailButtonVisible
- Detailボタン表示フラグメソッドの詳細 |
public static int showError(java.awt.Frame parent, java.lang.String message, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, java.lang.String detail)
parent
- 親コンポーネントオブジェクトmessage
- メッセージretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグdetail
- 詳細メッセージ
public static int showError(java.awt.Dialog parent, java.lang.String message, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, java.lang.String detail)
parent
- 親コンポーネントオブジェクトmessage
- メッセージretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグdetail
- 詳細メッセージ
public static int showError(java.awt.Frame parent, java.lang.String message, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, java.lang.Throwable throwable)
parent
- 親コンポーネントオブジェクトmessage
- メッセージretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグthrowable
- 例外オブジェクト
public static int showError(java.awt.Dialog parent, java.lang.String message, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, java.lang.Throwable throwable)
parent
- 親コンポーネントオブジェクトmessage
- メッセージretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグthrowable
- 例外オブジェクト
public static int showError(java.awt.Frame parent, java.lang.String message)
parent
- 親コンポーネントオブジェクトmessage
- メッセージ
public static int showError(java.awt.Dialog parent, java.lang.String message)
parent
- 親コンポーネントオブジェクトmessage
- メッセージ
public static int showError(java.awt.Frame parent, java.lang.String message, java.lang.Throwable throwable)
parent
- 親コンポーネントオブジェクトmessage
- メッセージthrowable
- 例外オブジェクト
public static int showError(java.awt.Dialog parent, java.lang.String message, java.lang.Throwable throwable)
parent
- 親コンポーネントオブジェクトmessage
- メッセージthrowable
- 例外オブジェクト
public static int showError(java.awt.Frame parent, java.lang.String message, java.lang.String detail)
parent
- 親コンポーネントオブジェクトmessage
- メッセージdetail
- 詳細メッセージ
public static int showError(java.awt.Dialog parent, java.lang.String message, java.lang.String detail)
parent
- 親コンポーネントオブジェクトmessage
- メッセージdetail
- 詳細メッセージ
public static int showInformation(java.awt.Frame parent, java.lang.String message, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, java.lang.String detail)
parent
- 親コンポーネントオブジェクトmessage
- メッセージretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグdetail
- 詳細メッセージ
public static int showInformation(java.awt.Dialog parent, java.lang.String message, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, java.lang.String detail)
parent
- 親コンポーネントオブジェクトmessage
- メッセージretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグdetail
- 詳細メッセージ
public static int showInformation(java.awt.Frame parent, java.lang.String message, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, java.lang.Throwable throwable)
parent
- 親コンポーネントオブジェクトmessage
- メッセージretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグthrowable
- 例外オブジェクト
public static int showInformation(java.awt.Dialog parent, java.lang.String message, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, java.lang.Throwable throwable)
parent
- 親コンポーネントオブジェクトmessage
- メッセージretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグthrowable
- 例外オブジェクト
public static int showInformation(java.awt.Frame parent, java.lang.String message)
parent
- 親コンポーネントオブジェクトmessage
- メッセージ
public static int showInformation(java.awt.Dialog parent, java.lang.String message)
parent
- 親コンポーネントオブジェクトmessage
- メッセージ
public static int showInformation(java.awt.Frame parent, java.lang.String message, java.lang.Throwable throwable)
parent
- 親コンポーネントオブジェクトmessage
- メッセージthrowable
- 例外オブジェクト
public static int showInformation(java.awt.Dialog parent, java.lang.String message, java.lang.Throwable throwable)
parent
- 親コンポーネントオブジェクトmessage
- メッセージthrowable
- 例外オブジェクト
public static int showInformation(java.awt.Frame parent, java.lang.String message, java.lang.String detail)
parent
- 親コンポーネントオブジェクトmessage
- メッセージdetail
- 詳細メッセージ
public static int showInformation(java.awt.Dialog parent, java.lang.String message, java.lang.String detail)
parent
- 親コンポーネントオブジェクトmessage
- メッセージdetail
- 詳細メッセージ
public static int showWarning(java.awt.Frame parent, java.lang.String message, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, java.lang.String detail)
parent
- 親コンポーネントオブジェクトmessage
- メッセージretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグdetail
- 詳細メッセージ
public static int showWarning(java.awt.Dialog parent, java.lang.String message, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, java.lang.String detail)
parent
- 親コンポーネントオブジェクトmessage
- メッセージretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグdetail
- 詳細メッセージ
public static int showWarning(java.awt.Frame parent, java.lang.String message, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, java.lang.Throwable throwable)
parent
- 親コンポーネントオブジェクトmessage
- メッセージretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグthrowable
- 例外オブジェクト
public static int showWarning(java.awt.Dialog parent, java.lang.String message, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, java.lang.Throwable throwable)
parent
- 親コンポーネントオブジェクトmessage
- メッセージretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグthrowable
- 例外オブジェクト
public static int showWarning(java.awt.Frame parent, java.lang.String message)
parent
- 親コンポーネントオブジェクトmessage
- メッセージ
public static int showWarning(java.awt.Dialog parent, java.lang.String message)
parent
- 親コンポーネントオブジェクトmessage
- メッセージ
public static int showWarning(java.awt.Frame parent, java.lang.String message, java.lang.Throwable throwable)
parent
- 親コンポーネントオブジェクトmessage
- メッセージthrowable
- 例外オブジェクト
public static int showWarning(java.awt.Dialog parent, java.lang.String message, java.lang.Throwable throwable)
parent
- 親コンポーネントオブジェクトmessage
- メッセージthrowable
- 例外オブジェクト
public static int showWarning(java.awt.Frame parent, java.lang.String message, java.lang.String detail)
parent
- 親コンポーネントオブジェクトmessage
- メッセージdetail
- 詳細メッセージ
public static int showWarning(java.awt.Dialog parent, java.lang.String message, java.lang.String detail)
parent
- 親コンポーネントオブジェクトmessage
- メッセージdetail
- 詳細メッセージ
public static int showQuestion(java.awt.Frame parent, java.lang.String message, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, java.lang.String detail)
parent
- 親コンポーネントオブジェクトmessage
- メッセージretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグdetail
- 詳細メッセージ
public static int showQuestion(java.awt.Dialog parent, java.lang.String message, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, java.lang.String detail)
parent
- 親コンポーネントオブジェクトmessage
- メッセージretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグdetail
- 詳細メッセージ
public static int showQuestion(java.awt.Frame parent, java.lang.String message, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, java.lang.Throwable throwable)
parent
- 親コンポーネントオブジェクトmessage
- メッセージretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグthrowable
- 例外オブジェクト
public static int showQuestion(java.awt.Dialog parent, java.lang.String message, boolean retryButtonVisible, boolean okButtonVisible, boolean cancelButtonVisible, boolean yesButtonVisible, boolean noButtonVisible, java.lang.Throwable throwable)
parent
- 親コンポーネントオブジェクトmessage
- メッセージretryButtonVisible
- Retreyボタン表示フラグokButtonVisible
- Okボタン表示フラグcancelButtonVisible
- Cancelボタン表示フラグyesButtonVisible
- Yesボタン表示フラグnoButtonVisible
- Noボタン表示フラグthrowable
- 例外オブジェクト
public static int showQuestion(java.awt.Frame parent, java.lang.String message)
parent
- 親コンポーネントオブジェクトmessage
- メッセージ
public static int showQuestion(java.awt.Dialog parent, java.lang.String message)
parent
- 親コンポーネントオブジェクトmessage
- メッセージ
public static int showQuestion(java.awt.Frame parent, java.lang.String message, java.lang.Throwable throwable)
parent
- 親コンポーネントオブジェクトmessage
- メッセージthrowable
- 例外オブジェクト
public static int showQuestion(java.awt.Dialog parent, java.lang.String message, java.lang.Throwable throwable)
parent
- 親コンポーネントオブジェクトmessage
- メッセージthrowable
- 例外オブジェクト
public static int showQuestion(java.awt.Frame parent, java.lang.String message, java.lang.String detail)
parent
- 親コンポーネントオブジェクトmessage
- メッセージdetail
- 詳細メッセージ
public static int showQuestion(java.awt.Dialog parent, java.lang.String message, java.lang.String detail)
parent
- 親コンポーネントオブジェクトmessage
- メッセージdetail
- 詳細メッセージ
public void setMessage(java.lang.String message)
message
- メッセージpublic java.lang.String getMessage()
|
eswing b2007102101 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |