Interface JaxoLocalized
- All Known Subinterfaces:
JaxoDrawingArea, JaxoPlugin
- All Known Implementing Classes:
AbstractJaxoCanvas, AbstractJaxoPlugin, DefaultMenu, JaxoActionButtons, JaxoButtonPanel, JaxoCanvas, JaxoCanvasPopupMenu, JaxoColorChooser, JaxoEditButtons, JaxoEditMenu, JaxoExport, JaxoExportImg, JaxoExportLatex, JaxoExportLatexPS, JaxoExportPanel, JaxoExportPlugin, JaxoExportPS, JaxoFBoxPopupMenu, JaxoFileMenu, JaxoGridBar, JaxoGridButtons, JaxoHelpMenu, JaxoImport, JaxoImportAxodraw, JaxoImportPanel, JaxoImportPlugin, JaxoMainPanel, JaxoMenu, JaxoMenuBar, JaxoMiscButtons, JaxoOptionsMenu, JaxoParticleButtons, JaxoPluginManagerPanel, JaxoStatusBar, JaxoTabbedCanvasPanel, JaxoToolBar, JaxoVertexPopupMenu, JaxoZoomPopupMenu, LanguageMenu, NewMenu, OpenRecentMenu, VertexMenu
public interface JaxoLocalized
Interface for objects that need to be updated on language changes.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidUpdates the component with the current language as set in the preferences (JaxoPrefs.PREF_LANGUAGE).
-
Method Details
-
updateLanguage
void updateLanguage()Updates the component with the current language as set in the preferences (JaxoPrefs.PREF_LANGUAGE).
-