|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAddInFunctions
Represents a collection of custom Add In functions.
Method Summary | |
---|---|
int |
add(java.lang.String strFunctionName)
Adds new local function to the collection. |
int |
add(java.lang.String strFileName,
java.lang.String strFunctionName)
Adds new function to the collection. |
IAddInFunction |
get(int index)
|
int |
size()
Returns number of elements in the collection. |
Method Detail |
---|
IAddInFunction get(int index)
int size()
int add(java.lang.String strFileName, java.lang.String strFunctionName)
strFileName
- Name of the file that contains add-in function.strFunctionName
- Function to add.
int add(java.lang.String strFunctionName)
strFunctionName
- Function to add.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |