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 TypeClassDescriptionclassclassDescription of the ClassclassThis 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 JComboBoxcomboBox()protected voidprotected JButtonDescription of the Methodprotected LayoutManagerDescription of the Methodprotected MouseListenerstatic ComponentUIDescription of the Methodprotected Componenteditor()Description of the Methodprotected InsetsGets the Insets attribute of the SkinComboBoxUI objectGets the MinimumSize attribute of the SkinComboBoxUI objectGets the PreferredSize attribute of the SkinComboBoxUI objectprotected voidDescription of the Methodprotected voidDescription of the Methodprotected voidvoidpaint(Graphics g, JComponent c) Description of the Methodprotected RectangleDescription of the Methodprotected voidprotected voidDescription of the Methodprotected voidMethods 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, uninstallUIMethods 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:
getPreferredSizein classBasicComboBoxUI- Parameters:
c- Description of Parameter- Returns:
- The PreferredSize value
-
getMinimumSize
Gets the MinimumSize attribute of the SkinComboBoxUI object- Overrides:
getMinimumSizein classBasicComboBoxUI- Parameters:
c- Description of Parameter- Returns:
- The MinimumSize value
-
installListeners
protected void installListeners()- Overrides:
installListenersin classBasicComboBoxUI
-
uninstallListeners
protected void uninstallListeners()- Overrides:
uninstallListenersin classBasicComboBoxUI
-
createRolloverListener
-
paint
Description of the Method- Overrides:
paintin classBasicComboBoxUI- Parameters:
g- Description of Parameterc- Description of Parameter
-
getInsets
Gets the Insets attribute of the SkinComboBoxUI object- Overrides:
getInsetsin classBasicComboBoxUI- Returns:
- The Insets value
-
createArrowButton
Description of the Method- Overrides:
createArrowButtonin classBasicComboBoxUI- Returns:
- Description of the Returned Value
-
installComponents
protected void installComponents()Description of the Method- Overrides:
installComponentsin classBasicComboBoxUI
-
configureEditor
protected void configureEditor()- Overrides:
configureEditorin classBasicComboBoxUI
-
unconfigureEditor
protected void unconfigureEditor()- Overrides:
unconfigureEditorin classBasicComboBoxUI
-
rectangleForCurrentValue
Description of the Method- Overrides:
rectangleForCurrentValuein classBasicComboBoxUI- Returns:
- Description of the Returned Value
-
createLayoutManager
Description of the Method- Overrides:
createLayoutManagerin classBasicComboBoxUI- Returns:
- Description of the Returned Value
-
comboBox
-
installKeyboardActions
protected void installKeyboardActions()Description of the Method- Overrides:
installKeyboardActionsin classBasicComboBoxUI
-
uninstallKeyboardActions
protected void uninstallKeyboardActions()Description of the Method- Overrides:
uninstallKeyboardActionsin 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:
createPropertyChangeListenerin classBasicComboBoxUI
-