|
Package com.dassault_systemes.catjdialog |
|
Class CATTreeExpandNotification
|
java.lang.Object
|
+-com.dassault_systemes.catjdialog.CATNotification
|
+-com.dassault_systemes.catjdialog.CATTreeExpandNotification
Framework : CATJDialog
Module : CATJDialog
public class CATTreeExpandNotification
The tree expand notification.
This notification is sent by the CATTree component when
expanding a tree node.
Contains the reference to tree node that was expanded.
- See Also:
- com.dassault_systemes.catjdialog.CATTree#getExpandNotification()
| public String |
getKey()
Returns the tree node key that was expanded. |
| public String[] |
getKeyPath()
Returns the tree node key-path that was expanded. |
CATTreeExpandNotification
CATTreeExpandNotification(String description)
Creates a tree expand notification with the specified description.
- Parameters:
description
- The notification description.
getKey
public String getKey()
Returns the tree node key that was expanded.
This is reserved when using a tree model of type CATKeyTreeModel.
- Return:
- The source tree node key.
- See Also:
- CATKeyTreeModel
getKeyPath
public String[] getKeyPath()
Returns the tree node key-path that was expanded.
This is reserved when using a tree model of type CATKeyPathTreeModel.
- Return:
- The source tree node key-path.
- See Also:
- CATKeyPathTreeModel
Copyright © 2000, Dassault Systèmes. All rights reserved