All Packages Class Hierarchy This Package Previous Next Index
Class multilizer.CustomSelectLocaleDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----multilizer.ModalDialog
|
+----multilizer.SelectDialog
|
+----multilizer.CustomSelectLocaleDialog
- public abstract class CustomSelectLocaleDialog
- extends SelectDialog
-
locales
-
-
CustomSelectLocaleDialog(Frame, String, Translator, boolean)
-
-
actionPerformed(ActionEvent)
-
-
getLocale()
-
Gets the
Locale object that is associated
with this window, if the locale has been set.
-
getLocales()
-
locales
protected Locale locales[]
CustomSelectLocaleDialog
public CustomSelectLocaleDialog(Frame frame,
String title,
Translator translator,
boolean useNative) throws Exception
getLocales
protected abstract void getLocales()
actionPerformed
public void actionPerformed(ActionEvent e)
- Overrides:
- actionPerformed in class ModalDialog
getLocale
public Locale getLocale()
- Gets the
Locale object that is associated
with this window, if the locale has been set.
- Overrides:
- getLocale in class Window
All Packages Class Hierarchy This Package Previous Next Index