| Modifier and Type | Field and Description |
|---|---|
protected AbstractTuttiAction |
TuttiApplicationUpdaterCallBack.action |
| Constructor and Description |
|---|
TuttiApplicationUpdaterCallBack(AbstractTuttiAction action,
ProgressionModel progressionModel) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChangeLocaleAction
TODO
|
class |
AbstractChangeScreenAction
Action to change the screen.
|
class |
AbstractMainUITuttiAction |
class |
ChangeToLocaleFRAction |
class |
ChangeToLocaleUKAction |
class |
CloseApplicationAction
To close Tutti Application.
|
class |
EditSelectedCruiseAction
Opens the cruise edition screen to edit the selected cruise.
|
class |
EditSelectedCruiseCatchesAction
Opens the catches edition screen to edit the selected catches.
|
class |
EditSelectedProgramAction
Opens the program edition screen to edit the selected program.
|
class |
EditSelectedProtocolAction
Opens the protocol edition screen to edit the selected protocol.
|
class |
ImportTemporaryReferentialAction
Open screen to import referential
|
class |
ManageDbAction
To manage db in Tutti.
|
class |
ReloadTuttiAction
To reload Tutti application.
|
class |
SelectCruiseAction
Opens the cruise selection screen (home).
|
class |
UpdateApplicationAction
To update jre / i18n or tutti using the
ApplicationUpdater mecanism. |
class |
UpdateReferentialAction
To update referential using the
ApplicationUpdater mecanism. |
class |
ValidateSelectedCruiseCatchesAction
Opens the catches validation screen to edit the selected catches.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CancelEditCruiseAction
Cancels the edition of a cruise.
|
class |
SaveCruiseAction
Saves a cruise
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloseDbAction
To close db attached to Tutti.
|
class |
ExportDbAction
To export a db attached to Tutti.
|
class |
InstallDbAction
To install db when no db is attached to Tutti.
|
class |
OpenDbAction
To open existing db.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloneProtocolAction
Opens the protocol creation screen with the data of an already existing protocol.
|
class |
DeleteProtocolAction
To delete the selected protocol.
|
class |
EditCatchesAction
Opens the catches edition screen.
|
class |
EditCruiseAction
Opens the cruise edition screen.
|
class |
EditProgramAction
Opens the program edition screen.
|
class |
EditProtocolAction
Opens the protocol edition screen.
|
class |
ExportProtocolAction
Opens a file chooser and exports the protocol into the selected file.
|
class |
ImportProtocolAction
Opens a file chooser and imports the protocol from the selected file.
|
class |
NewCruiseAction
Opens the cruise creation screen.
|
class |
NewProgramAction
Opens the program creation screen.
|
class |
NewProtocolAction
Opens the protocol creation screen.
|
class |
ValidateCatchesAction
Opens the catches validation screen.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CancelEditFishingOperationAction
Cancels the edition of a fishing operation and potentially switch to another tab.
|
class |
EditFishingOperationAction
To edit the given fishing operation.
|
class |
ImportCasinoAction |
class |
NewFishingOperationAction
To create a new fishing operation.
|
class |
SaveFishingOperationAction
Saves a fishing operation and potentially sets another screen or switch to another tab.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CancelEditCatchBatchAction
To cancel edit of a
CatchBatch. |
class |
ComputeWeightsAction |
class |
ImportPupitriAction |
class |
SaveCatchBatchAction
To save a
CatchBatch. |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateMelagAction |
class |
RemoveSpeciesBatchAction
To remove a species batch and all his children.
|
class |
RemoveSpeciesSubBatchAction
To remove a species batch children.
|
class |
RenameSpeciesBatchAction
To rename the species for a species batch and all his children.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddSpeciesAction
Enable to select a species to the species selected in the protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CancelEditProgramAction
Cancels the edition of a program
|
class |
SaveProgramAction |
| Modifier and Type | Class and Description |
|---|---|
class |
AddSpeciesProtocolAction
To add a new species protocol.
|
class |
CancelEditProtocolAction
Cancels the edition of a protocol
|
class |
ExportAllCaracteristicAction
To export all caracteristics.
|
class |
ExportProtocolCaracteristicAction
To import protocol caracteristics.
|
class |
ExportProtocolSpeciesAction
To export protocol species.
|
class |
ImportProtocolCaracteristicAction
To import protocol caracteristics.
|
class |
ImportProtocolSpeciesAction
To import protocol species.
|
class |
RemoveSpeciesProtocolAction
To add a new species protocol.
|
class |
SaveProtocolAction
Saves a protocol
|
class |
SelectOtherSpeciesAction
Action to select a species which is not in the referent list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExportTemporaryGearExampleAction
Export an example file of temporary gears referential.
|
class |
ExportTemporaryPersonExampleAction
Export an example file of temporary person referential.
|
class |
ExportTemporarySpeciesExampleAction
Export an example file of temporary species referential.
|
class |
ExportTemporaryVesselExampleAction
Export an example file of temporary species referential.
|
class |
ImportTemporaryGearAction
Import temporary gear referential.
|
class |
ImportTemporaryPersonAction
Import temporary person referential.
|
class |
ImportTemporarySpeciesAction
Import temporary species referential.
|
class |
ImportTemporaryVesselAction
Import temporary vessel referential.
|
| Modifier and Type | Method and Description |
|---|---|
<A extends AbstractTuttiAction> |
AbstractTuttiUIHandler.createLogicAction(Class<A> actionName) |
<A extends AbstractTuttiAction> |
AbstractTuttiUIHandler.createUIAction(AbstractButton abstractButton,
Class<A> actionName) |
<A extends AbstractTuttiAction> |
AbstractTuttiUIHandler.getLogicAction(AbstractButton b) |
protected <A extends AbstractTuttiAction> |
AbstractTuttiUIHandler.initAction(AbstractButton abstractButton,
Class<A> actionName) |
| Modifier and Type | Class and Description |
|---|---|
class |
TuttiActionSwingWorker<A extends AbstractTuttiAction>
Worker to execute logic action.
|
class |
TuttiUIAction<A extends AbstractTuttiAction>
Abstract tutti ui action which launch a
AbstractTuttiAction. |
| Modifier and Type | Field and Description |
|---|---|
protected A |
TuttiActionSwingWorker.action |
protected AbstractTuttiAction |
TuttiActionUIModel.action |
| Modifier and Type | Method and Description |
|---|---|
AbstractTuttiAction |
TuttiActionException.getAction() |
AbstractTuttiAction |
TuttiActionUIModel.getAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
TuttiActionUI.open(AbstractTuttiAction action) |
static TuttiActionException |
TuttiActionException.propagateError(AbstractTuttiAction action,
Throwable cause) |
static void |
AbstractTuttiAction.runAction(AbstractTuttiAction action) |
void |
TuttiActionUIModel.setAction(AbstractTuttiAction action) |
protected void |
TuttiActionUIHandler.showAction(AbstractTuttiAction action) |
| Constructor and Description |
|---|
TuttiActionException(AbstractTuttiAction action,
Throwable cause) |
Copyright © 2012-2013 Ifremer. All Rights Reserved.