Uses of Class
org.processmining.framework.util.ui.widgets.ProMComboBox
-
Packages that use ProMComboBox Package Description org.processmining.framework.util.ui.widgets -
-
Uses of ProMComboBox in org.processmining.framework.util.ui.widgets
Fields in org.processmining.framework.util.ui.widgets declared as ProMComboBox Modifier and Type Field Description protected ProMComboBox<T>ProMComboBoxTableCellEditor. comboBoxMethods in org.processmining.framework.util.ui.widgets that return ProMComboBox Modifier and Type Method Description <E> ProMComboBox<E>ProMPropertiesExpertModePanel. addComboBox(java.lang.String name, E[] values, boolean isExpertProperty)<E> ProMComboBox<E>ProMPropertiesExpertModePanel. addComboBox(java.lang.String name, java.lang.Iterable<E> values, boolean isExpertProperty)<E> ProMComboBox<E>ProMPropertiesPanel. addComboBox(java.lang.String name, E[] values)<E> ProMComboBox<E>ProMPropertiesPanel. addComboBox(java.lang.String name, java.lang.Iterable<E> values)ProMComboBox<T>ProMCheckBoxWithComboBox. getComboBox()ProMComboBox<?>ProMComboBoxWithTextField. getComboBox()ProMComboBox<T>ProMListSortableWithComboBox. getComboBox()ProMComboBox<T>ProMComboBoxTableCellEditor. getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)ProMComboBox<E>ProMComboBox. resetSizes()
-