|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
com.jidesoft.combobox.AbstractComboBox
com.jidesoft.combobox.MultiSelectListComboBox
com.jidesoft.combobox.CheckBoxListComboBox
public class CheckBoxListComboBox
CheckBoxListComboBox is ComboBox which you can choose a value from a drop-down CheckBoxList.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class com.jidesoft.combobox.MultiSelectListComboBox |
|---|
_selectionMode, maximumRowCount, PROPERTY_SELECTION_MODE |
| Fields inherited from class com.jidesoft.combobox.AbstractComboBox |
|---|
_dialog, _editable, _editor, _listDataListener, _oldSelectedItemReminder, _popupButton, _popupPanel, _renderer, actionCommand, CLIENT_PROPERTY_HIDE_POPUP_ON_LIST_DATA_CHANGED, CLIENT_PROPERTY_TABLE_CELL_EDITOR, CLIENT_PROPERTY_TABLE_CELL_RENDERER, COMMIT, COMMIT_OR_RESET, COMMIT_OR_REVERT, dataModel, DIALOG, DROPDOWN, HIDE_POPUP_KEY, PERSIST, PROPERTY_SELECTED_ITEM, RESET, REVERT, 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.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 | |
|---|---|
CheckBoxListComboBox()
|
|
CheckBoxListComboBox(ComboBoxModel model)
|
|
CheckBoxListComboBox(ComboBoxModel model,
Class<?> clazz)
|
|
CheckBoxListComboBox(Object[] objects)
|
|
CheckBoxListComboBox(Object[] objects,
Class<?> clazz)
|
|
CheckBoxListComboBox(Vector<?> objects)
|
|
CheckBoxListComboBox(Vector<?> objects,
Class<?> clazz)
|
|
| Method Summary | |
|---|---|
protected MultiSelectListChooserPanel |
createListChooserPanel(ComboBoxModel dataModel,
Class<?> clazz,
ConverterContext converterContext)
Creates the MultiSelectListChooserPanel. |
protected boolean |
equals(Object object1,
Object object2)
Check if object1 is equal to object2. |
protected void |
setupList(JList list)
Setups the JList for the tree used in the popup panel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CheckBoxListComboBox()
public CheckBoxListComboBox(Object[] objects)
public CheckBoxListComboBox(Vector<?> objects)
public CheckBoxListComboBox(ComboBoxModel model)
public CheckBoxListComboBox(Object[] objects,
Class<?> clazz)
public CheckBoxListComboBox(Vector<?> objects,
Class<?> clazz)
public CheckBoxListComboBox(ComboBoxModel model,
Class<?> clazz)
| Method Detail |
|---|
protected MultiSelectListChooserPanel createListChooserPanel(ComboBoxModel dataModel,
Class<?> clazz,
ConverterContext converterContext)
return new CheckBoxListChooserPanel(dataModel, clazz, converterContext,
getDialogOKAction(), getDialogCancelAction()) {
protected void setupList(final JList list) {
super.setupList(list);
CheckBoxListComboBox.this.setupList(list);
}
};
createListChooserPanel in class MultiSelectListComboBoxdataModel - the data modelclazz - the class typeconverterContext - the converter context
protected boolean equals(Object object1,
Object object2)
AbstractComboBox
equals in class AbstractComboBoxobject1 - one of the two objectsobject2 - another one of the two objects
protected void setupList(JList list)
setupList in class MultiSelectListComboBoxlist - the list used by ListChooserPanel.
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||