Uses of Class
net.sourceforge.fixagora.basis.server.control.spreadsheet.AbstractSpreadSheetFunction

Packages that use AbstractSpreadSheetFunction
net.sourceforge.fixagora.basis.server.control.spreadsheet   
net.sourceforge.fixagora.test   
 

Uses of AbstractSpreadSheetFunction in net.sourceforge.fixagora.basis.server.control.spreadsheet
 

Methods in net.sourceforge.fixagora.basis.server.control.spreadsheet that return types with arguments of type AbstractSpreadSheetFunction
 java.util.List<AbstractSpreadSheetFunction> SpreadsheetFunctions.getSpreadsheetFunctions()
          Gets the spreadsheet functions.
 

Uses of AbstractSpreadSheetFunction in net.sourceforge.fixagora.test
 

Subclasses of AbstractSpreadSheetFunction in net.sourceforge.fixagora.test
 class LehmanFunction
          The Class LehmanFunction.
 

Methods in net.sourceforge.fixagora.test that return types with arguments of type AbstractSpreadSheetFunction
 java.util.List<AbstractSpreadSheetFunction> SpreadsheetExtensions.getSpreadsheetFunctions()