Modelers

org.topcased.modeler.commands
Interface IDialogCommand


public interface IDialogCommand

This type of command is typically used by creation tools. Before the effective creation of a graph object, some information to complete the operation can be retreived by a dialog. This dialog can have a cancel button which will cancel the entire command. For this type of command, before execute them, the openDialog have to be called, and then do the execute if the dialog returned true.

See Also:
ModelerCreationTool.executeCurrentCommand()

Method Summary
 boolean openDialog()
          Function called just before the execution of the command to open a dialog
 

Method Detail

openDialog

boolean openDialog()
Function called just before the execution of the command to open a dialog

Returns:
false if the execution of this command is canceled

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.