|
Package com.dassault_systemes.catjdialog |
|
Class CATKeyTreeModelBase
|
java.lang.Object
|
+-com.dassault_systemes.catjdialog.CATCallbackSource
|
+-com.dassault_systemes.catjdialog.CATKeyTreeModelBase
Framework : CATJDialog
Module : CATJDialog
public class CATKeyTreeModelBase
A base key 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.
| public void |
refreshContent()
Call this method to request a full refresh of the tree content. |
| public void |
refreshNode(String iKey)
Call this method to request a refresh of a specific tree node
(and its children). |
CATKeyTreeModelBase
CATKeyTreeModelBase()
refreshContent
public 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.
refreshNode
public void refreshNode(String iKey)
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:
iKey
- The key of the node to refresh.
Copyright © 2000, Dassault Systèmes. All rights reserved