Uses of Enum Class
be.gaudry.swing.file.action.EFileAction
Packages that use EFileAction
-
Uses of EFileAction in be.gaudry.swing.file.action
Fields in be.gaudry.swing.file.action declared as EFileActionMethods in be.gaudry.swing.file.action that return EFileActionModifier and TypeMethodDescriptionstatic EFileActionReturns 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.Constructors in be.gaudry.swing.file.action with parameters of type EFileActionModifierConstructorDescriptionFileDesktopAction(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)