com.change_vision.jude.api.inf.ui
Interface IPluginActionDelegate

com.change_vision.jude.api.inf.ui.IPluginActionDelegate

public IPluginActionDelegate

Delegated interface to add the menu item by Plug-in.
Please refer to the Astah Plug-in tutorial to add menu item.


Nested Class Summary
 class IPluginActionDelegate.UnExpectedException
           
 
Method Summary
abstract  Object run(IWindow window)
          This method is called by selecting the menu.
 

Method Detail

run

abstract Object run(IWindow window)
This method is called by selecting the menu.

Parameters:
window - Main window
Returns:
The Object to exchange data between the application(Not supported)
Throws:
UnExpectedException - Unexpected exception should be wrapped and thrown by UnExpectedException