|
||||||||||
| 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.Dialog
public static class CSSMediaPanel.Dialog
A dialog to edit/add/remove CSS media.
| Nested Class Summary | |
|---|---|
protected class |
CSSMediaPanel.Dialog.CancelButtonAction
The action associated with the 'Cancel' button |
protected class |
CSSMediaPanel.Dialog.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 |
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.Dialog()
Constructs a new Dialog to edit/add/remove CSS media. |
|
CSSMediaPanel.Dialog(Component parent,
String title,
List mediaList)
Constructs a new Dialog to edit/add/remove CSS media. |
|
CSSMediaPanel.Dialog(Component parent,
String title,
String media)
Constructs a new Dialog to edit/add/remove CSS media. |
|
| 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 |
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 int returnCode
protected Map listeners
| Constructor Detail |
|---|
public CSSMediaPanel.Dialog()
public CSSMediaPanel.Dialog(Component parent,
String title,
List mediaList)
parent - the parent of this dialogtitle - the title of this dialogmediaList - the media list
public CSSMediaPanel.Dialog(Component parent,
String title,
String media)
parent - the parent of this dialogtitle - the title of this dialogmedia - the media list| Method Detail |
|---|
public int getReturnCode()
protected JPanel createButtonsPanel()
public Action getAction(String key)
throws MissingListenerException
getAction in interface ActionMapkey - 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 | |||||||||