|
|||||||||
| 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.arcscene.ISxContentsViewProxy
public class ISxContentsViewProxy
Provides access to members that control the table of contents views of Sx.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
ISxContentsViewProxy()
|
|
ISxContentsViewProxy(Object obj)
|
protected |
ISxContentsViewProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
activate(int parentHWnd,
ISxDocument document)
Activates the contents view. |
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
addToSelectedItems(Object item)
Adds to the selected items. |
void |
deactivate()
Deactivates the contents view. |
Object |
getContextItem()
The context item (could be an enumerator). |
int |
getHWnd()
The HWND of the contents view. |
String |
getName()
The name of the contents view. |
Object |
getSelectedItem()
The selected item (could be an enumerator). |
boolean |
isShowLines()
Indicates whether to show lines in the TOC tree. |
boolean |
isVisible()
Indicates if the view is visible. |
void |
refresh(Object item)
Refreshes the contents view. |
void |
removeFromSelectedItems(Object item)
Removes an item from the selected items. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setContextItem(Object item)
The context item (could be an enumerator). |
void |
setProcessEvents(boolean rhs1)
Indicates whether the view is currently responding to events. |
void |
setSelectedItem(Object item)
The selected item (could be an enumerator). |
void |
setShowLines(boolean show)
Indicates whether to show lines in the TOC tree. |
void |
setVisible(boolean vis)
Indicates if the view is visible. |
| 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 boolean noncastable
| Constructor Detail |
|---|
public ISxContentsViewProxy()
public ISxContentsViewProxy(Object obj)
throws IOException
IOException
protected ISxContentsViewProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public String getName()
throws IOException,
AutomationException
getName in interface ISxContentsViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHWnd()
throws IOException,
AutomationException
getHWnd in interface ISxContentsViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void activate(int parentHWnd,
ISxDocument document)
throws IOException,
AutomationException
activate in interface ISxContentsViewparentHWnd - The parentHWnd (A COM typedef) (in)document - A reference to a com.esri.arcgis.arcscene.ISxDocument (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deactivate()
throws IOException,
AutomationException
deactivate in interface ISxContentsViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void refresh(Object item)
throws IOException,
AutomationException
refresh in interface ISxContentsViewitem - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getSelectedItem()
throws IOException,
AutomationException
getSelectedItem in interface ISxContentsViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSelectedItem(Object item)
throws IOException,
AutomationException
setSelectedItem in interface ISxContentsViewitem - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addToSelectedItems(Object item)
throws IOException,
AutomationException
addToSelectedItems in interface ISxContentsViewitem - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeFromSelectedItems(Object item)
throws IOException,
AutomationException
removeFromSelectedItems in interface ISxContentsViewitem - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getContextItem()
throws IOException,
AutomationException
getContextItem in interface ISxContentsViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setContextItem(Object item)
throws IOException,
AutomationException
setContextItem in interface ISxContentsViewitem - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowLines()
throws IOException,
AutomationException
isShowLines in interface ISxContentsViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowLines(boolean show)
throws IOException,
AutomationException
setShowLines in interface ISxContentsViewshow - The show (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVisible()
throws IOException,
AutomationException
isVisible in interface ISxContentsViewIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisible(boolean vis)
throws IOException,
AutomationException
setVisible in interface ISxContentsViewvis - The vis (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProcessEvents(boolean rhs1)
throws IOException,
AutomationException
setProcessEvents in interface ISxContentsViewrhs1 - The rhs1 (in)
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 | ||||||||