org.apache.cayenne.dataview
Class CellEditors
java.lang.Object
org.apache.cayenne.dataview.CellEditors
public class CellEditors
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
editStateBorder
protected Border editStateBorder
invalidStateBorder
protected Border invalidStateBorder
CellEditors
public CellEditors()
createFormattedFieldEditor
public CellEditors.FormattedFieldEditor createFormattedFieldEditor(JFormattedTextField.AbstractFormatter formatter,
int alignment)
createFormattedFieldEditor
public CellEditors.FormattedFieldEditor createFormattedFieldEditor(Format formatter,
int alignment)
createFormattedFieldEditor
public CellEditors.FormattedFieldEditor createFormattedFieldEditor(String mask,
int alignment)
throws ParseException
- Throws:
ParseException
createTextFieldEditor
public CellEditors.TextFieldEditor createTextFieldEditor(int alignment)
createCheckBoxEditor
public CellEditors.CheckBoxEditor createCheckBoxEditor()
createComboBoxEditor
public CellEditors.ComboBoxEditor createComboBoxEditor(ComboBoxModel model,
ListCellRenderer renderer)
createButtonEditor
public CellEditors.ButtonEditor createButtonEditor(JButton button)
createSpinnerEditor
public CellEditors.SpinnerEditor createSpinnerEditor(SpinnerModel model,
Format format)
createTableCellEditor
public TableCellEditor createTableCellEditor(ObjEntityViewField field)
installEditors
public void installEditors(JTable table)
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.