|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapControl3
COM Interface 'IMapControl3'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'Provides access to members that control the MapControl.' 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 |
DISPID_41_GET_NAME
|
static java.lang.String |
DISPID_41_PUT_NAME
|
static java.lang.String |
DISPID_42_NAME
|
static java.lang.String |
DISPID_43_GET_NAME
|
static java.lang.String |
DISPID_43_PUT_NAME
|
static java.lang.String |
DISPID_44_GET_NAME
|
static java.lang.String |
DISPID_44_PUT_NAME
|
static java.lang.String |
DISPID_45_GET_NAME
|
static java.lang.String |
DISPID_46_GET_NAME
|
static java.lang.String |
DISPID_46_PUT_NAME
|
static java.lang.String |
DISPID_47_GET_NAME
|
static java.lang.String |
DISPID_47_PUT_NAME
|
static java.lang.String |
DISPID_48_GET_NAME
|
static java.lang.String |
DISPID_48_PUT_NAME
|
static java.lang.String |
DISPID_49_GET_NAME
|
static java.lang.String |
DISPID_49_PUT_NAME
|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID62c52249_8a87_4f7b_83f1_829064f5438e
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.Object |
getCustomProperty()
A property to associate data with a control. |
java.lang.String |
getDocumentFilename()
The filename of the last map document loaded into the control. |
java.lang.String |
getDocumentMap()
The name of the map that was last loaded into the control from a map document. |
int |
getKeyIntercept()
A property that specifies interception of key strokes that are normally handled by the container. |
java.lang.Object |
getObject()
A property that returns the underlying control. |
int |
getTipDelay()
The delay before map tips are shown. |
int |
getTipStyle()
The style of map tips. |
boolean |
isShowMapTips()
Indicates if map tips are shown. |
void |
setCustomProperty(java.lang.Object pVal)
A property to associate data with a control. |
void |
setDocumentFilename(java.lang.String pVal)
The filename of the last map document loaded into the control. |
void |
setDocumentMap(java.lang.String pVal)
The name of the map that was last loaded into the control from a map document. |
void |
setKeyIntercept(int pVal)
A property that specifies interception of key strokes that are normally handled by the container. |
void |
setShowMapTips(boolean show)
Indicates if map tips are shown. |
void |
setTipDelay(int delay)
The delay before map tips are shown. |
void |
setTipStyle(int style)
The style of map tips. |
void |
suppressResizeDrawing(boolean suppressResize,
int resizeHWnd)
Suppress full redraw of control during resize operations. |
Field Detail |
---|
static final int IID62c52249_8a87_4f7b_83f1_829064f5438e
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_41_GET_NAME
static final java.lang.String DISPID_41_PUT_NAME
static final java.lang.String DISPID_42_NAME
static final java.lang.String DISPID_43_GET_NAME
static final java.lang.String DISPID_43_PUT_NAME
static final java.lang.String DISPID_44_GET_NAME
static final java.lang.String DISPID_44_PUT_NAME
static final java.lang.String DISPID_45_GET_NAME
static final java.lang.String DISPID_46_PUT_NAME
static final java.lang.String DISPID_46_GET_NAME
static final java.lang.String DISPID_47_PUT_NAME
static final java.lang.String DISPID_47_GET_NAME
static final java.lang.String DISPID_48_PUT_NAME
static final java.lang.String DISPID_48_GET_NAME
static final java.lang.String DISPID_49_GET_NAME
static final java.lang.String DISPID_49_PUT_NAME
Method Detail |
---|
java.lang.Object getCustomProperty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCustomProperty(java.lang.Object pVal) throws java.io.IOException, AutomationException
pVal
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void suppressResizeDrawing(boolean suppressResize, int resizeHWnd) throws java.io.IOException, AutomationException
suppressResize
- The suppressResize (in)resizeHWnd
- The resizeHWnd (in, optional, pass 0 if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDocumentFilename() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDocumentFilename(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDocumentMap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDocumentMap(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getObject() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowMapTips(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 isShowMapTips() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTipStyle(int style) throws java.io.IOException, AutomationException
style
- A com.esri.arcgis.systemUI.esriTipStyle constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTipStyle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTipDelay(int delay) throws java.io.IOException, AutomationException
delay
- The delay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTipDelay() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getKeyIntercept() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setKeyIntercept(int pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)
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 |