com.ibm.etools.iseries.subsystems.qsys.resources.dialogs
Class QSYSSystemMessageDialog
java.lang.Object
SystemMessageDialog
com.ibm.etools.iseries.subsystems.qsys.resources.dialogs.QSYSSystemMessageDialog
public class QSYSSystemMessageDialog
- extends SystemMessageDialog
Message dialog for iSeries. Adds an option to not show the message again.
Constructor Summary |
QSYSSystemMessageDialog(Shell parentShell,
SystemMessage message,
boolean noShowAgainOption)
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static String copyright
noShowAgainButton
protected Button noShowAgainButton
QSYSSystemMessageDialog
public QSYSSystemMessageDialog(Shell parentShell,
SystemMessage message,
boolean noShowAgainOption)
- Constructor.
- Parameters:
parentShell
- the parent shell.message
- the message.
createDialogArea
protected Control createDialogArea(Composite parent)
- See Also:
Dialog
widgetDefaultSelected
public void widgetDefaultSelected(SelectionEvent e)
- See Also:
SelectionListener
widgetSelected
public void widgetSelected(SelectionEvent e)
- See Also:
SelectionListener
getNoShowAgainSelection
public boolean getNoShowAgainSelection()
- Returns whether the do not show again button was selected.
- Returns:
true
if the user chose not to show this message again, false
otherwise.
Copyright © 2011 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.