public class ClientSGAFileParameterView extends SimpleParameterView<csbase.logic.ClientSGAFile>
ParameterView.Mode| Constructor and Description |
|---|
ClientSGAFileParameterView(csbase.logic.algorithms.parameters.ClientSGAFileParameter parameter,
ParameterView.Mode mode)
Construtor padrão.
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.swing.JComponent |
createConfigurationComponent(java.lang.Object... componentArgs)
Obtém o componente principal.
|
protected javax.swing.JComponent |
createReportComponent(java.lang.Object... componentArgs)
Obtém o componente principal.
|
boolean |
fillVerticalSpace()
Indica se a visão do parâmetro deve ser ampliável verticalmente.
|
static java.lang.String |
formatPathNames(csbase.logic.ClientSGAFile file)
Retorna o nome do(s) arquivo(s) escolhido(s) pelo usuário.
|
static java.lang.String |
formatPaths(csbase.logic.ClientSGAFile file)
Retorna os paths do(s) arquivo(s) escolhido(s) pelo usuário.
|
protected 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, getParameter, toString, updateVisibilyViewpublic ClientSGAFileParameterView(csbase.logic.algorithms.parameters.ClientSGAFileParameter parameter,
ParameterView.Mode mode)
parameter - - parâmetro manipulado pela visão.mode - - Modo de visualização. Não aceita null, os possíveis
valores são: ParameterView.Mode.CONFIGURATION ou
ParameterView.Mode.REPORT.protected javax.swing.JComponent createConfigurationComponent(java.lang.Object... componentArgs)
createConfigurationComponent in class SimpleParameterView<csbase.logic.ClientSGAFile>componentArgs - Os parâmetros para criação do componente.protected javax.swing.JComponent createReportComponent(java.lang.Object... componentArgs)
createReportComponent in class SimpleParameterView<csbase.logic.ClientSGAFile>componentArgs - Os parâmetros para criação do componente.protected void updateViewContents()
updateViewContents in class SimpleParameterView<csbase.logic.ClientSGAFile>public boolean fillVerticalSpace()
fillVerticalSpace in class ParameterView<csbase.logic.algorithms.parameters.SimpleParameter<csbase.logic.ClientSGAFile>>public static java.lang.String formatPathNames(csbase.logic.ClientSGAFile file)
file - - arquivo(s) escolhido(s) pelo usuário.public static java.lang.String formatPaths(csbase.logic.ClientSGAFile file)
file - - arquivo(s) escolhido(s) pelo usuário.Copyright © 2018. All Rights Reserved.