Uses of Enum Class
be.gaudry.swing.file.action.EFileAction
-
Uses of EFileAction in be.gaudry.swing.file.action
Modifier and TypeMethodDescriptionstatic EFileAction
Returns the enum constant of this class with the specified name.static EFileAction[]
EFileAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionFileDesktopAction(EFileAction _eAction, Component _component)
If you want to use an undefined action, you must provide an identifier by using theFileDesktopAction(EFileAction, String, Component)
constructor.FileDesktopAction(EFileAction _eAction, String id, Component _component)