|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPlugInGxIntegration
Provides access to members for customizing the ArcCatalog integration for the data source.
| Method Summary | |
|---|---|
IUID |
getContextMenu(int dsType)
The CLSID for the context menu for the dataset type. |
int |
getLargeImage(int dsType,
int geometryType)
The large image for the dataset type (and geometry type if the dataset is a feature class). |
IUID |
getPropertyPageCategory(int dsType)
The CLSID for the property page component category for the dataset type. |
int |
getSmallImage(int dsType,
int geometryType)
The small image for the specific dataset type (and geometry type if the dataset is a feature class). |
| Method Detail |
|---|
int getSmallImage(int dsType,
int geometryType)
throws IOException,
AutomationException
dsType - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)geometryType - A com.esri.arcgis.geometry.esriGeometryType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLargeImage(int dsType,
int geometryType)
throws IOException,
AutomationException
dsType - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)geometryType - A com.esri.arcgis.geometry.esriGeometryType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getContextMenu(int dsType)
throws IOException,
AutomationException
dsType - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getPropertyPageCategory(int dsType)
throws IOException,
AutomationException
dsType - A com.esri.arcgis.geodatabase.esriDatasetType constant (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 | ||||||||