|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDockableWindow
COM Interface 'IDockableWindow'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriFramework.olb'
Description: 'Provides access to members that define and control a dockable window.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID3ee6d0c3_e3f2_11d3_a679_0008c7df97b9
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
dock(int dockFlags)
Docks or undocks this docking window. |
java.lang.String |
getCaption()
The caption of the dockable window. |
IUID |
getID()
The unique id for this dockable window. |
java.lang.String |
getName()
The name of the dockable window. |
java.lang.Object |
getUserData()
User defined data. |
boolean |
isVisible()
Indicates if this docking window is visible. |
void |
setCaption(java.lang.String caption)
The caption of the dockable window. |
void |
show(boolean show)
Hides or shows the dockable window. |
Field Detail |
---|
static final int IID3ee6d0c3_e3f2_11d3_a679_0008c7df97b9
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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 setCaption(java.lang.String caption) throws java.io.IOException, AutomationException
caption
- The caption (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void show(boolean show) throws java.io.IOException, AutomationException
show
- The show (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isVisible() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void dock(int dockFlags) throws java.io.IOException, AutomationException
dockFlags
- A com.esri.arcgis.framework.esriDockFlags constant (in)
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 |