|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureLayerSourcePageExtension
Provides access to members that control a dialog for setting a feature layer's data source.
Method Summary | |
---|---|
String |
getDescription(IFeatureLayer pLayer)
The default description text. |
boolean |
isDataSourceReadOnly()
Indicates if the data source can be changed. |
void |
setDescription(IFeatureLayer pLayer,
String text)
The default description text. |
void |
showDialog(IFeatureLayer pLayer,
int parentHWnd)
Shows a custom dialog to change the data source. |
Method Detail |
---|
void setDescription(IFeatureLayer pLayer, String text) throws IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)text
- The text (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDescription(IFeatureLayer pLayer) throws IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void showDialog(IFeatureLayer pLayer, int parentHWnd) throws IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)parentHWnd
- The parentHWnd (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDataSourceReadOnly() 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 |