|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.rssowl.controller.properties.FavoritePropertyPage
A favorite property page holds components to set properties to a favorite in RSSOwl.
Field Summary | |
protected org.eclipse.swt.widgets.Composite |
composite
Holds the Property Page |
protected org.eclipse.swt.graphics.Font |
dialogFont
Font to use for the components |
protected org.eclipse.swt.custom.CLabel |
errorMessageLabel
Label to display a warning or warning |
protected org.eclipse.swt.widgets.Composite |
parent
Parent of the composite |
protected Favorite |
rssOwlFavorite
The favorite that is currently edited |
Constructor Summary | |
protected |
FavoritePropertyPage(org.eclipse.swt.widgets.Composite parent,
Favorite rssOwlFavorite)
Instantiates a new FavoritePropertyPage |
Method Summary | |
protected void |
createComposite()
Create the composite that holds the PropertyPage |
protected abstract void |
initComponents()
Init all components |
protected void |
setErrorMessage(String errorMessage)
Set / unset the warning message on the dialog |
protected void |
setWarningMessage(String warningMessage)
Set / unset the warning message on the dialog |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected org.eclipse.swt.widgets.Composite composite
protected org.eclipse.swt.graphics.Font dialogFont
protected org.eclipse.swt.custom.CLabel errorMessageLabel
protected org.eclipse.swt.widgets.Composite parent
protected Favorite rssOwlFavorite
Constructor Detail |
protected FavoritePropertyPage(org.eclipse.swt.widgets.Composite parent, Favorite rssOwlFavorite)
parent
- Composite's parentrssOwlFavorite
- The favorite that will be edited or viewedMethod Detail |
protected void createComposite()
protected abstract void initComponents()
protected void setErrorMessage(String errorMessage)
errorMessage
- The warning message or NULL for no warningprotected void setWarningMessage(String warningMessage)
warningMessage
- The warning message or NULL for no warning
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |