Package net.sf.jaxodraw.util
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 JaxoLocalizedInterface for objects that need to be updated on language changes.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateLanguage()Updates the component with the current language as set in the preferences (JaxoPrefs.PREF_LANGUAGE).
-
-
-
Method Detail
-
updateLanguage
void updateLanguage()
Updates the component with the current language as set in the preferences (JaxoPrefs.PREF_LANGUAGE).
-
-