|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDockableWindowDef
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID3d1fa10a_f154_11d3_a67e_0008c7df97b9
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getCaption()
The caption of the dockable window. |
int |
getChildHWND()
The hWnd of the window to be embedded in a dockable window. |
java.lang.String |
getName()
The name of the dockable window. |
java.lang.Object |
getUserData()
User defined data. |
void |
onCreate(java.lang.Object hook)
Occurs when this dockable window is created and provides access to the application. |
void |
onDestroy()
Occurs when the docking window is about to be destroyed. |
| Field Detail |
|---|
static final int IID3d1fa10a_f154_11d3_a67e_0008c7df97b9
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void onCreate(java.lang.Object hook)
throws java.io.IOException,
AutomationException
hook - A reference to another Automation Object (IDispatch) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getChildHWND()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getCaption()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onDestroy()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getUserData()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||