|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
TreeModel getActualModel()
TreeModel
.
TreeModel
.void setActualModel(TreeModel model)
TreeModel
.
model
- the actual TreeModel
.
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |