public interface ExtensionObjectWindowHandle extends NativeWindowHandle
| Modifier and Type | Method and Description |
|---|---|
ControlManager |
getControlManager()
Returns the primary control manager associated with this window.
|
ControlManager |
getControlManager(java.lang.String property)
Returns the control manager that manages the control for the
supplied property.
|
javax.swing.Action |
getExtensionAction(java.lang.String actionId)
Returns the action associated with the supplied action
id or
null if no such action exists |
ExtensionObject |
getExtensionObject()
Returns the extension object associated with this window handle.
|
ExtensionObjectPanel |
getExtensionObjectPanel(java.lang.String panelId)
Returns the extension object panel with the specified
id or
null if no such panel exists. |
getWindowExtensionObject getExtensionObject()
ExtensionObjectPanel getExtensionObjectPanel(java.lang.String panelId)
null if no such panel exists.panelId - the panel id used in the specification filenulljavax.swing.Action getExtensionAction(java.lang.String actionId)
null if no such action existsactionId - the action id used in the specification filenullControlManager getControlManager()
ControlManager getControlManager(java.lang.String property)
property - the name of the property whose control manager
is being requested.null if the property does not have a controlCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.