| java.lang.Object org.columba.core.config.DefaultItem
All known Subclasses: org.columba.mail.config.SpellcheckItem, org.columba.core.scripting.config.Options, org.columba.core.config.GuiItem, org.columba.mail.config.OptionsItem, org.columba.mail.config.SecurityItem, org.columba.core.filter.Filter, org.columba.core.filter.FilterAction, org.columba.mail.config.IncomingItem, org.columba.core.config.ViewItem, org.columba.mail.config.AccountList, org.columba.mail.config.OutgoingItem, org.columba.core.filter.FilterList, org.columba.core.filter.FilterActionList, org.columba.mail.config.SpamItem, org.columba.mail.config.FolderItem, org.columba.addressbook.config.FolderItem, org.columba.mail.config.ComposerItem, org.columba.mail.config.SpecialFoldersItem, org.columba.mail.config.AccountItem, org.columba.core.filter.FilterCriteria, org.columba.core.filter.FilterRule,
DefaultItem | public class DefaultItem implements Cloneable,IDefaultItem(Code) | | Composition wrapper for XmlElement . Provides many convinience
methods for easy access.
author: fdietz |
Method Summary | |
public Object | clone() | public boolean | contains(String key) | public boolean | equals(Object obj) | public String | get(String key) | public boolean | getBoolean(String key) | public boolean | getBoolean(String pathToElement, String key) | public boolean | getBooleanWithDefault(String key, boolean defaultValue) | public boolean | getBooleanWithDefault(String pathToElement, String key, boolean defaultValue) | public int | getChildCount() | public XmlElement | getChildElement(int index) | public XmlElement | getChildElement(String pathToElement, int index) | public XmlElement | getElement(String pathToElement) | public XmlElement | getElement(String pathToElement, boolean create) | public int | getInteger(String key) | public int | getInteger(String pathToElement, String key) | public int | getIntegerWithDefault(String key, int defaultValue) | public int | getIntegerWithDefault(String pathToElement, String key, int defaultValue) | public XmlElement | getRoot() | public String | getString(String pathToElement, String key) | public String | getStringWithDefault(String key, String defaultValue) | public String | getStringWithDefault(String pathToElement, String key, String defaultValue) | public int | hashCode() | public void | notifyObservers(String path) | public void | setBoolean(String key, boolean value) | public void | setBoolean(String pathToElement, String key, boolean value) | public void | setInteger(String key, int value) | public void | setInteger(String pathToElement, String key, int value) | public void | setString(String key, String newValue) | public void | setString(String pathToElement, String key, String newValue) |
getBooleanWithDefault | public boolean getBooleanWithDefault(String key, boolean defaultValue)(Code) | | |
getBooleanWithDefault | public boolean getBooleanWithDefault(String pathToElement, String key, boolean defaultValue)(Code) | | |
getChildCount | public int getChildCount()(Code) | | |
getInteger | public int getInteger(String key)(Code) | | helper classes **************************
|
getIntegerWithDefault | public int getIntegerWithDefault(String key, int defaultValue)(Code) | | |
getIntegerWithDefault | public int getIntegerWithDefault(String pathToElement, String key, int defaultValue)(Code) | | |
getStringWithDefault | public String getStringWithDefault(String key, String defaultValue)(Code) | | Parameters: string - Parameters: string2 - |
hashCode | public int hashCode()(Code) | |
|
notifyObservers | public void notifyObservers(String path)(Code) | | |
setBoolean | public void setBoolean(String key, boolean value)(Code) | | |
setInteger | public void setInteger(String key, int value)(Code) | | |
|
|