public interface WidgetFactory
| Modifier and Type | Method and Description |
|---|---|
TableCellEditor |
createCellEditor(JComboBox combo)
Creates cell editor for a table with combo as editor component.
|
DefaultCellEditor |
createCellEditor(JTextField textField)
Creates cell editor for text field
|
JComboBox |
createComboBox()
Creates a new JComboBox.
|
JComboBox |
createComboBox(Collection<String> model,
boolean sort)
Creates a new JComboBox with a collection of model objects.
|
JComboBox |
createComboBox(Object[] model,
boolean sort)
Creates a new JComboBox with an array of model objects.
|
org.syntax.jedit.JEditTextArea |
createJEditTextArea()
Creates and returns a JEdit text component with syntax highlighing
|
JComboBox |
createUndoableComboBox()
Creates undoable JComboBox.
|
JComboBox createComboBox(Collection<String> model, boolean sort)
JComboBox createComboBox(Object[] model, boolean sort)
JComboBox createComboBox()
JComboBox createUndoableComboBox()
DefaultCellEditor createCellEditor(JTextField textField)
TableCellEditor createCellEditor(JComboBox combo)
combo - JComboBox to be used as editor componentorg.syntax.jedit.JEditTextArea createJEditTextArea()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.