Package | Description |
---|---|
org.freehep.jas.plugin.tree |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultFTreeNodeAdapter.acceptNewText(FTreeNodeTextChangeEvent evt,
boolean oldAcceptNewName)
Invoked when a node's text is being changed to check if the corresponding adapters accept the
new text.
|
boolean |
DefaultFTreeNodeAdapterProxy.acceptNewText(FTreeNodeTextChangeEvent evt,
boolean oldAcceptNewName) |
boolean |
FTreeNodeAdapter.acceptNewText(FTreeNodeTextChangeEvent evt,
boolean oldAcceptNewName)
Invoked when a node's text is being changed to check if the corresponding adapters accept the
new text.
|
boolean |
DefaultFTreeNodeAdapter.canTextBeChanged(FTreeNodeTextChangeEvent evt,
boolean oldCanBeRenamed)
Check if the given node's text can be changed.
|
boolean |
DefaultFTreeNodeAdapterProxy.canTextBeChanged(FTreeNodeTextChangeEvent evt,
boolean oldCanBeRenamed) |
boolean |
FTreeNodeAdapter.canTextBeChanged(FTreeNodeTextChangeEvent evt,
boolean oldCanBeRenamed)
Check if the given node's text can be changed.
|
void |
DefaultFTreeNodeAdapter.nodeTextChanged(FTreeNodeTextChangeEvent evt)
The FTree does not change the text of a node.
|
void |
DefaultFTreeNodeAdapterProxy.nodeTextChanged(FTreeNodeTextChangeEvent evt) |
void |
FTreeNodeAdapter.nodeTextChanged(FTreeNodeTextChangeEvent evt)
The FTree does not change the text of a node.
|
Copyright © 2016. All rights reserved.