Diagram sirius and progress bar [message #1804550] |
Thu, 28 March 2019 12:19  |
Eclipse User |
|
|
|
Hi,
My application use Sirius 6.1.1
I have implemented a tool action whose loaded data to display in a sequence diagram.
When my sequence diagram draw the loaded data, there is a long waiting time.
Is it possible to configure a Progress bar ?
I see the DiagramCommandStack called by CreationTool uses the "execute" method with progress monitor is null. But i haven't find a way to extend this one.
/**
* Executes the given Command if it can execute.
*
* @param command
* The Command to execute.
*/
public void execute(Command command) {
// progress monitor is null
execute(command, null);
}
Thank's
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03318 seconds