|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITableEdits
| Method Summary | |
|---|---|
void |
add(ITableEdit tableEdit)
Adds a TableEdit element. |
int |
getCount()
TableEdit elements count. |
ITableEdit |
getElement(int index)
TableEdit element at the specified position. |
void |
insert(int index,
ITableEdit tableEdit)
Adds a TableEdit at the specified position. |
void |
remove(int index)
Removes the TableEdit at the specified position. |
void |
removeAll()
Removes all TableEdit elements. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITableEdit getElement(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAll()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void add(ITableEdit tableEdit)
throws IOException,
AutomationException
tableEdit - A reference to a com.esri.arcgis.carto.ITableEdit (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
ITableEdit tableEdit)
throws IOException,
AutomationException
index - The index (in)tableEdit - A reference to a com.esri.arcgis.carto.ITableEdit (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 | ||||||||