Uses of Class
net.sourceforge.java.util.gui.jface.viewers.TreeCellModifier

Packages that use TreeCellModifier
net.sourceforge.java.feednread.frontend.components.favoritestree Contains all the classes composing the NewsFeedFavoritesTree ui component. 
net.sourceforge.java.feednread.frontend.components.watchestree Contains all the classes composing the NewsFeedWatchesTree ui component. 
 

Uses of TreeCellModifier in net.sourceforge.java.feednread.frontend.components.favoritestree
 

Fields in net.sourceforge.java.feednread.frontend.components.favoritestree declared as TreeCellModifier
private  TreeCellModifier NewsFeedFavoritesTree.cellModifier
           Describes how to edit an element in the favorites tree by querying the corresponding value from the model and putting the updated value back into the model again.
 

Uses of TreeCellModifier in net.sourceforge.java.feednread.frontend.components.watchestree
 

Fields in net.sourceforge.java.feednread.frontend.components.watchestree declared as TreeCellModifier
private  TreeCellModifier NewsFeedWatchesTree.cellModifier
           Describes how to edit an ITreeElement by querying the corresponding value from the model and putting the updated value back into the model again.