bibliothek.extension.gui.dock.preference
Interface PreferenceTreeModel.Node

Enclosing class:
PreferenceTreeModel

public static interface PreferenceTreeModel.Node

A single node of a PreferenceTreeModel.

Author:
Benjamin Sigg

Method Summary
 PreferenceModel getModel()
          Gets the model of this node.
 String getName()
          Gets the name of this node.
 Path getPath()
          Gets the path of this node.
 

Method Detail

getPath

Path getPath()
Gets the path of this node.

Returns:
the path

getName

String getName()
Gets the name of this node.

Returns:
the user readable name, might be null

getModel

PreferenceModel getModel()
Gets the model of this node.

Returns:
the model, might be null