|
||||||||||
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.apps.svgbrowser.NodePickerPanel.NameEditorDialog
public static class NodePickerPanel.NameEditorDialog
Dialog for choosing element name.
Nested Class Summary | |
---|---|
protected class |
NodePickerPanel.NameEditorDialog.CancelButtonAction
The action associated with the 'Cancel' button of Attribute Adder Dialog |
protected class |
NodePickerPanel.NameEditorDialog.OKButtonAction
The action associated with the 'OK' button of Attribute Adder 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. |
protected ButtonFactory |
buttonFactory
The Button factory. |
static int |
CANCEL_OPTION
The return value if 'Cancel' is chosen. |
protected JButton |
cancelButton
The Cancel button. |
protected Map |
listeners
The map that contains the listeners |
protected JPanel |
mainPanel
The Dialog main panel. |
protected JTextField |
nodeNameField
The node name field. |
protected JLabel |
nodeNameLabel
The node name label. |
static int |
OK_OPTION
The return value if 'OK' is chosen. |
protected JButton |
okButton
The OK button. |
protected static ResourceManager |
resources
The resource manager. |
protected static String |
RESOURCES
The resource file name. |
protected int |
returnCode
The Dialog results. |
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 | |
---|---|
NodePickerPanel.NameEditorDialog(Frame frame)
Constructor. |
Method Summary | |
---|---|
protected void |
addButtonActions()
Adds button actions. |
Action |
getAction(String key)
Returns the action associated with the given string or null on error |
protected ButtonFactory |
getButtonFactory()
Gets buttonFactory. |
protected JButton |
getCancelButton()
Gets the Cancel button. |
protected JPanel |
getMainPanel()
Gets dialog's main panel. |
protected JTextField |
getNodeNameField()
Gets the text field for node name. |
JLabel |
getNodeNameLabel()
Gets the node name label. |
protected JButton |
getOkButton()
Gets the Ok button. |
String |
getResults()
Gets the dialog results. |
protected void |
initialize()
Initializes the dialog. |
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 int returnCode
protected JPanel mainPanel
protected ButtonFactory buttonFactory
protected JLabel nodeNameLabel
protected JTextField nodeNameField
protected JButton okButton
protected JButton cancelButton
protected Map listeners
Constructor Detail |
---|
public NodePickerPanel.NameEditorDialog(Frame frame)
frame
- Parent frameMethod Detail |
---|
protected void initialize()
protected ButtonFactory getButtonFactory()
protected void addButtonActions()
public int showDialog()
protected JButton getOkButton()
protected JButton getCancelButton()
protected JPanel getMainPanel()
public JLabel getNodeNameLabel()
protected JTextField getNodeNameField()
public String getResults()
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 |