|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.rssowl.controller.properties.FavoritePropertyPage
net.sourceforge.rssowl.controller.properties.EditFavoriteProperties
This property page allows to modify settings of the edited favorite
Field Summary | |
private org.eclipse.swt.widgets.ToolItem |
grabTitleButton
|
(package private) org.eclipse.swt.widgets.Text |
inputCategory
|
(package private) org.eclipse.swt.widgets.Text |
inputTitle
|
(package private) org.eclipse.swt.widgets.Text |
inputUrl
|
private boolean |
isEdit
|
Fields inherited from class net.sourceforge.rssowl.controller.properties.FavoritePropertyPage |
composite, dialogFont, errorMessageLabel, parent, rssOwlFavorite |
Constructor Summary | |
EditFavoriteProperties(org.eclipse.swt.widgets.Composite parent,
Favorite rssOwlFavorite)
Instatiate a new EditFavoriteProperties PropertyPage |
Method Summary | |
Favorite |
getUpdatedFavorite()
Return an updated favorite from the given favorite and the settings the user has made |
protected void |
initComponents()
Init all components |
void |
setErrorMessage(String error)
Set / unset the warning message on the dialog |
protected void |
validateInput()
Validates the input. |
Methods inherited from class net.sourceforge.rssowl.controller.properties.FavoritePropertyPage |
createComposite, setWarningMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private org.eclipse.swt.widgets.ToolItem grabTitleButton
private boolean isEdit
org.eclipse.swt.widgets.Text inputCategory
org.eclipse.swt.widgets.Text inputTitle
org.eclipse.swt.widgets.Text inputUrl
Constructor Detail |
public EditFavoriteProperties(org.eclipse.swt.widgets.Composite parent, Favorite rssOwlFavorite)
parent
- Composite's parentrssOwlFavorite
- The favorite that is currently editedMethod Detail |
public Favorite getUpdatedFavorite()
public void setErrorMessage(String error)
FavoritePropertyPage
setErrorMessage
in class FavoritePropertyPage
error
- The warning message or NULL for no warningFavoritePropertyPage.setErrorMessage(java.lang.String)
protected void initComponents()
FavoritePropertyPage
initComponents
in class FavoritePropertyPage
PropertyPage.initComponents()
protected void validateInput()
The default implementation of this framework method delegates the request to the supplied input validator object; if it finds the input invalid, the warning dialogMessage is displayed in the dialog's dialogMessage line. This hook method is called whenever the text changes in the input field.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |