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. |
PropertyControl |
getExtensionPropertyControl(java.lang.String property)
Returns the extension supplied custom control for the specified
property or
null if no such custom control exists. |
Session |
getUISession()
Returns the session for this window handle.
|
getWindow
ExtensionObject getExtensionObject()
ExtensionObjectPanel getExtensionObjectPanel(java.lang.String panelId)
null
if no such panel exists.panelId
- the panel id used in the specification filenull
PropertyControl getExtensionPropertyControl(java.lang.String property)
null
if no such custom control exists.property
- the property name used in the specification filenull
javax.swing.Action getExtensionAction(java.lang.String actionId)
null
if no such action existsactionId
- the action id used in the specification filenull
ControlManager 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 controlSession getUISession()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.