|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.controls.ISymbologyStyleClassProxy
public class ISymbologyStyleClassProxy
Internal use class Proxy for COM Interface 'ISymbologyStyleClass'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'Provides access to members that control SymbologyControl style classes.' 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 |
Fields inherited from interface com.esri.arcgis.controls.ISymbologyStyleClass |
---|
IID, IIDa1afd241_58fd_4c2d_a258_93c505cca546 |
Constructor Summary | |
---|---|
|
ISymbologyStyleClassProxy()
For internal use only |
|
ISymbologyStyleClassProxy(java.lang.Object obj)
|
protected |
ISymbologyStyleClassProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ISymbologyStyleClassProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
ISymbologyStyleClassProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addItem(IStyleGalleryItem item,
int index)
Adds an item to the SymbologyStyleClass. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
IStyleGalleryItem |
getItem(int index)
Returns the item at the specified index in the SymbologyStyleClass. |
int |
getItemCount(java.lang.Object styleCategory)
The number of items in the SymbologyStyleClass. |
IStyleGalleryItem |
getSelectedItem()
Returns the selected item in the SymbologyStyleClass. |
int |
getSortDirection()
The sort direction of the items in the SymbologyStyleClass. |
java.lang.String |
getStyleCategory()
The style category used by the SymbologyStyleClass. |
int |
getStyleClass()
The class of the symbols in the SymbologyStyleClass. |
Picture |
previewItem(IStyleGalleryItem item,
int width,
int height)
Previews the specified item as a bitmap. |
void |
removeAll()
Removes all items from the SymbologyStyleClass. |
void |
removeItem(int index)
Removes the item at the specified index from the SymbologyStyleClass. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
selectItem(int index)
Sets the selected item in the SymbologyStyleClass. |
void |
setSortDirection(int direction)
The sort direction of the items in the SymbologyStyleClass. |
void |
setStyleCategory(java.lang.String categoryName)
The style category used by the SymbologyStyleClass. |
void |
unselectItem()
Unsets the selected item in the SymbologyStyleClass. |
void |
update()
Updates the contents of the SymbologyStyleClass. |
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 ISymbologyStyleClassProxy(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.IOException
public ISymbologyStyleClassProxy()
public ISymbologyStyleClassProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISymbologyStyleClassProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISymbologyStyleClassProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setStyleCategory(java.lang.String categoryName) throws java.io.IOException, AutomationException
setStyleCategory
in interface ISymbologyStyleClass
categoryName
- The categoryName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getStyleCategory() throws java.io.IOException, AutomationException
getStyleCategory
in interface ISymbologyStyleClass
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSortDirection(int direction) throws java.io.IOException, AutomationException
setSortDirection
in interface ISymbologyStyleClass
direction
- A com.esri.arcgis.controls.esriSymbologySortDirection constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSortDirection() throws java.io.IOException, AutomationException
getSortDirection
in interface ISymbologyStyleClass
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 ISymbologyStyleClass
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getItemCount(java.lang.Object styleCategory) throws java.io.IOException, AutomationException
getItemCount
in interface ISymbologyStyleClass
styleCategory
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStyleGalleryItem getItem(int index) throws java.io.IOException, AutomationException
getItem
in interface ISymbologyStyleClass
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectItem(int index) throws java.io.IOException, AutomationException
selectItem
in interface ISymbologyStyleClass
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void unselectItem() throws java.io.IOException, AutomationException
unselectItem
in interface ISymbologyStyleClass
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStyleGalleryItem getSelectedItem() throws java.io.IOException, AutomationException
getSelectedItem
in interface ISymbologyStyleClass
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addItem(IStyleGalleryItem item, int index) throws java.io.IOException, AutomationException
addItem
in interface ISymbologyStyleClass
item
- A reference to a com.esri.arcgis.display.IStyleGalleryItem (in)index
- The index (in, optional, pass -1 if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeItem(int index) throws java.io.IOException, AutomationException
removeItem
in interface ISymbologyStyleClass
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAll() throws java.io.IOException, AutomationException
removeAll
in interface ISymbologyStyleClass
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Picture previewItem(IStyleGalleryItem item, int width, int height) throws java.io.IOException, AutomationException
previewItem
in interface ISymbologyStyleClass
item
- A reference to a com.esri.arcgis.display.IStyleGalleryItem (in)width
- The width (in)height
- The height (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void update() throws java.io.IOException, AutomationException
update
in interface ISymbologyStyleClass
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 |