Uses of Class
org.freehep.jas.plugin.tree.FTreeNodeTextChangeEvent

Packages that use FTreeNodeTextChangeEvent
org.freehep.jas.plugin.tree   
 

Uses of FTreeNodeTextChangeEvent in org.freehep.jas.plugin.tree
 

Methods in org.freehep.jas.plugin.tree with parameters of type FTreeNodeTextChangeEvent
 boolean DefaultFTreeNodeAdapterProxy.acceptNewText(FTreeNodeTextChangeEvent evt, boolean oldAcceptNewName)
           
 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 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 DefaultFTreeNodeAdapterProxy.canTextBeChanged(FTreeNodeTextChangeEvent evt, boolean oldCanBeRenamed)
           
 boolean DefaultFTreeNodeAdapter.canTextBeChanged(FTreeNodeTextChangeEvent evt, boolean oldCanBeRenamed)
          Check if the given node's text can be changed.
 boolean FTreeNodeAdapter.canTextBeChanged(FTreeNodeTextChangeEvent evt, boolean oldCanBeRenamed)
          Check if the given node's text can be changed.
 void DefaultFTreeNodeAdapterProxy.nodeTextChanged(FTreeNodeTextChangeEvent evt)
           
 void DefaultFTreeNodeAdapter.nodeTextChanged(FTreeNodeTextChangeEvent evt)
          The FTree does not change the text of a node.
 void FTreeNodeAdapter.nodeTextChanged(FTreeNodeTextChangeEvent evt)
          The FTree does not change the text of a node.
 



Copyright © 2013. All Rights Reserved.