Package com.dassault_systemes.catjdialog

   
Class CATKeyTreeModelBase

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

Framework : CATJDialog

Module : CATJDialog

Class Description

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.

Field Summary

Constructor Summary
CATKeyTreeModelBase()

Method Summary
void refreshContent()
void refreshNode(String iKey)


Field Detail

Constructor Detail

CATKeyTreeModelBase

    CATKeyTreeModelBase()


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.


refreshNode

    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