|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
net.sourceforge.java.feednread.frontend.wizard.WatchBasicDataWizardPage
WizardPage that lets the end-user enter the basic data of a
WatchSettings object.
| Field Summary | |
private String |
description
The description of the edited Watch; null
if in add mode.
|
private Text |
descriptionField
The Text field to carry the description input |
private MainApplicationWindow |
mainWindow
The Feed'n Read main window |
private WatchFolder |
parentFolder
The parent WatchFolder for which to create a new
Watch
|
private String |
title
The title of the edited Watch; null if in
add mode.
|
private Text |
titleField
The Text field to carry the title input |
| Fields inherited from class org.eclipse.jface.wizard.WizardPage |
|
| Fields inherited from class org.eclipse.jface.dialogs.DialogPage |
|
| Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
ERROR, INFORMATION, NONE, WARNING |
| Constructor Summary | |
WatchBasicDataWizardPage(MainApplicationWindow mainWindow,
String title,
String description,
WatchFolder parentFolder)
Creates a new WatchBasicDataWizardPage instance.
|
|
WatchBasicDataWizardPage(MainApplicationWindow mainWindow,
WatchFolder parentFolder)
Creates a new WatchBasicDataWizardPage instance.
|
|
| Method Summary | |
void |
createControl(Composite parent)
Creates the Controls of this
WatchBasicDataWizardPage.
|
WatchFolder |
getParentFolder()
Gets the parent WatchFolder of the edited
Watch.
|
String |
getWatchDescription()
Gets the Watch description as entered by the end-user.
|
String |
getWatchTitle()
Gets the Watch title as entered by the end-user.
|
| Methods inherited from class org.eclipse.jface.wizard.WizardPage |
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
| Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible |
| Field Detail |
private MainApplicationWindow mainWindow
The Feed'n Read main window
private Text titleField
The Text field to carry the title input
private Text descriptionField
The Text field to carry the description input
private String title
The title of the edited Watch; null if in
add mode.
private String description
The description of the edited Watch; null
if in add mode.
private WatchFolder parentFolder
The parent WatchFolder for which to create a new
Watch
| Constructor Detail |
public WatchBasicDataWizardPage(MainApplicationWindow mainWindow,
WatchFolder parentFolder)
Creates a new WatchBasicDataWizardPage instance.
mainWindow - the Feed'n Read main windowparentFolder - the parent WatchFolderWatchBasicDataWizardPage(MainApplicationWindow, String, String, WatchFolder)
public WatchBasicDataWizardPage(MainApplicationWindow mainWindow,
String title,
String description,
WatchFolder parentFolder)
Creates a new WatchBasicDataWizardPage instance.
mainWindow - the Feed'n Read main windowtitle - the title of the edited Watchdescription - the description of the edited WatchparentFolder - the parent WatchFolderWatchBasicDataWizardPage(MainApplicationWindow, WatchFolder)| Method Detail |
public void createControl(Composite parent)
Creates the Controls of this
WatchBasicDataWizardPage.
parent - the parent Composite to embed the created
controls intoIDialogPage.createControl(org.eclipse.swt.widgets.Composite)public String getWatchTitle()
Gets the Watch title as entered by the end-user.
Watch titlepublic WatchFolder getParentFolder()
Gets the parent WatchFolder of the edited
Watch.
WatchFolder of the edited
Watchpublic String getWatchDescription()
Gets the Watch description as entered by the end-user.
Watch description
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||