|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableControl
Provides access to members that control the table once it has been shown.
Method Summary | |
---|---|
void |
drawSelectedShapes(IDisplay pDisplay)
Draws selected features on display. |
void |
editChanged()
Call after start or stop editing, to update table grid. |
int |
getCurrentRow(boolean isOid)
The current row the user is on. |
void |
redraw()
Redraws the grid. |
void |
removeAndReloadCache()
Lose cache, so the table window is current with the underlying database. |
void |
rereadFIDs(ISelectionSet pSelection)
ReReads rows. |
void |
setCurrentRow(boolean isOid,
int rowNumber)
The current row the user is on. |
void |
updateSelection(ISelectionSet pSelection)
Updates the current selection, that the current selection is currently pointing to. |
Method Detail |
---|
void editChanged() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAndReloadCache() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateSelection(ISelectionSet pSelection) throws IOException, AutomationException
pSelection
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void drawSelectedShapes(IDisplay pDisplay) throws IOException, AutomationException
pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void rereadFIDs(ISelectionSet pSelection) throws IOException, AutomationException
pSelection
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrentRow(boolean isOid, int rowNumber) throws IOException, AutomationException
isOid
- The isOid (in)rowNumber
- The rowNumber (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCurrentRow(boolean isOid) throws IOException, AutomationException
isOid
- The isOid (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void redraw() 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 |