public interface ParameterViewFactory
| Modifier and Type | Method and Description |
|---|---|
ParameterView<?> |
create(SimpleAlgorithmConfiguratorPanel configurationPanel,
csbase.logic.algorithms.parameters.Parameter<?> parameter,
ParameterView.Mode mode)
Cria uma instância da visão a partir do parâmetro.
|
ParameterView<?> create(SimpleAlgorithmConfiguratorPanel configurationPanel, csbase.logic.algorithms.parameters.Parameter<?> parameter, ParameterView.Mode mode)
configurationPanel - Painel onde a visão será criada.parameter - O parâmetro.mode - Modo de visualização. Não aceita null, os possíveis
valores são: ParameterView.Mode.CONFIGURATION ou
ParameterView.Mode.REPORTCopyright © 2017. All rights reserved.