Package com.bolour.sample.eclipse.service.ui

A UI plugin for invoking integer arithmetic operations.

See:
          Description

Interface Summary
IFunction Callback interface for extension functions.
 

Class Summary
FunctionsGrid User interface grid for arithmetic functions.
FunctionsViewPart Eclipse user interface view for invoking service functions.
ProcessServiceMembers Extension processing logic for the functions extension-point.
 

Package com.bolour.sample.eclipse.service.ui Description

A UI plugin for invoking integer arithmetic operations.

Provides the user interface for invoking arithmetic functions.

Defines an extension-point functions for plugging arithmetic functions into a system. Each member of each extension of this extension-point defines a callback object implementing a particular arithmetic function. The function is made accessible to the user through the user interface of the UI plugin defined in this package.