|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.controls.ISymbologyControlProxy
public class ISymbologyControlProxy
Internal use class Proxy for COM Interface 'ISymbologyControl'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'Provides access to members that control the SymbologyControl.' 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 | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
ISymbologyControlProxy()
For internal use only |
|
ISymbologyControlProxy(java.lang.Object obj)
|
protected |
ISymbologyControlProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ISymbologyControlProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
ISymbologyControlProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
aboutBox()
Displays a dialog of information about the SymbologyControl. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
void |
clear()
Clears all symbols and files from the SymbologyControl. |
boolean |
esri_isEnabled()
Indicates whether the SymbologyControl can respond to user generated events. |
void |
esri_setEnabled(boolean enabled)
Indicates whether the SymbologyControl can respond to user generated events. |
int |
getAppearance()
The appearance of the SymbologyControl. |
int |
getBackColor()
Background color of the SymbologyControl. |
int |
getBorderStyle()
The border style of the SymbologyControl. |
java.lang.Object |
getCustomProperty()
A property to associate data with the SymbologyControl. |
int |
getDisplayStyle()
The display style of the SymbologyControl. |
int |
getHWnd()
Handle to the window associated with the SymbologyControl. |
int |
getKeyIntercept()
A property that specifies interception of key strokes that are normally handled by the container. |
Picture |
getMouseIcon()
Custom mouse icon used if MousePointer is 99. |
int |
getMousePointer()
The mouse pointer displayed over the SymbologyControl. |
java.lang.Object |
getObject()
A property that returns the underlying control. |
int |
getStyleClass()
The style class used by the SymbologyControl. |
ISymbologyStyleClass |
getStyleClass2(int styleClass)
Returns the specified style class from the SymbologyControl. |
IStyleGalleryItem |
hitTest(int x,
int y)
Returns the item at the specified x and y coordinates. |
boolean |
isShowContextMenu()
Indicates if the SymbologyControl displays a context menu. |
void |
loadDesktopStyleFile(java.lang.String fileName)
Loads a desktop style file into the SymbologyControl. |
void |
loadStyleFile(java.lang.String fileName)
Loads a server style file into the SymbologyControl. |
void |
removeFile(java.lang.String fileName)
Removes a file from the SymbologyControl. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setAppearance(int appearance)
The appearance of the SymbologyControl. |
void |
setBackColor(int backColor)
Background color of the SymbologyControl. |
void |
setBorderStyle(int borderStyle)
The border style of the SymbologyControl. |
void |
setCustomProperty(java.lang.Object property)
A property to associate data with the SymbologyControl. |
void |
setDisplayStyle(int style)
The display style of the SymbologyControl. |
void |
setKeyIntercept(int intercept)
A property that specifies interception of key strokes that are normally handled by the container. |
void |
setMouseIconByRef(Picture mouseIcon)
Custom mouse icon used if MousePointer is 99. |
void |
setMousePointer(int mousePointer)
The mouse pointer displayed over the SymbologyControl. |
void |
setShowContextMenu(boolean show)
Indicates if the SymbologyControl displays a context menu. |
void |
setStyleClass(int styleClass)
The style class used by the SymbologyControl. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ISymbologyControlProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic ISymbologyControlProxy()
public ISymbologyControlProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ISymbologyControlProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ISymbologyControlProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void setBackColor(int backColor)
throws java.io.IOException,
AutomationException
setBackColor in interface ISymbologyControlbackColor - The backColor (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBackColor()
throws java.io.IOException,
AutomationException
getBackColor in interface ISymbologyControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMousePointer(int mousePointer)
throws java.io.IOException,
AutomationException
setMousePointer in interface ISymbologyControlmousePointer - A com.esri.arcgis.controls.esriControlsMousePointer constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMousePointer()
throws java.io.IOException,
AutomationException
getMousePointer in interface ISymbologyControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMouseIconByRef(Picture mouseIcon)
throws java.io.IOException,
AutomationException
setMouseIconByRef in interface ISymbologyControlmouseIcon - A reference to a com.esri.arcgis.support.ms.stdole.Picture (A com.esri.arcgis.support.ms.stdole.Picture COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Picture getMouseIcon()
throws java.io.IOException,
AutomationException
getMouseIcon in interface ISymbologyControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBorderStyle(int borderStyle)
throws java.io.IOException,
AutomationException
setBorderStyle in interface ISymbologyControlborderStyle - A com.esri.arcgis.controls.esriControlsBorderStyle constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBorderStyle()
throws java.io.IOException,
AutomationException
getBorderStyle in interface ISymbologyControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void esri_setEnabled(boolean enabled)
throws java.io.IOException,
AutomationException
esri_setEnabled in interface ISymbologyControlenabled - The enabled (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean esri_isEnabled()
throws java.io.IOException,
AutomationException
esri_isEnabled in interface ISymbologyControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAppearance(int appearance)
throws java.io.IOException,
AutomationException
setAppearance in interface ISymbologyControlappearance - A com.esri.arcgis.controls.esriControlsAppearance constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAppearance()
throws java.io.IOException,
AutomationException
getAppearance in interface ISymbologyControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHWnd()
throws java.io.IOException,
AutomationException
getHWnd in interface ISymbologyControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void aboutBox()
throws java.io.IOException,
AutomationException
aboutBox in interface ISymbologyControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStyleClass(int styleClass)
throws java.io.IOException,
AutomationException
setStyleClass in interface ISymbologyControlstyleClass - A com.esri.arcgis.controls.esriSymbologyStyleClass constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getStyleClass()
throws java.io.IOException,
AutomationException
getStyleClass in interface ISymbologyControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayStyle(int style)
throws java.io.IOException,
AutomationException
setDisplayStyle in interface ISymbologyControlstyle - A com.esri.arcgis.controls.esriSymbologyDisplayStyle constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDisplayStyle()
throws java.io.IOException,
AutomationException
getDisplayStyle in interface ISymbologyControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setKeyIntercept(int intercept)
throws java.io.IOException,
AutomationException
setKeyIntercept in interface ISymbologyControlintercept - The intercept (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getKeyIntercept()
throws java.io.IOException,
AutomationException
getKeyIntercept in interface ISymbologyControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getCustomProperty()
throws java.io.IOException,
AutomationException
getCustomProperty in interface ISymbologyControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCustomProperty(java.lang.Object property)
throws java.io.IOException,
AutomationException
setCustomProperty in interface ISymbologyControlproperty - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowContextMenu(boolean show)
throws java.io.IOException,
AutomationException
setShowContextMenu in interface ISymbologyControlshow - The show (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowContextMenu()
throws java.io.IOException,
AutomationException
isShowContextMenu in interface ISymbologyControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getObject()
throws java.io.IOException,
AutomationException
getObject in interface ISymbologyControljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStyleGalleryItem hitTest(int x,
int y)
throws java.io.IOException,
AutomationException
hitTest in interface ISymbologyControlx - The x (in)y - The y (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void loadStyleFile(java.lang.String fileName)
throws java.io.IOException,
AutomationException
loadStyleFile in interface ISymbologyControlfileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void loadDesktopStyleFile(java.lang.String fileName)
throws java.io.IOException,
AutomationException
loadDesktopStyleFile in interface ISymbologyControlfileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISymbologyStyleClass getStyleClass2(int styleClass)
throws java.io.IOException,
AutomationException
getStyleClass2 in interface ISymbologyControlstyleClass - A com.esri.arcgis.controls.esriSymbologyStyleClass constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeFile(java.lang.String fileName)
throws java.io.IOException,
AutomationException
removeFile in interface ISymbologyControlfileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void clear()
throws java.io.IOException,
AutomationException
clear in interface ISymbologyControljava.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 | ||||||||