Package com.dassault_systemes.catjdialog

   
Class CATKeyPathTreeModelBase

 
Class Hierarchy
java.lang.Object
  |
  +-com.dassault_systemes.catjdialog.CATCallbackSource
        |
        +-com.dassault_systemes.catjdialog.CATKeyPathTreeModelBase
Class Location

Framework : CATJDialog

Module : CATJDialog

Class Description

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.

Field Summary

Constructor Summary
CATKeyPathTreeModelBase()

Method Summary
void refreshContent()
void refreshKeyPath(String[] iKeyPath)


Field Detail

Constructor Detail

CATKeyPathTreeModelBase

    CATKeyPathTreeModelBase()


Method Detail

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