Package com.dassault_systemes.catjdialog

   
Class CATToolbarCommandNotification

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

Framework : CATJDialog

Module : CATJDialog

Class Description

public class CATToolbarCommandNotification

This class is used by CATToolbar, CATDialogFrame and CATDialogBox to identify the toolbar button that was pressed.

It contains a reference of the command ID that was pressed.

See Also:
com.dassault_systemes.catjdialog.CATToolbar#getCommandNotification()
com.dassault_systemes.catjdialog.CATDialogFrame#getToolbarNotification()
Field Summary

Constructor Summary
CATToolbarCommandNotification(String description)
Creates a toolbar notification object with specified description.

Method Summary
public String getCommand()
Returns the toolbar command ID (which is the item ID from the CATMenuModel).


Field Detail

Constructor Detail

CATToolbarCommandNotification

    CATToolbarCommandNotification(String description)

Creates a toolbar notification object with specified description.

Parameters:
description
The notification description.

Method Detail

getCommand

    public String getCommand()

Returns the toolbar command ID (which is the item ID from the CATMenuModel).

Return:
The toolbar command ID.


Copyright © 2000, Dassault Systèmes. All rights reserved