| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IActionLookupSources
Provides access to properties and methods needed to create the lookup table values from the file or geodatabase sources.
| Method Summary | |
|---|---|
|  void | addLookupSource(IName name)Add lookup data source. | 
|  void | clearLookupSources()Clear all lookup sources. | 
|  void | deleteLookupSource(String name)Delete lookup data source by name. | 
|  IPropertySet | getLookupSources()All lookup data sources. | 
| Method Detail | 
|---|
void addLookupSource(IName name)
                     throws IOException,
                            AutomationException
name - A reference to a com.esri.arcgis.system.IName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getLookupSources()
                              throws IOException,
                                     AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearLookupSources()
                        throws IOException,
                               AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteLookupSource(String name)
                        throws IOException,
                               AutomationException
name - The name  (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 | ||||||||