Package be.gaudry.swing.edu.action
Class SecretaryActionsFactory
java.lang.Object
be.gaudry.swing.edu.action.SecretaryActionsFactory
- All Implemented Interfaces:
PropertyChangeListener,EventListener
The SecretaryActionsFactory is registered to the observable
LanguageHelper to
adapt the actions in case of Locale preference modification.
Provided by the broldev.edu.admin.swing project.- Since:
- 1.0 Mar 18, 2009, broldev.edu.admin.swing 0.0.1-SNAPSHOT dependency
- Version:
- 1.2 Nov 13, 2010
- Author:
- Steph GAUDRY
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidfinalize()Unregisters from the observedLanguageHelper.static AbstractActionstatic AbstractActionstatic AbstractActionstatic AbstractActionstatic AbstractActionstatic AbstractActionstatic AbstractActionstatic AbstractActionstatic AbstractActionstatic AbstractActionstatic AbstractActionvoidLocalize this instance when the observedLanguageHelperis changed.
-
Method Details
-
finalize
Unregisters from the observedLanguageHelper.- Overrides:
finalizein classObject- Throws:
Throwable- See Also:
Object.finalize()
-
getManageCoursesAction
- Returns:
- an action to show the panel where to manage the courses
- See Also:
AbstractShowPanelAction
-
getCopyCoursesAction
- Returns:
- an action to copy all courses from a school class to another
- Since:
- 1.2 (Nov 13, 2010)
-
getManagePeriodsAction
- Returns:
- an action to show the panel where to manage the periods
- See Also:
AbstractShowPanelAction
-
getManageSchoolsAction
- Returns:
- an action to show the panel where to manage the schools
- See Also:
AbstractShowPanelAction
-
getManageSchoolClassesAction
- Returns:
- an action to show the panel where to manage the school classes
- See Also:
AbstractShowPanelAction
-
getManageTeachersAction
- Returns:
- an action to show the panel where to manage the teachers
- See Also:
AbstractShowPanelAction
-
getManagePersonsAction
- Returns:
- an action to show the panel where to manage the school population
- See Also:
AbstractShowPanelAction
-
getManageStudentsAction
- Returns:
- an action to show the panel where to manage the students
- See Also:
AbstractShowPanelAction
-
getRemoveStudentFromClassAction
- Returns:
- an action to remove a
Studentfrom aSchoolClass.
-
getAddStudent2ClassAction
- Returns:
- an action to add a
Studentto aSchoolClass.
-
getManageSchoolYearsAction
- Returns:
- an action to show the panel where to manage the school years
- See Also:
AbstractShowPanelAction
-
propertyChange
Localize this instance when the observedLanguageHelperis changed.- Specified by:
propertyChangein interfacePropertyChangeListener- Since:
- 1.1 (Feb 20 2010)
-