org.apache.batik.util.gui

Class UserStyleDialog.Panel

public static class UserStyleDialog.Panel extends JPanel

This class represents the main panel of the dialog.
Nested Class Summary
protected classUserStyleDialog.Panel.FileBrowseButtonAction
The action associated with the 'browse' button
protected classUserStyleDialog.Panel.FileCheckBoxChangeListener
To listen to the file checkbox
Field Summary
protected JButtonbrowseButton
The browse button
protected JCheckBoxfileCheckBox
The file check box
protected JLabelfileLabel
The file label
protected JTextFieldfileTextField
The file text field
Constructor Summary
Panel()
Creates a new Panel object.
Method Summary
StringgetPath()
Returns the chosen path or null.
voidsetPath(String s)
Sets the current dialog path.

Field Detail

browseButton

protected JButton browseButton
The browse button

fileCheckBox

protected JCheckBox fileCheckBox
The file check box

fileLabel

protected JLabel fileLabel
The file label

fileTextField

protected JTextField fileTextField
The file text field

Constructor Detail

Panel

public Panel()
Creates a new Panel object.

Method Detail

getPath

public String getPath()
Returns the chosen path or null.

setPath

public void setPath(String s)
Sets the current dialog path.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.