Package net.sf.jeters.componentInterface

contains interfaces and classes that are needed to write components for JETERS

See:
          Description

Interface Summary
Component interface implemented by all JETERS components.
InputComponent<T extends EditableText> the interface making a class a JETERS-Input-component.
InputComponent_Series<T extends EditableText> optional interface for JETERS-Input-components.
OutputComponent<T extends EditableText> the interface making a class a JETERS-Output-component.
ReplacerComponent<I extends EditableText,O extends EditableText> the interface making a class a JETERS-Replacer-component.
UIComponent the interface making a class a JETERS-UI-component.
UIComponent_HomeView optional interface for JETERS-UI-components.
 

Class Summary
ComponentManager class that manages components.
 

Package net.sf.jeters.componentInterface Description

contains interfaces and classes that are needed to write components for JETERS