Package com.dassault_systemes.catjdialog |
|
Class CATKeyPathTreeModelBase
|
java.lang.Object
|
+-com.dassault_systemes.catjdialog.CATCallbackSource
|
+-com.dassault_systemes.catjdialog.CATKeyPathTreeModelBase
Framework : CATJDialog
Module : CATJDialog
public class CATKeyPathTreeModelBase
A base key-path tree model class that allows tree refreshes.
Inherit your tree model implementation from this class, and call the
dedicated methods to request an update (full or partial) of the CATTree.
CATKeyPathTreeModelBase
CATKeyPathTreeModelBase()
refreshContent
void refreshContent()
Call this method to request a full refresh of the tree content.
Use it when the data represented by the tree has changed.
refreshKeyPath
void refreshKeyPath(String[] iKeyPath)
Call this method to request a refresh of a specific tree node
(and its children).
Use it when the data represented by the node has changed.
- Parameters:
iKeyPath
- The node key path.
Copyright © 2000, Dassault Systèmes. All rights reserved