|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcscene.TOCSxDisplayView
public class TOCSxDisplayView
ESRI TOC Sx Display View.
| Constructor Summary | |
|---|---|
TOCSxDisplayView()
Constructs a TOCSxDisplayView using ArcGIS Engine. |
|
TOCSxDisplayView(Object obj)
Construct a TOCSxDisplayView using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
activate(int parentHWnd,
ISxDocument document)
Activates the contents view. |
void |
addIActiveViewEventsListener(IActiveViewEvents theListener)
addIActiveViewEventsListener. |
void |
addToSelectedItems(Object item)
Adds to the selected items. |
void |
deactivate()
Deactivates the contents view. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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). |
int |
hashCode()
the hashcode for this object |
boolean |
isShowLines()
Indicates whether to show lines in the TOC tree. |
boolean |
isVisible()
Indicates if the view is visible. |
void |
onApply(IComPropertySheetEventsOnApplyEvent theEvent)
Occurs when changes are applied. |
void |
refresh(Object item)
Refreshes the contents view. |
void |
removeFromSelectedItems(Object item)
Removes an item from the selected items. |
void |
removeIActiveViewEventsListener(IActiveViewEvents theListener)
removeIActiveViewEventsListener. |
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 java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public TOCSxDisplayView()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public TOCSxDisplayView(Object obj)
throws IOException
obj to TOCSxDisplayView.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
TOCSxDisplayView theTOCSxDisplayView = (TOCSxDisplayView) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void addIActiveViewEventsListener(IActiveViewEvents theListener)
throws IOException
theListener - An object that implements the com.esri.arcgis.carto.IActiveViewEvents interface.
IOException - If there are communications problems.
public void removeIActiveViewEventsListener(IActiveViewEvents theListener)
throws IOException
theListener - An object that implements the com.esri.arcgis.carto.IActiveViewEvents interface.
IOException - If there are communications problems.
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.
public void onApply(IComPropertySheetEventsOnApplyEvent theEvent)
throws IOException,
AutomationException
Call OnApply to notify other parts of the application that the objects passed to the property sheet have been edited.
onApply in interface IComPropertySheetEventstheEvent - The event
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 | ||||||||