org.excel4j
Interface Addin

All Known Implementing Classes:
CompoundAddin, CSVAddin, ReflectAddin

public interface Addin

An addin.


Method Summary
 void close()
          Called on shutdown.
 Function[] getFunctions()
          Get the functions.
 java.lang.String getLongName()
          Get the addin name.
 java.lang.String getName()
          Get the addin (short) name.
 void open()
          Called on startup.
 

Method Detail

open

void open()
Called on startup.

Parameters:
ini. -

close

void close()
Called on shutdown.


getName

java.lang.String getName()
Get the addin (short) name.

Returns:
String.

getLongName

java.lang.String getLongName()
Get the addin name.

Returns:
String.

getFunctions

Function[] getFunctions()
Get the functions.

Returns:
Function[].