|
||||||||||
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.CSSMediaPanel.AddMediumDialog
public static class CSSMediaPanel.AddMediumDialog
A dialog to add a new CSS medium.
Nested Class Summary | |
---|---|
protected class |
CSSMediaPanel.AddMediumDialog.CancelButtonAction
The action associated with the 'Cancel' button |
protected class |
CSSMediaPanel.AddMediumDialog.OKButtonAction
The action associated with the 'OK' button |
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 | |
---|---|
static int |
CANCEL_OPTION
The return value if 'Cancel' is chosen. |
protected Map |
listeners
The map that contains the listeners |
protected JComboBox |
medium
The new medium. |
static int |
OK_OPTION
The return value if 'OK' is chosen. |
protected int |
returnCode
The 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 | |
---|---|
CSSMediaPanel.AddMediumDialog(Component parent)
Constructs a new AddMediumDialog. |
Method Summary | |
---|---|
protected Component |
createButtonsPanel()
Returns the button panel. |
protected Component |
createContentPanel()
Returns the panel to enter a new CSS medium. |
Action |
getAction(String key)
Returns the action associated with the given string or null on error |
String |
getMedium()
Returns the medium that might be added or null if any. |
int |
getReturnCode()
Returns the code that describes how the dialog has been closed (OK or CANCEL). |
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 JComboBox medium
protected int returnCode
protected Map listeners
Constructor Detail |
---|
public CSSMediaPanel.AddMediumDialog(Component parent)
parent
- the parent of this dialogMethod Detail |
---|
public String getMedium()
protected Component createContentPanel()
protected Component createButtonsPanel()
public int getReturnCode()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |