Class ProjectFormComboBoxUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ComboBoxUI
javax.swing.plaf.basic.BasicComboBoxUI
de.javasoft.syntheticaaddons.ui.SyntheticaComboBoxUI
com.inductiveautomation.ignition.designer.gui.opencreate.form.ProjectFormComboBoxUI
public class ProjectFormComboBoxUI
extends de.javasoft.syntheticaaddons.ui.SyntheticaComboBoxUI
A 
ComboBoxUI that renders an arrow and text at the correct padded position.- 
Nested Class SummaryNested classes/interfaces inherited from class javax.swing.plaf.basic.BasicComboBoxUIBasicComboBoxUI.ComboBoxLayoutManager, BasicComboBoxUI.FocusHandler, BasicComboBoxUI.ItemHandler, BasicComboBoxUI.KeyHandler, BasicComboBoxUI.ListDataHandler, BasicComboBoxUI.PropertyChangeHandler
- 
Field SummaryFields inherited from class de.javasoft.syntheticaaddons.ui.SyntheticaComboBoxUIdelegateFields inherited from class javax.swing.plaf.basic.BasicComboBoxUIarrowButton, cachedMinimumSize, comboBox, currentValuePane, editor, focusListener, hasFocus, isMinimumSizeDirty, itemListener, keyListener, listBox, listDataListener, padding, popup, popupKeyListener, popupMouseListener, popupMouseMotionListener, propertyChangeListener, squareButton
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected JButtonvoidpaintCurrentValue(Graphics g, Rectangle bounds, boolean hasFocus) Methods inherited from class de.javasoft.syntheticaaddons.ui.SyntheticaComboBoxUIcreateRenderer, createUI, getBaseline, installUI, paint, updateMethods inherited from class javax.swing.plaf.basic.BasicComboBoxUIaddEditor, configureArrowButton, configureEditor, createEditor, createFocusListener, createItemListener, createKeyListener, createLayoutManager, createListDataListener, createPopup, createPropertyChangeListener, getAccessibleChild, getAccessibleChildrenCount, getBaselineResizeBehavior, getDefaultSize, getDisplaySize, getInsets, getMaximumSize, getMinimumSize, getPreferredSize, getSizeForComponent, installComponents, installDefaults, installKeyboardActions, installListeners, isFocusTraversable, isNavigationKey, isPopupVisible, paintCurrentValueBackground, rectangleForCurrentValue, removeEditor, selectNextPossibleValue, selectPreviousPossibleValue, setPopupVisible, toggleOpenClose, unconfigureArrowButton, unconfigureEditor, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUIMethods inherited from class javax.swing.plaf.ComponentUIcontains
- 
Constructor Details- 
ProjectFormComboBoxUIpublic ProjectFormComboBoxUI(boolean padArrow) 
 
- 
- 
Method Details- 
createArrowButton- Overrides:
- createArrowButtonin class- de.javasoft.syntheticaaddons.ui.SyntheticaComboBoxUI
 
- 
paintCurrentValue- Overrides:
- paintCurrentValuein class- BasicComboBoxUI
 
 
-