|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBStringArray
Provides access to the properties/methods of the string array.
Method Summary | |
---|---|
void |
addString(String str)
Adds a string to the array. |
int |
getCount()
The size of the array. |
String |
getString(int index)
The string at the specified index in the array. |
void |
insertString(int index,
String str)
Adds a string to the array at the specified index. |
void |
removeAll()
Removes all strings from the array. |
void |
removeString(int index)
Removes a string from the array. |
void |
replaceString(int index,
String str)
Replaces a string in the array. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getString(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addString(String str) throws IOException, AutomationException
str
- The str (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insertString(int index, String str) throws IOException, AutomationException
index
- The index (in)str
- The str (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeString(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 replaceString(int index, String str) throws IOException, AutomationException
index
- The index (in)str
- The str (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 |