Package com.dassault_systemes.catjdialog

   
Class CATTreeCommandNotification

 
Class Hierarchy
java.lang.Object
  |
  +-com.dassault_systemes.catjdialog.CATNotification
        |
        +-com.dassault_systemes.catjdialog.CATMenuNotification
              |
              +-com.dassault_systemes.catjdialog.CATTreeCommandNotification
Class Location

Framework : CATJDialog

Module : CATJDialog

Class Description

public class CATTreeCommandNotification

The tree command notification class.

This notification is sent by the CATTree component when triggering a contextual menu.
Contains:

See Also:
com.dassault_systemes.catjdialog.CATTree#getCommandNotification()
Field Summary

Constructor Summary
CATTreeCommandNotification(String description)
Creates a tree command notification with the specified description.

Method Summary
public String getKey()
Returns the tree node key that originated the contextual menu.
public String[] getKeyPath()
Returns the tree node key-path that originated the contextual menu.


Field Detail

Constructor Detail

CATTreeCommandNotification

    CATTreeCommandNotification(String description)

Creates a tree command notification with the specified description.

Parameters:
description
The notification description.

Method Detail

getKey

    public String getKey()

Returns the tree node key that originated the contextual menu.

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 originated the contextual menu.

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