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
-
BALTIC_CHARSET_LABEL
-
-
CHARSET_LABEL
-
-
CHINESE_CHARSET_LABEL
-
-
CYRILLIC_CHARSET_LABEL
-
-
EASTERN_EUROPE_CHARSET_LABEL
-
-
GREEK_CHARSET_LABEL
-
-
ICELANDIC_CHARSET_LABEL
-
-
JAPANESE_CHARSET_LABEL
-
-
KOREAN_CHARSET_LABEL
-
-
OTHER_CHARSET_LABEL
-
-
THAI_CHARSET_LABEL
-
-
TURKISH_CHARSET_LABEL
-
-
WESTERN_EUROPE_CHARSET_LABEL
-
-
CharSetMenu()
- Constructs a character set menu with the default label and the default
read character set.
-
CharSetMenu(String)
- Constructs a character set menu with the label and the default read
character set.
-
CharSetMenu(String, String)
- Constructs a character set menu with the label and initial character
set.
-
getSelectedCharcterSet()
- Returns the selected character set.
-
main(String[])
- Executes the examples.
CHARSET_LABEL
public static final String CHARSET_LABEL
WESTERN_EUROPE_CHARSET_LABEL
public static final String WESTERN_EUROPE_CHARSET_LABEL
EASTERN_EUROPE_CHARSET_LABEL
public static final String EASTERN_EUROPE_CHARSET_LABEL
CYRILLIC_CHARSET_LABEL
public static final String CYRILLIC_CHARSET_LABEL
GREEK_CHARSET_LABEL
public static final String GREEK_CHARSET_LABEL
THAI_CHARSET_LABEL
public static final String THAI_CHARSET_LABEL
TURKISH_CHARSET_LABEL
public static final String TURKISH_CHARSET_LABEL
JAPANESE_CHARSET_LABEL
public static final String JAPANESE_CHARSET_LABEL
CHINESE_CHARSET_LABEL
public static final String CHINESE_CHARSET_LABEL
KOREAN_CHARSET_LABEL
public static final String KOREAN_CHARSET_LABEL
BALTIC_CHARSET_LABEL
public static final String BALTIC_CHARSET_LABEL
ICELANDIC_CHARSET_LABEL
public static final String ICELANDIC_CHARSET_LABEL
OTHER_CHARSET_LABEL
public static final String OTHER_CHARSET_LABEL
CharSetMenu
public CharSetMenu()
- Constructs a character set menu with the default label and the default
read character set.
CharSetMenu
public CharSetMenu(String label)
- Constructs a character set menu with the label and the default read
character set.
CharSetMenu
public CharSetMenu(String label,
String initialCharset)
- Constructs a character set menu with the label and initial character
set.
getSelectedCharcterSet
public String getSelectedCharcterSet()
- Returns the selected character set.
main
public static void main(String args[])
- Executes the examples.
All Packages Class Hierarchy This Package Previous Next Index