which returns the name of the group
to be added.
- Version:
- $Revision: 1.2 $ $Date: 1997/01/28 18:53:43 $
- Author:
- Louis Salvail (CWI)
- See Also:
- PrefField
-
build()
- This method is called when the preferences group to add
is built.
-
getName()
- Returns the name of the group built by build().
-
whichSubGroup()
- This method is called to update the preferences menu-structure
according to the addition of this prefGroup.
getName
public abstract String getName()
- Returns the name of the group built by build().
- Returns:
- the name.
build
public abstract PrefGroup build() throws PreferencesException
- This method is called when the preferences group to add
is built.
- Returns:
- The new prefGroup to be added to the preferences manager.
- Throws: PreferencesException
- when an error occurs.
- See Also:
- PrefGroup
whichSubGroup
public abstract String whichSubGroup()
- This method is called to update the preferences menu-structure
according to the addition of this prefGroup. Returns the subgroup
in which the group will be added.
- Returns:
- a String describing the name of the subgroup in which
this group will be added. If the group is added to the first
level this methid should return Preferences.root.
- See Also:
- Preferences
All Packages Class Hierarchy This Package Previous Next Index