|
|||||||||||
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.BrowserProperties
Class displays a PropertyPage prompting for a path to a browser executable and some other settings concerning the use of the browser in RSSOwl
Field Summary | |
private org.eclipse.swt.widgets.Button |
blockPopupsCheck
|
(package private) org.eclipse.swt.widgets.Text |
browserArguments
|
(package private) org.eclipse.swt.widgets.Text |
browserPath
|
(package private) org.eclipse.swt.widgets.Button |
openBrowserExternCheck
|
private org.eclipse.swt.widgets.Button |
openNewBrowserWindowCheck
|
Fields inherited from class net.sourceforge.rssowl.controller.properties.PropertyPage |
apply, composite, dialogFont, errorMessageLabel, parent, propertyChangeManager, restore, rssOwlGui |
Constructor Summary | |
BrowserProperties(org.eclipse.swt.widgets.Composite parent)
Instantiate a new BrowserProperties 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.Button blockPopupsCheck
private org.eclipse.swt.widgets.Button openNewBrowserWindowCheck
org.eclipse.swt.widgets.Text browserArguments
org.eclipse.swt.widgets.Text browserPath
org.eclipse.swt.widgets.Button openBrowserExternCheck
Constructor Detail |
public BrowserProperties(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()
initComponents
in class PropertyPage
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 |