Uses of Interface
com.bolour.sample.eclipse.service.ui.IFunction

Packages that use IFunction
com.bolour.sample.eclipse.service.echo An echo plug-in. 
com.bolour.sample.eclipse.service.exponentiation An exponentiation plug-in. 
com.bolour.sample.eclipse.service.multiplication A multiplication plug-in. 
com.bolour.sample.eclipse.service.ui A UI plugin for invoking integer arithmetic operations. 
 

Uses of IFunction in com.bolour.sample.eclipse.service.echo
 

Classes in com.bolour.sample.eclipse.service.echo that implement IFunction
 class Echo
          Service implementing the echo function.
 

Uses of IFunction in com.bolour.sample.eclipse.service.exponentiation
 

Classes in com.bolour.sample.eclipse.service.exponentiation that implement IFunction
 class Exponentiation
          Callback class for exponentiation functions.
 

Uses of IFunction in com.bolour.sample.eclipse.service.multiplication
 

Classes in com.bolour.sample.eclipse.service.multiplication that implement IFunction
 class Multiplication
          Callback class for the multiplication function.
 

Uses of IFunction in com.bolour.sample.eclipse.service.ui
 

Methods in com.bolour.sample.eclipse.service.ui with parameters of type IFunction
 void FunctionsGrid.addFunction(IFunction function, java.lang.String functionName, java.lang.String label, java.lang.Integer constant)
          Add a new row to the functions grid for a member function.