Package be.gaudry.swing.action
Class PhotoActionsFactory
java.lang.Object
be.gaudry.swing.action.PhotoActionsFactory
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
Provided by the broldev.all.ribbon.launcher project.
- Since:
- 1.0 (Dec 21, 2017), broldev.all.ribbon.launcher 0.0.1-SNAPSHOT dependency
- Version:
- 1.0 (Dec 21, 2017)
- Author:
- Steph GAUDRY
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
finalize()
Unregisters from the observedLanguageHelper
.static Runtastic2GpxAction
static AbstractShowPanelAction<CewePanel>
static ConvertCewe2PdfAction
static TransfertPhotosAction
static WindowAdapter
void
Localize this instance when the observedLanguageHelper
is changed.
-
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()
-
getWindowAdapter
-
getShowCewePanelAction
- Returns:
- an action to show the main panel
- See Also:
AbstractShowPanelAction
-
getShowTransfertPhotosPanelAction
- Returns:
- an action to show the main panel
- See Also:
AbstractShowPanelAction
-
getShowRuntastic2GpxPanelAction
- Returns:
- an action to show the main panel
- See Also:
AbstractShowPanelAction
-
getStartConvertCeweAction
-
getTransfertPhotosAction
-
getRuntastic2GpxAction
-
propertyChange
Localize this instance when the observedLanguageHelper
is changed.- Specified by:
propertyChange
in interfacePropertyChangeListener
- Since:
- 1.2 (Mar 30, 2009)
-