| Package | Description |
|---|---|
| fr.ifremer.coser.ui | |
| fr.ifremer.coser.ui.control |
| Modifier and Type | Field and Description |
|---|---|
protected ControlView |
ContainerUndoMenu.controlView |
protected ControlView |
ContainerRedoMenu.controlView |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerUndoMenu.setControlView(ControlView controlView) |
void |
ContainerRedoMenu.setControlView(ControlView controlView) |
| Modifier and Type | Method and Description |
|---|---|
void |
ControlHandler.cancelDataModification(ControlView view)
Annule les modifications en cours reset les données data, et
reload le validator.
|
void |
ControlHandler.categoryChanged(ControlView controlView,
ActionEvent event)
Selection d'une nouvelle categories dans la liste des categories.
|
void |
ControlHandler.checkData(ControlView view)
Check project.
|
protected void |
ControlHandler.clearAllSelection(ControlView controlView)
Vide la selection des 4 tables pour que le bean en cours d'edition
soit vidé et que le changement de categories n'arrive pas
dans un etat de selection incoherent.
|
void |
ControlHandler.controlDataTableSelectionChanged(ControlView view)
Called when selection change to display selected bean
in edition panel.
|
void |
ControlHandler.deleteData(ControlView view)
Supprime la ligne en cours d'edition (apres confirmation).
|
protected void |
ControlHandler.deletedSelectedDataLines(ControlView controlView)
Delete selected line in data table (called from context menu).
|
protected void |
ControlHandler.disableValidAction(ControlView view)
Desactive le bouton de validation du control.
|
void |
ControlHandler.displayCompareNumberCatchGraph(ControlView view)
Display data graph, initialized with graph for first specy
selected in specyComboModel.
|
void |
ControlHandler.displayCompareNumberCatchGraph(ControlView view,
String selectedSpecies)
Display data graph, initialized with graph for selected specy
selected.
|
void |
ControlHandler.displayLengthStructureGraph(ControlView view)
Display lengthStructure matrix in matrixviewerpanel.
|
void |
ControlHandler.displayLengthStructureGraph(ControlView view,
String species)
Display lengthStructure matrix in matrixviewerpanel.
|
void |
ControlHandler.displayLogReport(ControlView controlView)
Genere le log des modifications faites lors du control en HTML
et l'ouvre dans le navigateur systeme.
|
protected void |
ControlHandler.generateHTMLReport(ControlView controlView)
Generate global error table model data as html report.
|
protected JTable |
ControlHandler.getControlDataTable(ControlView controlView)
Return l'intance de la table qui est selectionnée.
|
void |
ControlHandler.globalErrorTableMouseClicked(ControlView controlView,
MouseEvent event)
Affiche le menu contextuel de l'arbre qui contient les erreurs de
validation globales ou les graphes de comparaison captures/taille
dans le cas d'un double clic sur une
SpeciesControlError. |
void |
ControlHandler.init(ControlView controlView)
Init control view.
|
void |
ControlHandler.redoCommands(ControlView controlView,
List<Command> commands)
Redo commands.
|
void |
ControlHandler.saveControl(ControlView view)
Save project after control and display message.
|
protected void |
ControlHandler.saveProjectControl(ControlView view)
Save project after control.
|
protected void |
ControlHandler.selectAllErrorGroupLines(ControlView controlView,
CoserConstants.Category category,
org.jdesktop.swingx.treetable.TreeTableNode lastNode)
Selectionne toutes les lignes associés au erreur d'un groupe d'erreur.
|
protected void |
ControlHandler.selectAllErrorGroupLines(ControlView controlView,
org.jdesktop.swingx.treetable.TreeTableNode lastNode,
boolean scrollToVisible)
Methode recursive qui selection toutes les lignes correspondant à un
groupe d'erreurs.
|
void |
ControlHandler.showDataTableContextMenu(ControlView controlView,
MouseEvent event)
Affiche le menu contextuel de la table qui contient les données.
|
void |
ControlHandler.showSelectedError(ControlView view,
TreeSelectionEvent event)
Selectionne, dans la table des données, la ligne correspondant
a l'erreur selectionnée dans la table des erreurs.
|
void |
ControlHandler.undoCommands(ControlView controlView,
int commandsCount)
Undo commands.
|
protected void |
ControlDataTableModel.updateData(ControlView controlView) |
protected void |
ControlHandler.updateEditionPanel(ControlView view,
CoserConstants.Category category,
String[] header,
String[] line)
Contruit le panel d'edition du bean.
|
void |
ControlHandler.validControl(ControlView view)
Set validated control flag to true and save control.
|
void |
ControlHandler.validDataModification(ControlView view)
Valide les modifications faites sur le bean actuellement edité.
|
| Constructor and Description |
|---|
ControlDataTableModel(ControlView controlView,
CoserConstants.Category category) |
Copyright © 2010-2013 Ifremer. All Rights Reserved.