|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGxContentsView
Provides access to members that control the GxContentsView.
The
IGxContentsView interface is implemented by the
GxContentsView object. It provides the ability to change
how users interact with a view of that type. What types of files
are displayed, how they are displayed, and whether more than one
can be selected at a time are all controlled through the
interface.
The IGxContentsView interface is implemented only by the GxContentsView object and provides the ability to change how users interact with a view of that type. What types of files are displayed, how they are displayed, and whether more than one can be selected at a time are all controlled through the interface.
| Method Summary | |
|---|---|
void |
beginRename()
Starts a rename operation on the current selection. |
int |
getDisplayStyle()
The current display style. |
boolean |
isAllowMultiSelect()
Indicates if multiple objects can be selected. |
void |
setAllowMultiSelect(boolean multiSelect)
Indicates if multiple objects can be selected. |
void |
setDisplayStyle(int contentsStyle)
The current display style. |
void |
setObjectFilterByRef(IGxObjectFilter rhs1)
The object filter used for controlling what objects are displayed. |
| Method Detail |
|---|
int getDisplayStyle()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDisplayStyle(int contentsStyle)
throws IOException,
AutomationException
contentsStyle - A com.esri.arcgis.catalogUI.esriContentsViewStyle constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAllowMultiSelect()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAllowMultiSelect(boolean multiSelect)
throws IOException,
AutomationException
multiSelect - The multiSelect (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setObjectFilterByRef(IGxObjectFilter rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.catalog.IGxObjectFilter (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void beginRename()
throws IOException,
AutomationException
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 | ||||||||