|
Adempiere 3.5.2a | |||||||||
| 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
javax.swing.plaf.metal.MetalComboBoxUI
com.jgoodies.looks.plastic.PlasticComboBoxUI
org.adempiere.plaf.AdempiereComboBoxUI
public class AdempiereComboBoxUI
Compiere ComboBox UI. The ComboBox is opaque - with opaque arrow button and textfield background
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.plaf.metal.MetalComboBoxUI |
|---|
MetalComboBoxUI.MetalComboBoxLayoutManager, MetalComboBoxUI.MetalComboPopup, MetalComboBoxUI.MetalPropertyChangeListener |
| 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, popup, popupKeyListener, popupMouseListener, popupMouseMotionListener |
| Constructor Summary | |
|---|---|
AdempiereComboBoxUI()
|
|
| Method Summary | |
|---|---|
protected JButton |
createArrowButton()
Create opaque button |
protected ComboPopup |
createPopup()
Create Popup |
static ComponentUI |
createUI(JComponent c)
Create UI |
JButton |
getArrowButton()
|
void |
installUI(JComponent c)
Install UI - Set ComboBox opaque. |
void |
setIcon(Icon defaultIcon)
Set Icon of arrow button |
| Methods inherited from class com.jgoodies.looks.plastic.PlasticComboBoxUI |
|---|
createEditor, createLayoutManager, createPropertyChangeListener, createRenderer, getMinimumSize, getPreferredSize, installListeners, isToolBarComboBox, rectangleForCurrentValue, uninstallListeners, update |
| Methods inherited from class javax.swing.plaf.metal.MetalComboBoxUI |
|---|
configureEditor, editablePropertyChanged, getBaseline, layoutComboBox, paint, paintCurrentValue, paintCurrentValueBackground, removeListeners, unconfigureEditor |
| Methods inherited from class javax.swing.plaf.ComponentUI |
|---|
contains |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdempiereComboBoxUI()
| Method Detail |
|---|
public static ComponentUI createUI(JComponent c)
c -
public void installUI(JComponent c)
installUI in class com.jgoodies.looks.plastic.PlasticComboBoxUIc - componrntCComboBox.addMouseListener(MouseListener)protected JButton createArrowButton()
createArrowButton in class com.jgoodies.looks.plastic.PlasticComboBoxUIpublic JButton getArrowButton()
public void setIcon(Icon defaultIcon)
defaultIcon - protected ComboPopup createPopup()
createPopup in class com.jgoodies.looks.plastic.PlasticComboBoxUI
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||