Community
Participate
Working Groups
/* (non-Javadoc)
* Method declared on IDialogSettings.
*/
public void removeSection(String name) {
if(sections.containsKey(name)){
sections.remove(name);
}
public String get(String key) {
return (String) items.get(key);
public void addSection(IDialogSettings section);
/**
* Remove a section in the receiver.
*
* @param name
* the name of the section to be removed
public void removeSection(String name);
* Returns the value of the given key in this dialog settings.
* @param key