|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
net.sourceforge.java.feednread.frontend.dialog.AboutDialog
The Feed'n Read about dialog
| Nested Class Summary |
| Nested classes inherited from class org.eclipse.jface.window.Window |
Window.IExceptionHandler |
| Field Summary | |
private MainApplicationWindow |
mainWindow
The Feed'n Read main window |
| Fields inherited from class 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 |
| Fields inherited from class org.eclipse.jface.window.Window |
CANCEL, OK |
| Constructor Summary | |
AboutDialog(MainApplicationWindow mainWindow)
Creates a new AboutDialog instance.
|
|
| Method Summary | |
protected void |
configureShell(Shell shell)
Configures the Shell representing this
AboutDialog.
|
protected void |
createButtonsForButtonBar(Composite parent)
Adds the buttons to this AboutDialog's button bar.
|
protected Control |
createContents(Composite parent)
Creates the contents of this AboutDialog.
|
protected Control |
createDialogArea(Composite parent)
Creates and returns the contents of the upper part of this AboutDialog (above the button bar).
|
private Control |
createTitleArea(Composite parent)
Creates this AboutDialog's title area.
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private MainApplicationWindow mainWindow
The Feed'n Read main window
| Constructor Detail |
public AboutDialog(MainApplicationWindow mainWindow)
Creates a new AboutDialog instance.
mainWindow - the Feed'n Read main application window| Method Detail |
protected void configureShell(Shell shell)
Configures the Shell representing this
AboutDialog.
shell - theShell to configureprotected Control createContents(Composite parent)
Creates the contents of this AboutDialog.
parent - the parent Composite in which to embed the
created contentsprotected void createButtonsForButtonBar(Composite parent)
Adds the buttons to this AboutDialog's button bar.
parent - the button bar CompositeDialog.createButtonsForButtonBar(Composite)protected Control createDialogArea(Composite parent)
Creates and returns the contents of the upper part of this
AboutDialog (above the button bar).
parent - the parent Composite to contain the dialog
area
private Control createTitleArea(Composite parent)
Creates this AboutDialog's title area.
parent - the SWT parent for the title area widgets
Control
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||