|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectice.ri.enhancedawt.browser.ConfigurationManager
The ConfigurationManager class governs the setup, and administration of the various Browser managers such as Cookies, Cache, etc.
| Field Summary | |
static String |
SETTINGS_SUBDIR
|
| Method Summary | |
void |
clearCache()
Tells the cache manager to clear all of the caches Also flushes the images out. |
void |
clearCookies()
Tells the cookies manager to clear all cookies. |
void |
configureCookies(Preferences prefs)
Sets up the cookie manager and reads the cookies file (if present). |
void |
configureStreamHandling()
Configures the Stream handling configuration of the browser. |
DataStorage |
getStorage()
|
String[] |
listCookies()
Returns the list of cookies. |
void |
resetProxy(boolean useProxy)
Reset the proxymanager when changes have been made in the options dialog Ref bug#2803 |
void |
vetoableChange(PropertyChangeEvent evt)
The VetoableChangeListener method. |
void |
writeCookies()
Tells the cookies manager to the "cookies" file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String SETTINGS_SUBDIR
| Method Detail |
public DataStorage getStorage()
public void configureCookies(Preferences prefs)
public void configureStreamHandling()
public void resetProxy(boolean useProxy)
public void clearCache()
public void writeCookies()
public void clearCookies()
public String[] listCookies()
public void vetoableChange(PropertyChangeEvent evt)
vetoableChange in interface VetoableChangeListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||