JIDE 3.5.15

com.jidesoft.tree
Interface TreeModelWrapper

All Known Implementing Classes:
DefaultTreeModelWrapper, FilterableTreeModel, SortableTreeModel

public interface TreeModelWrapper

TreeModelWrapper is a wrapper around tree model which is referred as the actual tree model or underlying tree model. It can be used to provide a different view to the actual model. A typical use case is SortableTreeModel.


Method Summary
 TreeModel getActualModel()
          Gets the underlying TreeModel.
 void setActualModel(TreeModel model)
          Sets the actual TreeModel.
 

Method Detail

getActualModel

TreeModel getActualModel()
Gets the underlying TreeModel.

Returns:
the underlying TreeModel.

setActualModel

void setActualModel(TreeModel model)
Sets the actual TreeModel.

Parameters:
model - the actual TreeModel.

JIDE 3.5.15