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 void
finalize()
Unregisters from the observedLanguageHelper
.static AbstractAction
static AbstractAction
static AbstractAction
static AbstractAction
static AbstractAction
static AbstractAction
static AbstractAction
static AbstractAction
static AbstractAction
static AbstractAction
static AbstractAction
void
Localize this instance when the observedLanguageHelper
is changed.
-
Method Details
-
finalize
Unregisters from the observedLanguageHelper
.- Overrides:
finalize
in 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
Student
from aSchoolClass
.
-
getAddStudent2ClassAction
- Returns:
- an action to add a
Student
to aSchoolClass
.
-
getManageSchoolYearsAction
- Returns:
- an action to show the panel where to manage the school years
- See Also:
AbstractShowPanelAction
-
propertyChange
Localize this instance when the observedLanguageHelper
is changed.- Specified by:
propertyChange
in interfacePropertyChangeListener
- Since:
- 1.1 (Feb 20 2010)
-