|
||||||||||
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.UserStyleDialog
public class UserStyleDialog
This class represents a dialog to select the user style sheet.
Nested Class Summary | |
---|---|
protected class |
UserStyleDialog.CancelButtonAction
The action associated with the 'Cancel' button |
protected class |
UserStyleDialog.OKButtonAction
The action associated with the 'OK' button |
static class |
UserStyleDialog.Panel
This class represents the main panel of the dialog. |
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 String |
chosenPath
The chosen path. |
protected Map |
listeners
The map that contains the listeners |
static int |
OK_OPTION
The return value if 'OK' is chosen. |
protected UserStyleDialog.Panel |
panel
The main 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 | |
---|---|
UserStyleDialog(JFrame f)
Creates a new user style dialog. |
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 |
getPath()
Returns the chosen path or null. |
void |
setPath(String s)
Sets the current dialog path. |
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 UserStyleDialog.Panel panel
protected String chosenPath
protected int returnCode
protected Map listeners
Constructor Detail |
---|
public UserStyleDialog(JFrame f)
Method Detail |
---|
public int showDialog()
public String getPath()
public void setPath(String s)
protected JPanel createButtonsPanel()
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 |