|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGxSelection
COM Interface 'IGxSelection'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriCatalog.olb'
Description: 'Provides access to members that manages the selection within the catalog.' 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 | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDbdbbb3ed_d0b2_11d1_aed9_080009ec734b
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
clear(java.lang.Object initiator)
Unselects all objects. |
int |
getCount()
The number of selected objects. |
IGxObject |
getFirstObject()
The first object in the selection. |
IGxObject |
getLocation()
The location of the selection. |
IEnumGxObject |
getSelectedObjects()
The objects in the selection. |
boolean |
isDelayEvents()
Delays or resumes selection event firing. |
boolean |
isSelected(IGxObject object)
Checks if an object is selected. |
void |
select(IGxObject object,
boolean appendToExistingSelection,
java.lang.Object initiator)
Selects an object, optionally appending it to the existing selection. |
void |
setDelayEvents(boolean delayEvents)
Delays or resumes selection event firing. |
void |
setLocation(IGxObject location,
java.lang.Object pInitiator)
Clears the selection and sets a new location. |
void |
unselect(IGxObject object,
java.lang.Object initiator)
Unselects an object. |
| Field Detail |
|---|
static final int IIDbdbbb3ed_d0b2_11d1_aed9_080009ec734b
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IGxObject getLocation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLocation(IGxObject location,
java.lang.Object pInitiator)
throws java.io.IOException,
AutomationException
location - A reference to a com.esri.arcgis.catalog.IGxObject (in)pInitiator - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGxObject getFirstObject()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDelayEvents(boolean delayEvents)
throws java.io.IOException,
AutomationException
delayEvents - The delayEvents (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isDelayEvents()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void select(IGxObject object,
boolean appendToExistingSelection,
java.lang.Object initiator)
throws java.io.IOException,
AutomationException
object - A reference to a com.esri.arcgis.catalog.IGxObject (in)appendToExistingSelection - The appendToExistingSelection (in)initiator - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void unselect(IGxObject object,
java.lang.Object initiator)
throws java.io.IOException,
AutomationException
object - A reference to a com.esri.arcgis.catalog.IGxObject (in)initiator - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSelected(IGxObject object)
throws java.io.IOException,
AutomationException
object - A reference to a com.esri.arcgis.catalog.IGxObject (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clear(java.lang.Object initiator)
throws java.io.IOException,
AutomationException
initiator - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumGxObject getSelectedObjects()
throws java.io.IOException,
AutomationException
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 | ||||||||