|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITableViewInfo
Provides access to events that occur for which a client can store and load info about the look of the table.
| Method Summary | |
|---|---|
String |
getFieldOrder()
Order of fields. |
int |
getFieldWidth(String fieldName)
Field Width. |
int |
getFrozenFields()
Number of frozen fields. |
IColor |
getSelectionColor()
Selection color used to highlight rows and graphics. |
void |
putPosition(int x1,
int y1,
int x2,
int y2)
Table window position. |
void |
queryPosition(int[] pX1,
int[] pY1,
int[] pX2,
int[] pY2)
Query table window position. |
void |
setFieldOrder(String pFieldList)
Order of fields. |
void |
setFieldWidth(String fieldName,
int pFieldWidth)
Field Width. |
void |
setFrozenFields(int pNumberOfFields)
Number of frozen fields. |
void |
setSelectionColorByRef(IColor ppSelectionColor)
Selection color used to highlight rows and graphics. |
| Method Detail |
|---|
void putPosition(int x1,
int y1,
int x2,
int y2)
throws IOException,
AutomationException
x1 - The x1 (in)y1 - The y1 (in)x2 - The x2 (in)y2 - The y2 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void queryPosition(int[] pX1,
int[] pY1,
int[] pX2,
int[] pY2)
throws IOException,
AutomationException
pX1 - The pX1 (out: use single element array)pY1 - The pY1 (out: use single element array)pX2 - The pX2 (out: use single element array)pY2 - The pY2 (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getSelectionColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSelectionColorByRef(IColor ppSelectionColor)
throws IOException,
AutomationException
ppSelectionColor - 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 setFieldOrder(String pFieldList)
throws IOException,
AutomationException
pFieldList - The pFieldList (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFieldOrder()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldWidth(String fieldName,
int pFieldWidth)
throws IOException,
AutomationException
fieldName - The fieldName (in)pFieldWidth - The pFieldWidth (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFieldWidth(String fieldName)
throws IOException,
AutomationException
fieldName - The fieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFrozenFields(int pNumberOfFields)
throws IOException,
AutomationException
pNumberOfFields - The pNumberOfFields (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFrozenFields()
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 | ||||||||