Class RenamerActionsFactory
java.lang.Object
be.gaudry.swing.file.renamer.action.RenamerActionsFactory
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
- Since:
- 1.0 Oct 14, 2010
- Author:
- Steph GAUDRY
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Sets the files list of theRenamerMainPanel
.static MediaCleanerOptionsPanel
static RenamerMainPanel
static XbmcManagerPanel
void
-
Field Details
-
BUNDLE
- See Also:
- Constant Field Values
-
-
Method Details
-
getShowRenamerMainPanelAction
- Returns:
- the showPanelAction
-
getRenamerMainPanel
-
getShowMediaCleanerAction
- Returns:
- the showPanelAction
-
getMediaCleanerPanel
-
getShowXbmcAction
- Returns:
- the showPanelAction
-
getXbmcPanel
-
addFiles
Sets the files list of theRenamerMainPanel
. If the panel is not shown, it calls the showPanel(ERenamerCard) method to displaying it.- Parameters:
files
- List of thefiles
to rename.- Since:
- 0.0.12-SNAPSHOT (Feb 8 2009)
-
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
-