|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputComponent_Series<T extends net.sf.jeters.componentInterface.editables.EditableText>
optional interface for JETERS-Input-components.
Input-Components implementing this interface don't load only one text for editing
(at least in most cases), but a series of texts matching certain criteria.
Obviously, this is a specialization of the plain InputComponent
interface.
Method Summary | |
---|---|
T |
getInput(UIComponent uiForRequests)
receive a text that can be edited by the program; the next call to getInput is expected to return another text if seriesComplete() returns false |
boolean |
hasNext()
indicates if there are still texts left for editing |
Method Detail |
---|
T getInput(UIComponent uiForRequests)
getInput
in interface InputComponent<T extends net.sf.jeters.componentInterface.editables.EditableText>
uiForRequests
- UI-component for communication with the user (if necessary)
boolean hasNext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |