|
JHotDraw 7.5.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@NotNull public interface FontChooserModel
This interface defines the methods components like JFontChooser use to get a font from a font collection or a font family.
FontChooserModel is a TreeModel with the following structure for the tree:
Method Summary | |
---|---|
boolean |
isEditable(javax.swing.tree.MutableTreeNode node)
Returns true if node is editable by the user. |
Methods inherited from interface javax.swing.tree.TreeModel |
---|
addTreeModelListener, getChild, getChildCount, getIndexOfChild, getRoot, isLeaf, removeTreeModelListener, valueForPathChanged |
Method Detail |
---|
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 source
node
is editable
|
Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project. Some rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |