public interface FontChooserModel
extends javax.swing.tree.TreeModel
FontChooserModel is a TreeModel with the following structure for the tree:
Modifier and Type | Method and Description |
---|---|
boolean |
isEditable(javax.swing.tree.MutableTreeNode node)
Returns
true if node is editable by the user. |
boolean isEditable(javax.swing.tree.MutableTreeNode node)
true
if node
is editable by the user.
This method returns true, if the node and all its parents are editable.node
- a node in the tree, obtained from this data sourcenode
is editable