org.apache.batik.util.gui
public static class UserStyleDialog.Panel extends JPanel
| Nested Class Summary | |
|---|---|
| protected class | UserStyleDialog.Panel.FileBrowseButtonAction
The action associated with the 'browse' button |
| protected class | UserStyleDialog.Panel.FileCheckBoxChangeListener
To listen to the file checkbox |
| Field Summary | |
|---|---|
| protected JButton | browseButton
The browse button |
| protected JCheckBox | fileCheckBox
The file check box |
| protected JLabel | fileLabel
The file label |
| protected JTextField | fileTextField
The file text field |
| Constructor Summary | |
|---|---|
| Panel()
Creates a new Panel object. | |
| Method Summary | |
|---|---|
| String | getPath()
Returns the chosen path or null. |
| void | setPath(String s)
Sets the current dialog path. |