|
|||||||||||
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.ConnectionProperties
Class displays a PropertyPage to set Connection settings for RSSOwl
Field Summary | |
(package private) org.eclipse.swt.widgets.Button |
checkUpdateAll
|
(package private) org.eclipse.swt.widgets.Button |
checkUseAuthentification
|
(package private) org.eclipse.swt.widgets.Button |
checkUseProxy
|
private org.eclipse.swt.widgets.Spinner |
conCountSpinner
|
private org.eclipse.swt.widgets.Spinner |
conTimeoutSpinner
|
private static int |
MAX_CONNECTION_COUNT
Max. number of connections at the same time |
private static int |
MAX_CONNECTION_TIMEOUT
Max. connection timeout in seconds |
private static int |
MIN_CONNECTION_COUNT
Min. number of connections at the same time |
private static int |
MIN_CONNECTION_TIMEOUT
Min. connection timeout in seconds |
(package private) org.eclipse.swt.widgets.Text |
textDomain
|
private org.eclipse.swt.widgets.Text |
textHost
|
(package private) org.eclipse.swt.widgets.Text |
textPassword
|
private org.eclipse.swt.widgets.Text |
textPort
|
(package private) org.eclipse.swt.widgets.Text |
textUsername
|
Fields inherited from class net.sourceforge.rssowl.controller.properties.PropertyPage |
apply, composite, dialogFont, errorMessageLabel, parent, propertyChangeManager, restore, rssOwlGui |
Constructor Summary | |
ConnectionProperties(org.eclipse.swt.widgets.Composite parent,
GUI rssOwlGui)
Instatiate a new ConnectionProperties PropertyPage |
Method Summary | |
void |
applyButtonPressed()
The apply button has been pressed |
private void |
disableAuthentification()
Disable components for Proxy Authentification |
protected void |
initComponents()
Init all components |
protected void |
restoreButtonPressed()
The restore button has been pressed |
(package private) void |
setEnabledComponents(boolean enabled)
Enable / Disable components for Proxy GlobalSettings Edit |
void |
updatePropertiesChangeManager()
Update the temporary settings holder PropertiesChangeManager |
private void |
updateProxySettings()
Update Proxy GlobalSettings from the changes the user has made |
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 static final int MAX_CONNECTION_COUNT
private static final int MAX_CONNECTION_TIMEOUT
private static final int MIN_CONNECTION_COUNT
private static final int MIN_CONNECTION_TIMEOUT
private org.eclipse.swt.widgets.Spinner conCountSpinner
private org.eclipse.swt.widgets.Spinner conTimeoutSpinner
private org.eclipse.swt.widgets.Text textHost
private org.eclipse.swt.widgets.Text textPort
org.eclipse.swt.widgets.Button checkUpdateAll
org.eclipse.swt.widgets.Button checkUseAuthentification
org.eclipse.swt.widgets.Button checkUseProxy
org.eclipse.swt.widgets.Text textDomain
org.eclipse.swt.widgets.Text textPassword
org.eclipse.swt.widgets.Text textUsername
Constructor Detail |
public ConnectionProperties(org.eclipse.swt.widgets.Composite parent, GUI rssOwlGui)
parent
- Composite's parentrssOwlGui
- The MainControllerMethod Detail |
public void applyButtonPressed()
PropertyPage
applyButtonPressed
in class PropertyPage
PropertyPage.applyButtonPressed()
public void updatePropertiesChangeManager()
PropertyPage
updatePropertiesChangeManager
in class PropertyPage
PropertyPage.updatePropertiesChangeManager()
private void disableAuthentification()
private void updateProxySettings()
protected void initComponents()
PropertyPage
initComponents
in class PropertyPage
PropertyPage.initComponents()
protected void restoreButtonPressed()
PropertyPage
restoreButtonPressed
in class PropertyPage
PropertyPage.restoreButtonPressed()
void setEnabledComponents(boolean enabled)
enabled
- TRUE to enable the components
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |