|
Preferences Editor | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
de.jppietsch.prefedit.PreferencesTreeNode
A tree node model of a Preferences
object.
Field Summary |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
PreferencesTreeNode(Preferences somePreferences,
String aDefaultNameKey)
Constructs a tree node for a given Preferences object. |
Method Summary | |
Preferences |
getPreferences()
Returns the preferences node which is represented by this tree node. |
String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PreferencesTreeNode(Preferences somePreferences, String aDefaultNameKey) throws BackingStoreException
Preferences
object.
somePreferences
- To be viewen as tree node.aDefaultNameKey
- which is used to retrieve a name from
Rsc
that is displayed if the preferences name is empty.
BackingStoreException
- If something goes wrong.Method Detail |
public Preferences getPreferences()
public String toString()
|
Preferences Editor | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |