|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryPropertyPageFieldInfo
Provides access to members that control the Query property page field info.
Method Summary | |
---|---|
void |
refreshFields()
Refreshes the fields list. |
void |
removeAllFieldInfos()
Removes all the field infos set using the SetFieldInfo method. |
void |
setFieldInfo(String fieldName,
IFieldInfo pFieldInfo)
Sets the field info for a perticular string. |
Method Detail |
---|
void setFieldInfo(String fieldName, IFieldInfo pFieldInfo) throws IOException, AutomationException
fieldName
- The fieldName (in)pFieldInfo
- A reference to a com.esri.arcgis.geodatabase.IFieldInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAllFieldInfos() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refreshFields() 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 |