|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRendererFields
Provides access to members that work with the list of fields for renderers that use multiple value fields.
This interface provides access to properties and methods for working with fields for renderers that support multiple fields.
Method Summary | |
---|---|
void |
addField(String name,
String alias)
Adds a field to the renderer. |
void |
clearFields()
Removes all fields from the renderer. |
void |
deleteField(String name)
Removes the specified field from the renderer. |
String |
getField(int index)
Field at the specified index. |
String |
getFieldAlias(int index)
Field alias at the specified index. |
int |
getFieldCount()
Number of fields. |
void |
setField(int index,
String name)
Field at the specified index. |
void |
setFieldAlias(int index,
String name)
Field alias at the specified index. |
Method Detail |
---|
int getFieldCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getField(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setField(int index, String name) throws IOException, AutomationException
index
- The index (in)name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFieldAlias(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldAlias(int index, String name) throws IOException, AutomationException
index
- The index (in)name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addField(String name, String alias) throws IOException, AutomationException
name
- The name (in)alias
- The alias (in, optional, pass null if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteField(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearFields() 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 |