|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcmapui.TOCLegendSelectionView
public class TOCLegendSelectionView
COM Class 'TOCLegendSelectionView'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
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 |
---|
Fields inherited from interface com.esri.arcgis.arcmapui.IContentsView |
---|
IID, IIDfddb19ef_cb6f_11d2_9f38_00c04f6bc78e, xxDummy |
Constructor Summary | |
---|---|
TOCLegendSelectionView()
Constructs a TOCLegendSelectionView using ArcGIS Engine. |
|
TOCLegendSelectionView(java.lang.Object obj)
Construct a TOCLegendSelectionView using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
activate(int parentHWnd,
IMxDocument document)
Activates the contents view. |
void |
addToSelectedItems(java.lang.Object item)
Adds to the selected items. |
void |
deactivate()
Deactivates the contents view. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
java.lang.Object |
getContextItem()
The context item (could be an enumerator). |
int |
getHWnd()
The HWND of the contents view. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
The name of the contents view. |
java.lang.Object |
getSelectedItem()
The selected item (could be an enumerator). |
int |
hashCode()
the hashcode for this object |
boolean |
isShowLines()
Indicates if lines are shown in the TOC tree. |
boolean |
isVisible()
Indicates if the view is visible. |
void |
refresh(java.lang.Object item)
Refreshes the contents view. |
void |
release()
Release a TOCLegendSelectionView. |
void |
removeFromSelectedItems(java.lang.Object item)
Removes an item from the selected items. |
void |
setContextItem(java.lang.Object item)
The context item (could be an enumerator). |
void |
setProcessEvents(boolean rhs1)
Indicates if the view is currently responding to events. |
void |
setSelectedItem(java.lang.Object item)
The selected item (could be an enumerator). |
void |
setShowLines(boolean show)
Indicates if lines are shown in the TOC tree. |
void |
setVisible(boolean vis)
Indicates if the view is visible. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TOCLegendSelectionView() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic TOCLegendSelectionView(java.lang.Object obj) throws java.io.IOException
obj
to TOCLegendSelectionView
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
TOCLegendSelectionView theTOCLegendSelectionView = (TOCLegendSelectionView) obj;
Method Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IContentsView
java.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 IContentsView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void activate(int parentHWnd, IMxDocument document) throws java.io.IOException, AutomationException
activate
in interface IContentsView
parentHWnd
- The parentHWnd (A COM typedef) (in)document
- A reference to a com.esri.arcgis.arcmapui.IMxDocument (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deactivate() throws java.io.IOException, AutomationException
deactivate
in interface IContentsView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refresh(java.lang.Object item) throws java.io.IOException, AutomationException
refresh
in interface IContentsView
item
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getSelectedItem() throws java.io.IOException, AutomationException
getSelectedItem
in interface IContentsView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectedItem(java.lang.Object item) throws java.io.IOException, AutomationException
setSelectedItem
in interface IContentsView
item
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addToSelectedItems(java.lang.Object item) throws java.io.IOException, AutomationException
addToSelectedItems
in interface IContentsView
item
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeFromSelectedItems(java.lang.Object item) throws java.io.IOException, AutomationException
removeFromSelectedItems
in interface IContentsView
item
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getContextItem() throws java.io.IOException, AutomationException
getContextItem
in interface IContentsView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setContextItem(java.lang.Object item) throws java.io.IOException, AutomationException
setContextItem
in interface IContentsView
item
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowLines() throws java.io.IOException, AutomationException
isShowLines
in interface IContentsView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowLines(boolean show) throws java.io.IOException, AutomationException
setShowLines
in interface IContentsView
show
- The show (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVisible() throws java.io.IOException, AutomationException
isVisible
in interface IContentsView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean vis) throws java.io.IOException, AutomationException
setVisible
in interface IContentsView
vis
- The vis (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProcessEvents(boolean rhs1) throws java.io.IOException, AutomationException
setProcessEvents
in interface IContentsView
rhs1
- The rhs1 (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 |