|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableControl3
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. |
void |
executeOptionCommand(int option)
Executes a command in the option menu. |
int |
getCurrentRow(boolean isOid)
The current row the user is on. |
void |
insertNextRowAt(int placement,
int oid)
Determines where the next insert record is inserted when OnCreate is fired. |
void |
readToEndOfTable()
Read all the OIDs/Rows in the table. |
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 |
setCellFont(int oid,
String fieldName,
IColor pCellColor,
IFont pTextFont,
IColor pTextColor)
Overrides the font setting for table cells. |
void |
setCurrentRow(boolean isOid,
int rowNumber)
The current row the user is on. |
void |
setHideOptionsButton(boolean rhs1)
Hides the options button. |
void |
setHideViewToggleButtons(boolean rhs1)
Hides the view toggle buttons. |
void |
setSelectToggleAlwaysEnabled(boolean rhs1)
Ensures that the Select button is always active of the view toggle buttons. |
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.void readToEndOfTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCellFont(int oid, String fieldName, IColor pCellColor, IFont pTextFont, IColor pTextColor) throws IOException, AutomationException
oid
- The oid (in)fieldName
- The fieldName (in)pCellColor
- A reference to a com.esri.arcgis.display.IColor (in)pTextFont
- A reference to a com.esri.arcgis.support.ms.stdole.IFont (in)pTextColor
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insertNextRowAt(int placement, int oid) throws IOException, AutomationException
placement
- A com.esri.arcgis.geodatabaseui.esriTVRowInsertPlacement constant (in)oid
- The oid (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void executeOptionCommand(int option) throws IOException, AutomationException
option
- A com.esri.arcgis.geodatabaseui.esriTableViewOptions constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHideOptionsButton(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectToggleAlwaysEnabled(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHideViewToggleButtons(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (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 |