Class FinderActionsFactory
java.lang.Object
be.gaudry.swing.file.finder.action.FinderActionsFactory
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
\n
Provided by the broldev.file.finder.swing project.
- Since:
- 1.0 (Sep 3 2008), broldev.file.finder.swing 0.0.1-SNAPSHOT dependency
- Version:
- 1.2 (Mar 30, 2009)
- Author:
- Steph GAUDRY
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
protected void
finalize()
Unregisters from the observedLanguageHelper
.static AbstractAction
static AbstractAction
If thesearchMediaPanel
is created, returns the list of results files.static AbstractAction
static SearchAction
static AbstractAction
TheSearchMediaPanel
shows the search results into a table with a files renderer.static WindowAdapter
void
Localize this instance when the observedLanguageHelper
is changed.static void
-
Field Details
-
LANGUAGE_PATH
- See Also:
- Constant Field Values
-
instance
-
-
Method Details
-
finalize
Unregisters from the observedLanguageHelper
.- Overrides:
finalize
in classObject
- Throws:
Throwable
- See Also:
Object.finalize()
-
addSpecialResultsFeaturesMenu
- Parameters:
menu
-JMenu
containing the new features- Since:
- 1.1 (Feb 8 2009)
- See Also:
SearchMediaPanel.addSpecialResultsFeaturesMenu(JMenu)
-
getResults
If thesearchMediaPanel
is created, returns the list of results files. Otherwise returns null, and the @link #showPanel(String) method may be called.- Returns:
- the results files, or null if the searchMediaPanel is not yet created.
- Since:
- 1.1 (Feb 8 2009)
- See Also:
SearchMediaPanel.getResults()
-
getWindowAdapter
-
getShowColorsAction
TheSearchMediaPanel
shows the search results into a table with a files renderer. This action shows an example of the possible files rendering into the results table.- Returns:
- an action to show the colors
-
setResultsActionsState
public static void setResultsActionsState() -
getSaveResultsAction
- Returns:
- an action to save the search results
-
getPrintResultsAction
- Returns:
- an action to print the search results
-
getCleanResultsAction
- Returns:
- an action to clean the results
-
getShowSearchMediaPanelAction
- Returns:
- an action to show the main panel
- See Also:
AbstractShowPanelAction
-
getSearchAction
-
propertyChange
Localize this instance when the observedLanguageHelper
is changed.- Specified by:
propertyChange
in interfacePropertyChangeListener
- Since:
- 1.2 (Mar 30, 2009)
-