Package be.gaudry.swing.file.action
Class SynchroActionsFactory
java.lang.Object
be.gaudry.swing.file.action.SynchroActionsFactory
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
,ListSelectionListener
public class SynchroActionsFactory
extends Object
implements PropertyChangeListener, ListSelectionListener
TODO: put actions on different collections (filters, etc) to allow easily
enabling or disabling a group \n
Provided by the broldev.file.synchro.swing project.
- Since:
- 1.0 (Nov 29, 2011), broldev.file.synchro.swing 0.0.1-SNAPSHOT dependency
- Version:
- 1.0 (Nov 29, 2011)
- Author:
- Steph GAUDRY
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
protected void
finalize()
Unregisters from the observedLanguageHelper
.static Collection<FileDesktopAction>
static AbstractAction
static AbstractAction
static AbstractAction
static AbstractAction
static AbstractAction
static AbstractAction
static ShowPanelAction<SynchroMainPanel>
static SynchroMainPanel
static AbstractAction
static RunnablePanelAction
static WindowAdapter
void
Localize this instance when the observedLanguageHelper
is changed.void
-
Field Details
-
LANGUAGE_KEY
- See Also:
- Constant Field Values
-
-
Method Details
-
finalize
Unregisters from the observedLanguageHelper
.- Overrides:
finalize
in classObject
- Throws:
Throwable
- See Also:
Object.finalize()
-
getShowIncommingAction
-
getShowOutgoingAction
-
getShowIncommingOutgoingAction
-
getShowConflictsAction
-
getShowAllAction
-
getUpdateAllAction
-
getCommitAllAction
-
addSpecialResultsFeaturesMenu
- Parameters:
menu
-JMenu
containing the new features- See Also:
SearchMediaPanel.addSpecialResultsFeaturesMenu(JMenu)
-
getShowSynchroAction
- Returns:
- the action to show the main biblioBrol panel
-
getUpdateSynchroAction
-
getWindowAdapter
-
propertyChange
Localize this instance when the observedLanguageHelper
is changed.- Specified by:
propertyChange
in interfacePropertyChangeListener
-
valueChanged
- Specified by:
valueChanged
in interfaceListSelectionListener
-
getActions
- Returns:
- the actions
-
getSynchroMainPanel
-