Class FileActionsFactory
java.lang.Object
be.gaudry.swing.file.finder.action.FileActionsFactory
\n
Provided by the broldev.file.finder.swing project.
- Since:
- 1.0 (Aug 26, 2009), broldev.file.finder.swing 0.0.1-SNAPSHOT dependency
- Version:
- 1.0 (Aug 26, 2009)
- Author:
- Steph GAUDRY
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
enableFileActions(boolean enabled, Collection<File> selectedFiles)
static FileActionsFactory
getInstance(Component component)
-
Field Details
-
OPEN
public static final int OPEN- See Also:
- Constant Field Values
-
OPENWITH
public static final int OPENWITH- See Also:
- Constant Field Values
-
EDIT
public static final int EDIT- See Also:
- Constant Field Values
-
DELETE
public static final int DELETE- See Also:
- Constant Field Values
-
PRINT
public static final int PRINT- See Also:
- Constant Field Values
-
BROWSE
public static final int BROWSE- See Also:
- Constant Field Values
-
TAG_RENAME
public static final int TAG_RENAME- See Also:
- Constant Field Values
-
-
Method Details
-
getInstance
-
enableFileActions
-
getActions
- Returns:
- the actions
-