public class WrapComboBoxUI
extends javax.swing.plaf.metal.MetalComboBoxUI
javax.swing.plaf.metal.MetalComboBoxUI.MetalComboBoxLayoutManager, javax.swing.plaf.metal.MetalComboBoxUI.MetalComboPopup, javax.swing.plaf.metal.MetalComboBoxUI.MetalPropertyChangeListener
javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager, javax.swing.plaf.basic.BasicComboBoxUI.FocusHandler, javax.swing.plaf.basic.BasicComboBoxUI.ItemHandler, javax.swing.plaf.basic.BasicComboBoxUI.KeyHandler, javax.swing.plaf.basic.BasicComboBoxUI.ListDataHandler, javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
arrowButton, cachedMinimumSize, comboBox, currentValuePane, editor, focusListener, hasFocus, isMinimumSizeDirty, itemListener, keyListener, listBox, listDataListener, padding, popup, popupKeyListener, popupMouseListener, popupMouseMotionListener, propertyChangeListener, squareButton
コンストラクタと説明 |
---|
WrapComboBoxUI(int rowcount)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected javax.swing.plaf.basic.ComboPopup |
createPopup()
折り返し表示するカスタムのポップアップメニュー実装を返す
親クラスの処理をオーバーライド
|
void |
installUI(javax.swing.JComponent c)
UIをコンポーネントにインストールする
親クラスの処理をオーバーライド
|
configureEditor, createArrowButton, createEditor, createLayoutManager, createPropertyChangeListener, createUI, editablePropertyChanged, getBaseline, getMinimumSize, layoutComboBox, paint, paintCurrentValue, paintCurrentValueBackground, removeListeners, unconfigureEditor
addEditor, configureArrowButton, createFocusListener, createItemListener, createKeyListener, createListDataListener, createRenderer, getAccessibleChild, getAccessibleChildrenCount, getBaselineResizeBehavior, getDefaultSize, getDisplaySize, getInsets, getMaximumSize, getPreferredSize, getSizeForComponent, installComponents, installDefaults, installKeyboardActions, installListeners, isFocusTraversable, isNavigationKey, isPopupVisible, rectangleForCurrentValue, removeEditor, selectNextPossibleValue, selectPreviousPossibleValue, setPopupVisible, toggleOpenClose, unconfigureArrowButton, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
public void installUI(javax.swing.JComponent c)
installUI
クラス内 javax.swing.plaf.basic.BasicComboBoxUI
c
- インストール対象のコンポーネントprotected javax.swing.plaf.basic.ComboPopup createPopup()
createPopup
クラス内 javax.swing.plaf.metal.MetalComboBoxUI