|
|||||||||
| Home >> All >> org >> gui4j >> core >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gui4j.core.swing
Class ComboBoxHorizontalScroll

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JComboBox
org.gui4j.core.swing.ComboBoxHorizontalScroll
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.ItemSelectable, javax.swing.event.ListDataListener, java.awt.MenuContainer, java.io.Serializable
- public class ComboBoxHorizontalScroll
- extends javax.swing.JComboBox
ComboBox which supports vertical and horizontal scrollbars.
| Nested Class Summary | |
private static class |
ComboBoxHorizontalScroll.myBasicComboUI
|
private static class |
ComboBoxHorizontalScroll.myMetalComboUI
|
private static class |
ComboBoxHorizontalScroll.myWindowsComboUI
|
| Nested classes inherited from class javax.swing.JComboBox |
javax.swing.JComboBox.AccessibleJComboBox, javax.swing.JComboBox.KeySelectionManager |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private javax.swing.CellEditor |
cellEditor
|
| Fields inherited from class javax.swing.JComboBox |
actionCommand, dataModel, editor, isEditable, keySelectionManager, lightWeightPopupEnabled, maximumRowCount, renderer, selectedItemReminder |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
ComboBoxHorizontalScroll()
|
|
ComboBoxHorizontalScroll(javax.swing.ComboBoxModel model)
|
|
| Method Summary | |
protected static javax.swing.plaf.basic.BasicComboPopup |
createComboPopup(javax.swing.JComboBox comboBox,
boolean useHorizontal)
|
javax.swing.CellEditor |
getCellEditor()
|
protected void |
processFocusEvent(java.awt.event.FocusEvent e)
Called when a focus event is dispatched and component events are enabled. |
void |
setCellEditor(javax.swing.CellEditor cellEditor)
|
void |
updateUI()
This method sets this comboBox's UI to the UIManager's default for the current look and feel. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
cellEditor
private javax.swing.CellEditor cellEditor
| Constructor Detail |
ComboBoxHorizontalScroll
public ComboBoxHorizontalScroll(javax.swing.ComboBoxModel model)
ComboBoxHorizontalScroll
public ComboBoxHorizontalScroll()
| Method Detail |
updateUI
public void updateUI()
- Description copied from class:
javax.swing.JComboBox - This method sets this comboBox's UI to the UIManager's default for the
current look and feel.
getCellEditor
public javax.swing.CellEditor getCellEditor()
processFocusEvent
protected void processFocusEvent(java.awt.event.FocusEvent e)
- Description copied from class:
java.awt.Component - Called when a focus event is dispatched and component events are
enabled. This method passes the event along to any listeners
that are attached.
setCellEditor
public void setCellEditor(javax.swing.CellEditor cellEditor)
createComboPopup
protected static javax.swing.plaf.basic.BasicComboPopup createComboPopup(javax.swing.JComboBox comboBox, boolean useHorizontal)
|
|||||||||
| Home >> All >> org >> gui4j >> core >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC