org.apache.batik.util.gui
public class LocationBar extends JPanel
| Field Summary | |
|---|---|
| protected static ResourceBundle | bundle
The resource bundle |
| protected JComboBox | comboBox
The combo box |
| protected static ResourceManager | rManager
The resource manager |
| protected static String | RESOURCES
The gui resources file name |
| Constructor Summary | |
|---|---|
| LocationBar()
Creates a new location bar. | |
| Method Summary | |
|---|---|
| void | addActionListener(ActionListener listener)
Adds an action listener to this component. |
| void | addToHistory(String text)
Adds the given text to the history. |
| String | getText()
returns the current item text. |
| void | setText(String text)
Sets the current text. |