|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ControlView | |
|---|---|
| fr.ifremer.coser.ui.control | |
| Uses of ControlView in fr.ifremer.coser.ui.control |
|---|
| Methods in fr.ifremer.coser.ui.control with parameters of type ControlView | |
|---|---|
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.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 DiffCatchLengthControlError. |
void |
ControlHandler.init(ControlView controlView)
Init control view. |
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,
ControlErrorGroup validationGroup)
Selectionne toutes les lignes associés au erreur d'un groupe d'erreur. |
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. |
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é. |
| Constructors in fr.ifremer.coser.ui.control with parameters of type ControlView | |
|---|---|
ControlDataTableModel(ControlView controlView,
CoserConstants.Category category)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||