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

Variable Index

 o locales

Constructor Index

 o CustomSelectLocaleDialog(Frame, String, BaseTranslator, boolean)

Method Index

 o actionPerformed(ActionEvent)
 o getEnableEuro()
 o getLocale()
Gets the Locale object that is associated with this window, if the locale has been set.
 o getLocales()
 o setEnableEuro(boolean)

Variables

 o locales
 protected Locale locales[]

Constructors

 o CustomSelectLocaleDialog
 public CustomSelectLocaleDialog(Frame frame,
                                 String title,
                                 BaseTranslator translator,
                                 boolean useNative)

Methods

 o getLocales
 protected abstract void getLocales()
 o actionPerformed
 public void actionPerformed(ActionEvent e)
Overrides:
actionPerformed in class ModalDialog
 o 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
 o getEnableEuro
 public boolean getEnableEuro()
 o setEnableEuro
 public void setEnableEuro(boolean value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index