|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAGKeyframeUI
Provides access to keyframes of animated objects.
This interface contains methods to set and get keyframe properties from the UI (the Animation Manager, for example).
Method Summary | |
---|---|
String |
getText(int propIndex,
int columnIndex)
Get the column text. |
void |
setText(int propIndex,
int columnIndex,
String text)
Set the column text. |
Method Detail |
---|
String getText(int propIndex, int columnIndex) throws IOException, AutomationException
propIndex
- The propIndex (in)columnIndex
- The columnIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setText(int propIndex, int columnIndex, String text) throws IOException, AutomationException
propIndex
- The propIndex (in)columnIndex
- The columnIndex (in)text
- The text (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 |