Package com.l2fprod.gui.plaf.skin
Class SkinComboBoxUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ComboBoxUI
javax.swing.plaf.basic.BasicComboBoxUI
com.l2fprod.gui.plaf.skin.SkinComboBoxUI
- Version:
- $Revision: 1.5 $, $Date: 2005/12/04 15:34:37 $
- Author:
- $Author: l2fprod $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
class
Description of the Classclass
This inner class is marked "public" due to a compiler bug.Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicComboBoxUI
BasicComboBoxUI.ComboBoxLayoutManager, BasicComboBoxUI.FocusHandler, BasicComboBoxUI.ItemHandler, BasicComboBoxUI.KeyHandler, BasicComboBoxUI.ListDataHandler, BasicComboBoxUI.PropertyChangeHandler
-
Field Summary
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxUI
arrowButton, cachedMinimumSize, comboBox, currentValuePane, editor, focusListener, hasFocus, isMinimumSizeDirty, itemListener, keyListener, listBox, listDataListener, padding, popup, popupKeyListener, popupMouseListener, popupMouseMotionListener, propertyChangeListener, squareButton
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JComboBox
comboBox()
protected void
protected JButton
Description of the Methodprotected LayoutManager
Description of the Methodprotected MouseListener
static ComponentUI
Description of the Methodprotected Component
editor()
Description of the Methodprotected Insets
Gets the Insets attribute of the SkinComboBoxUI objectGets the MinimumSize attribute of the SkinComboBoxUI objectGets the PreferredSize attribute of the SkinComboBoxUI objectprotected void
Description of the Methodprotected void
Description of the Methodprotected void
void
paint
(Graphics g, JComponent c) Description of the Methodprotected Rectangle
Description of the Methodprotected void
protected void
Description of the Methodprotected void
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxUI
addEditor, configureArrowButton, createEditor, createFocusListener, createItemListener, createKeyListener, createListDataListener, createPopup, createRenderer, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getDefaultSize, getDisplaySize, getMaximumSize, getSizeForComponent, installDefaults, installUI, isFocusTraversable, isNavigationKey, isPopupVisible, paintCurrentValue, paintCurrentValueBackground, removeEditor, selectNextPossibleValue, selectPreviousPossibleValue, setPopupVisible, toggleOpenClose, unconfigureArrowButton, uninstallComponents, uninstallDefaults, uninstallUI
Methods inherited from class javax.swing.plaf.ComponentUI
contains, update
-
Constructor Details
-
SkinComboBoxUI
public SkinComboBoxUI()
-
-
Method Details
-
getPreferredSize
Gets the PreferredSize attribute of the SkinComboBoxUI object- Overrides:
getPreferredSize
in classBasicComboBoxUI
- Parameters:
c
- Description of Parameter- Returns:
- The PreferredSize value
-
getMinimumSize
Gets the MinimumSize attribute of the SkinComboBoxUI object- Overrides:
getMinimumSize
in classBasicComboBoxUI
- Parameters:
c
- Description of Parameter- Returns:
- The MinimumSize value
-
installListeners
protected void installListeners()- Overrides:
installListeners
in classBasicComboBoxUI
-
uninstallListeners
protected void uninstallListeners()- Overrides:
uninstallListeners
in classBasicComboBoxUI
-
createRolloverListener
-
paint
Description of the Method- Overrides:
paint
in classBasicComboBoxUI
- Parameters:
g
- Description of Parameterc
- Description of Parameter
-
getInsets
Gets the Insets attribute of the SkinComboBoxUI object- Overrides:
getInsets
in classBasicComboBoxUI
- Returns:
- The Insets value
-
createArrowButton
Description of the Method- Overrides:
createArrowButton
in classBasicComboBoxUI
- Returns:
- Description of the Returned Value
-
installComponents
protected void installComponents()Description of the Method- Overrides:
installComponents
in classBasicComboBoxUI
-
configureEditor
protected void configureEditor()- Overrides:
configureEditor
in classBasicComboBoxUI
-
unconfigureEditor
protected void unconfigureEditor()- Overrides:
unconfigureEditor
in classBasicComboBoxUI
-
rectangleForCurrentValue
Description of the Method- Overrides:
rectangleForCurrentValue
in classBasicComboBoxUI
- Returns:
- Description of the Returned Value
-
createLayoutManager
Description of the Method- Overrides:
createLayoutManager
in classBasicComboBoxUI
- Returns:
- Description of the Returned Value
-
comboBox
-
installKeyboardActions
protected void installKeyboardActions()Description of the Method- Overrides:
installKeyboardActions
in classBasicComboBoxUI
-
uninstallKeyboardActions
protected void uninstallKeyboardActions()Description of the Method- Overrides:
uninstallKeyboardActions
in classBasicComboBoxUI
-
editor
Description of the Method- Returns:
- Description of the Returned Value
-
createUI
Description of the Method- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
createPropertyChangeListener
- Overrides:
createPropertyChangeListener
in classBasicComboBoxUI
-