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