|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISxContentsView
Provides access to members that control the table of contents views of Sx.
| Method Summary | |
|---|---|
void |
activate(int parentHWnd,
ISxDocument document)
Activates the contents view. |
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 |
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. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHWnd()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void activate(int parentHWnd,
ISxDocument document)
throws IOException,
AutomationException
parentHWnd - 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.
void deactivate()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void refresh(Object item)
throws IOException,
AutomationException
item - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getSelectedItem()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSelectedItem(Object item)
throws IOException,
AutomationException
item - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addToSelectedItems(Object item)
throws IOException,
AutomationException
item - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeFromSelectedItems(Object item)
throws IOException,
AutomationException
item - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getContextItem()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setContextItem(Object item)
throws IOException,
AutomationException
item - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowLines()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowLines(boolean show)
throws IOException,
AutomationException
show - The show (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isVisible()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVisible(boolean vis)
throws IOException,
AutomationException
vis - The vis (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setProcessEvents(boolean rhs1)
throws IOException,
AutomationException
rhs1 - 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 | ||||||||