|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.ComboBoxUI
javax.swing.plaf.basic.BasicComboBoxUI
de.muntjak.tinylookandfeel.TinyComboBoxUI
org.tentackle.plaf.tinylaf.TTinyComboBoxUI
public class TTinyComboBoxUI
UI for JComboBox/FormComboBox/FormFieldComboBox.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class de.muntjak.tinylookandfeel.TinyComboBoxUI |
|---|
de.muntjak.tinylookandfeel.TinyComboBoxUI.TinyComboBoxLayoutManager, de.muntjak.tinylookandfeel.TinyComboBoxUI.TinyPropertyChangeListener |
| 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 de.muntjak.tinylookandfeel.TinyComboBoxUI |
|---|
cachedDisplaySize, isDisplaySizeDirty |
| Fields inherited from class javax.swing.plaf.basic.BasicComboBoxUI |
|---|
arrowButton, cachedMinimumSize, comboBox, currentValuePane, editor, focusListener, hasFocus, isMinimumSizeDirty, itemListener, keyListener, listBox, listDataListener, popup, popupKeyListener, popupMouseListener, popupMouseMotionListener, propertyChangeListener |
| Constructor Summary | |
|---|---|
TTinyComboBoxUI()
|
|
| Method Summary | |
|---|---|
protected ComboPopup |
createPopup()
Overridden to install special popup that recognizes FormComboBoxRenderer. |
static ComponentUI |
createUI(JComponent c)
|
protected void |
installListeners()
Create and install the listeners for the combo box and its model. |
protected void |
uninstallListeners()
Remove the installed listeners from the combo box and its model. |
| Methods inherited from class de.muntjak.tinylookandfeel.TinyComboBoxUI |
|---|
createArrowButton, createEditor, createLayoutManager, createPropertyChangeListener, editablePropertyChanged, getDisplaySize, getMinimumSize, installComponents, paint, rectangleForCurrentValue2, removeListeners |
| Methods inherited from class javax.swing.plaf.ComponentUI |
|---|
contains, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TTinyComboBoxUI()
| Method Detail |
|---|
public static ComponentUI createUI(JComponent c)
protected void installListeners()
javax.swing.plaf.basic.BasicComboBoxUI
installListeners in class BasicComboBoxUIprotected void uninstallListeners()
javax.swing.plaf.basic.BasicComboBoxUIinstallListeners
uninstallListeners in class BasicComboBoxUIprotected ComboPopup createPopup()
createPopup in class BasicComboBoxUIComboPopupComboPopup
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||