public interface ExtensionObjectUIDelegate
UserInterface
element in the extension.xml file.| Modifier and Type | Method and Description |
|---|---|
void |
disposeUIDelegate(ExtensionObjectWindowHandle windowHandle)
Called when the UI for an extension object is being disposed of.
|
void |
handleAction(java.lang.String actionId,
ExtensionObjectWindowHandle windowHandle)
Invoked when an extension-defined menu option or tool bar tool
is invoked.
|
void |
initUIDelegate(ExtensionObjectWindowHandle windowHandle)
Called when the UI for an extension object is being created.
|
void initUIDelegate(ExtensionObjectWindowHandle windowHandle)
windowHandle - the window handlevoid disposeUIDelegate(ExtensionObjectWindowHandle windowHandle)
windowHandle - the window handlevoid handleAction(java.lang.String actionId,
ExtensionObjectWindowHandle windowHandle)
actionId - the action identifier defined by the extensionwindowHandle - the handle of the window through which the action was invokedCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.