|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.apache.batik.util.gui.LanguageDialog
public class LanguageDialog
This class represents a language selection dialog.
Nested Class Summary | |
---|---|
protected class |
LanguageDialog.CancelButtonAction
The action associated with the 'Cancel' button |
protected class |
LanguageDialog.OKButtonAction
The action associated with the 'OK' button |
static class |
LanguageDialog.Panel
The language selection panel. |
Nested classes/interfaces inherited from class javax.swing.JDialog |
---|
JDialog.AccessibleJDialog |
Nested classes/interfaces inherited from class java.awt.Dialog |
---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
Nested classes/interfaces inherited from class java.awt.Window |
---|
Window.AccessibleAWTWindow |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
protected static ResourceBundle |
bundle
The resource bundle |
static int |
CANCEL_OPTION
The return value if 'Cancel' is chosen. |
protected Map |
listeners
The map that contains the listeners |
static int |
OK_OPTION
The return value if 'OK' is chosen. |
protected LanguageDialog.Panel |
panel
The user languages panel. |
protected static ResourceManager |
resources
The resource manager |
protected static String |
RESOURCES
The resource file name |
protected int |
returnCode
The last return code. |
Fields inherited from class javax.swing.JDialog |
---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Dialog |
---|
DEFAULT_MODALITY_TYPE |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
LanguageDialog(JFrame f)
Creates a new LanguageDialog object. |
Method Summary | |
---|---|
protected JPanel |
createButtonsPanel()
Creates the OK/Cancel buttons panel |
Action |
getAction(String key)
Returns the action associated with the given string or null on error |
String |
getLanguages()
Returns the user languages. |
void |
setLanguages(String s)
Sets the user languages. |
int |
showDialog()
Shows the dialog. |
Methods inherited from class java.awt.Dialog |
---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int OK_OPTION
public static final int CANCEL_OPTION
protected static final String RESOURCES
protected static ResourceBundle bundle
protected static ResourceManager resources
protected Map listeners
protected LanguageDialog.Panel panel
protected int returnCode
Constructor Detail |
---|
public LanguageDialog(JFrame f)
Method Detail |
---|
public int showDialog()
public void setLanguages(String s)
public String getLanguages()
public Action getAction(String key) throws MissingListenerException
getAction
in interface ActionMap
key
- the key mapped with the action to get
MissingListenerException
- if the action is not found todo does it throw ?? seems to return nullprotected JPanel createButtonsPanel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |