|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.rssowl.controller.properties.PropertyPage
net.sourceforge.rssowl.controller.properties.FavoritesProperties
Class displays a PropertyPage to set default values for new favorites
Field Summary | |
private org.eclipse.swt.widgets.Combo |
autoReloadCombo
|
private org.eclipse.swt.widgets.Button |
openOnStartupCheck
|
private org.eclipse.swt.widgets.Button |
reloadOnStartupCheck
|
Fields inherited from class net.sourceforge.rssowl.controller.properties.PropertyPage |
apply, composite, dialogFont, errorMessageLabel, parent, propertyChangeManager, restore, rssOwlGui |
Constructor Summary | |
FavoritesProperties(org.eclipse.swt.widgets.Composite parent)
Instatiate a new Favorites PropertyPage |
Method Summary | |
void |
applyButtonPressed()
The apply button has been pressed |
protected void |
initComponents()
Init all components |
protected void |
restoreButtonPressed()
The restore button has been pressed |
void |
updatePropertiesChangeManager()
Update the temporary settings holder PropertiesChangeManager |
Methods inherited from class net.sourceforge.rssowl.controller.properties.PropertyPage |
createButtons, createComposite, dispose, getPropertyChangeManager, initPropertyChangeManager, setApplyButtonState, setButtonLayoutData, setButtonLayoutData, setErrorMessage, setRestoreButtonState, setSuccessMessage, 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.Combo autoReloadCombo
private org.eclipse.swt.widgets.Button openOnStartupCheck
private org.eclipse.swt.widgets.Button reloadOnStartupCheck
Constructor Detail |
public FavoritesProperties(org.eclipse.swt.widgets.Composite parent)
parent
- Composite's parentMethod Detail |
public void applyButtonPressed()
PropertyPage
applyButtonPressed
in class PropertyPage
PropertyPage.applyButtonPressed()
public void updatePropertiesChangeManager()
PropertyPage
updatePropertiesChangeManager
in class PropertyPage
PropertyPage.updatePropertiesChangeManager()
protected void initComponents()
PropertyPage
initComponents
in class PropertyPage
PropertyPage.initComponents()
protected void restoreButtonPressed()
PropertyPage
restoreButtonPressed
in class PropertyPage
PropertyPage.restoreButtonPressed()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |