| Modifier and Type | Method and Description |
|---|---|
JobInfoRow |
JobMonitor.getSelectedObject()
Retorna a primeira linha selecionada da primeira tabela que contem linhas
selecionadas.
|
| Constructor and Description |
|---|
JobInfoDialog(JobMonitor app,
JobInfoRow jobInfoRow)
Construtor padrão.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
SystemColumn.getValue(JobInfoRow obj) |
Object |
StringJobInfoColumn.getValue(JobInfoRow obj) |
Object |
DoubleWithMagnitudeJobInfoColumn.getValue(JobInfoRow obj) |
Object |
DoubleJobInfoColumn.getValue(JobInfoRow obj) |
| Modifier and Type | Method and Description |
|---|---|
List<JobInfoRow> |
PBSDriver.getRows(List<csbase.logic.SGASet> sgas)
Converte as informações dos jobs coletadas e retorna uma lista de objetos
do tipo
JobInfoRows. |
abstract List<JobInfoRow> |
JobInfoDriver.getRows(List<csbase.logic.SGASet> sgas)
Converte as informações dos jobs coletadas e retorna uma lista de objetos
do tipo
JobInfoRows. |
ConfigurableTable<JobInfoRow> |
PBSDriver.getTable(List<csbase.logic.SGASet> sgas)
Converte as informações dos jobs em uma tabela configurável.
|
abstract ConfigurableTable<JobInfoRow> |
JobInfoDriver.getTable(List<csbase.logic.SGASet> sgas)
Converte as informações dos jobs em uma tabela configurável.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JobInfoFilter.accept(JobInfoRow row) |
| Constructor and Description |
|---|
FilteredTablePanel(JobMonitor app,
ConfigurableTable<JobInfoRow> table)
Construtor padrão.
|
Copyright © 2016. All rights reserved.