All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.swing.jlf.JLFComboBoxUI
java.lang.Object
|
+----java.awt.swing.plaf.ComponentUI
|
+----java.awt.swing.plaf.ComboBoxUI
|
+----java.awt.swing.basic.BasicComboBoxUI
|
+----java.awt.swing.jlf.JLFComboBoxUI
- public class JLFComboBoxUI
- extends BasicComboBoxUI
JLF UI for JComboBox
- See Also:
- JLFComboBoxListCellRenderer, JLFPopupMenuBorder
JLFComboBoxUI()
-
createArrowButton()
-
createUI(JComponent)
-
getMyInsets()
- This function computes the space taken up by the border on this object
installUI(JComponent)
-
layoutContainer(Container)
- this implementation of a LayoutManager interface function
is an override from the BasicComboBoxUI class
it arranges the pulldown button and editor.
rectangleForCurrentValue()
- This is an override from BasicComboBoxUI.
validateMenu()
-
JLFComboBoxUI
public JLFComboBoxUI()
createUI
public static ComponentUI createUI(JComponent c)
createArrowButton
protected JButton createArrowButton()
- Overrides:
- createArrowButton in class BasicComboBoxUI
installUI
public void installUI(JComponent c)
- Overrides:
- installUI in class BasicComboBoxUI
rectangleForCurrentValue
protected Rectangle rectangleForCurrentValue()
- This is an override from BasicComboBoxUI.
it returns the bounds of the ComboBox editor.
- Overrides:
- rectangleForCurrentValue in class BasicComboBoxUI
layoutContainer
public void layoutContainer(Container parent)
- this implementation of a LayoutManager interface function
is an override from the BasicComboBoxUI class
it arranges the pulldown button and editor.
- Overrides:
- layoutContainer in class BasicComboBoxUI
getMyInsets
protected Insets getMyInsets()
- This function computes the space taken up by the border on this object
validateMenu
public void validateMenu()
- Overrides:
- validateMenu in class BasicComboBoxUI
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature