| |
|
| javax.swing.JComboBox net.sourceforge.squirrel_sql.plugins.laf.LookAndFeelComboBox
LookAndFeelComboBox | public class LookAndFeelComboBox extends JComboBox (Code) | | This JComboBox will display all the Look and Feels
that have been registered with the UIManager.
author: Colin Bell |
LookAndFeelComboBox | public LookAndFeelComboBox()(Code) | | Default ctor. Select the currently active L & F after
building the combo box.
|
LookAndFeelComboBox | public LookAndFeelComboBox(String selectedLafName)(Code) | | Ctor specifying the L & F to select after building the combo box.
Parameters: Name - of the L & F to be selected. |
getSelectedLookAndFeel | public LookAndFeelInfo getSelectedLookAndFeel()(Code) | | |
setSelectedLookAndFeelClassName | public void setSelectedLookAndFeelClassName(String selectedLafClassName)(Code) | | |
setSelectedLookAndFeelName | public void setSelectedLookAndFeelName(String selectedLafName)(Code) | | |
|
|
|