All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jp.kyasu.editor.CharSetMenu

java.lang.Object
   |
   +----java.awt.MenuComponent
           |
           +----java.awt.MenuItem
                   |
                   +----java.awt.Menu
                           |
                           +----jp.kyasu.editor.SelectionMenu
                                   |
                                   +----jp.kyasu.editor.CharSetMenu

public class CharSetMenu
extends SelectionMenu
The CharSetMenu allows a user to select a character set.

Version:
20 Jun 1998
Author:
Kazuki YASUMATSU

Variable Index

 o BALTIC_CHARSET_LABEL
 o CHARSET_LABEL
 o CHINESE_CHARSET_LABEL
 o CYRILLIC_CHARSET_LABEL
 o EASTERN_EUROPE_CHARSET_LABEL
 o GREEK_CHARSET_LABEL
 o ICELANDIC_CHARSET_LABEL
 o JAPANESE_CHARSET_LABEL
 o KOREAN_CHARSET_LABEL
 o OTHER_CHARSET_LABEL
 o THAI_CHARSET_LABEL
 o TURKISH_CHARSET_LABEL
 o WESTERN_EUROPE_CHARSET_LABEL

Constructor Index

 o CharSetMenu()
Constructs a character set menu with the default label and the default read character set.
 o CharSetMenu(String)
Constructs a character set menu with the label and the default read character set.
 o CharSetMenu(String, String)
Constructs a character set menu with the label and initial character set.

Method Index

 o getSelectedCharcterSet()
Returns the selected character set.
 o main(String[])
Executes the examples.

Variables

 o CHARSET_LABEL
 public static final String CHARSET_LABEL
 o WESTERN_EUROPE_CHARSET_LABEL
 public static final String WESTERN_EUROPE_CHARSET_LABEL
 o EASTERN_EUROPE_CHARSET_LABEL
 public static final String EASTERN_EUROPE_CHARSET_LABEL
 o CYRILLIC_CHARSET_LABEL
 public static final String CYRILLIC_CHARSET_LABEL
 o GREEK_CHARSET_LABEL
 public static final String GREEK_CHARSET_LABEL
 o THAI_CHARSET_LABEL
 public static final String THAI_CHARSET_LABEL
 o TURKISH_CHARSET_LABEL
 public static final String TURKISH_CHARSET_LABEL
 o JAPANESE_CHARSET_LABEL
 public static final String JAPANESE_CHARSET_LABEL
 o CHINESE_CHARSET_LABEL
 public static final String CHINESE_CHARSET_LABEL
 o KOREAN_CHARSET_LABEL
 public static final String KOREAN_CHARSET_LABEL
 o BALTIC_CHARSET_LABEL
 public static final String BALTIC_CHARSET_LABEL
 o ICELANDIC_CHARSET_LABEL
 public static final String ICELANDIC_CHARSET_LABEL
 o OTHER_CHARSET_LABEL
 public static final String OTHER_CHARSET_LABEL

Constructors

 o CharSetMenu
 public CharSetMenu()
Constructs a character set menu with the default label and the default read character set.

 o CharSetMenu
 public CharSetMenu(String label)
Constructs a character set menu with the label and the default read character set.

 o CharSetMenu
 public CharSetMenu(String label,
                    String initialCharset)
Constructs a character set menu with the label and initial character set.

Methods

 o getSelectedCharcterSet
 public String getSelectedCharcterSet()
Returns the selected character set.

 o main
 public static void main(String args[])
Executes the examples.


All Packages  Class Hierarchy  This Package  Previous  Next  Index