Package com.dassault_systemes.catjdialog |
|
Class CATToolbarCommandNotification
|
java.lang.Object
|
+-com.dassault_systemes.catjdialog.CATNotification
|
+-com.dassault_systemes.catjdialog.CATToolbarCommandNotification
Framework : CATJDialog
Module : CATJDialog
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()
CATToolbarCommandNotification
CATToolbarCommandNotification(String description)
Creates a toolbar notification object with specified description.
- Parameters:
description
- The notification description.
getCommand
String getCommand()
Returns the toolbar command ID (which is the item ID from the CATMenuModel).
- Returns:
The toolbar command ID.
Copyright © 2000, Dassault Systèmes. All rights reserved