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
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprotected voidfinalize()Unregisters from the observedLanguageHelper.static Collection<FileDesktopAction>static AbstractActionstatic AbstractActionstatic AbstractActionstatic AbstractActionstatic AbstractActionstatic AbstractActionstatic ShowPanelAction<SynchroMainPanel>static SynchroMainPanelstatic AbstractActionstatic RunnablePanelActionstatic WindowAdaptervoidLocalize this instance when the observedLanguageHelperis changed.void
-
Field Details
-
LANGUAGE_KEY
- See Also:
- Constant Field Values
-
-
Method Details
-
finalize
Unregisters from the observedLanguageHelper.- Overrides:
finalizein classObject- Throws:
Throwable- See Also:
Object.finalize()
-
getShowIncommingAction
-
getShowOutgoingAction
-
getShowIncommingOutgoingAction
-
getShowConflictsAction
-
getShowAllAction
-
getUpdateAllAction
-
getCommitAllAction
-
addSpecialResultsFeaturesMenu
- Parameters:
menu-JMenucontaining 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 observedLanguageHelperis changed.- Specified by:
propertyChangein interfacePropertyChangeListener
-
valueChanged
- Specified by:
valueChangedin interfaceListSelectionListener
-
getActions
- Returns:
- the actions
-
getSynchroMainPanel
-