Package org.apache.uima.caseditor.editor
Interface ICustomInformationControlContentHandler
public interface ICustomInformationControlContentHandler
The Interface ICustomInformationControlContentHandler.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setInput
(CustomInformationControl control, Object input) Sets the input object.
-
Method Details
-
setInput
Sets the input object.- Parameters:
control
- the controlinput
- the input
-