public final class IntegerParameterView extends SimpleParameterView<Integer>
Parâmetro do Tipo Inteiro.ParameterView.Mode| Constructor and Description |
|---|
IntegerParameterView(csbase.logic.algorithms.parameters.IntegerParameter parameter,
ParameterView.Mode mode)
Cria a visão.
|
IntegerParameterView(Window window,
csbase.logic.algorithms.parameters.IntegerParameter parameter)
Deprecated.
para manter compatibilidade com o WebSintesi
|
| Modifier and Type | Method and Description |
|---|---|
protected JComponent |
createConfigurationComponent(Object... componentArgs)
Obtém o componente principal.
|
protected JComponent |
createReportComponent(Object... componentArgs)
Obtém o componente principal.
|
boolean |
fillVerticalSpace()
Indica se a visão do parâmetro deve ser ampliável verticalmente.
|
csbase.logic.algorithms.parameters.IntegerParameter |
getParameter()
Obtém o parâmetro.
|
void |
updateViewContents()
Atualiza o conteúdo exibido pela visão.
|
clearError, getComponent, getComponentAlignment, getComponents, getLabel, getWindow, highlightError, highlightValidationResult, isNullable, isVisible, setEnabled, setVisible, showErrorMessage, updateCapabilityView, validateaddParameterViewListener, fireVisibilityWasChanged, getMode, toString, updateVisibilyView@Deprecated public IntegerParameterView(Window window, csbase.logic.algorithms.parameters.IntegerParameter parameter)
ParameterView.Mode.CONFIGURATION.window - NÃO ESTÁ SENDO UTILIZADO. Existe somente para manter
compatibilidade com o WebSintesi.parameter - O parâmetro (Não aceita null).public IntegerParameterView(csbase.logic.algorithms.parameters.IntegerParameter parameter,
ParameterView.Mode mode)
parameter - O parâmetro que é manipulado por esta visão (Não aceitamode - Modo de visualização. Não aceita null, os possíveis
valores são: ParameterView.Mode.CONFIGURATION ou
null). ParameterView.Mode.REPORT.public csbase.logic.algorithms.parameters.IntegerParameter getParameter()
getParameter in class ParameterView<csbase.logic.algorithms.parameters.SimpleParameter<Integer>>protected JComponent createConfigurationComponent(Object... componentArgs)
createConfigurationComponent in class SimpleParameterView<Integer>componentArgs - Os parâmetros para criação do componente.protected JComponent createReportComponent(Object... componentArgs)
createReportComponent in class SimpleParameterView<Integer>componentArgs - Os parâmetros para criação do componente.public void updateViewContents()
updateViewContents in class SimpleParameterView<Integer>public boolean fillVerticalSpace()
fillVerticalSpace in class ParameterView<csbase.logic.algorithms.parameters.SimpleParameter<Integer>>Copyright © 2019. All rights reserved.