Uses of Enum Class
fr.ifremer.isisfish.vcs.VCSActionEvent
Packages that use VCSActionEvent
Package
Description
Try to keep this classes agnostic about IsisFish specific objects.
- 
Uses of VCSActionEvent in fr.ifremer.isisfish.vcsMethods in fr.ifremer.isisfish.vcs that return VCSActionEventModifier and TypeMethodDescriptionstatic VCSActionEventReturns the enum constant of this class with the specified name.static VCSActionEvent[]VCSActionEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.ifremer.isisfish.vcs with parameters of type VCSActionEventModifier and TypeMethodDescriptionbooleanVetoableActionListener.canDoAction(VCS vcs, VCSActionEvent action, File... files) Permet d'arreter l'action qui souhaite etre faite, si on retourne falseprotected booleanAbstractVCS.fireAction(VCSActionEvent e, File... files)