Skip navigation links
oracle.jbo.uicli.jui
Class JUTableFormatEditor
java.lang.Object
javax.swing.AbstractCellEditor
oracle.jbo.uicli.jui.JUTableFormatEditor
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.CellEditor, javax.swing.table.TableCellEditor, JUTableCellEditor
-
public class JUTableFormatEditor
- extends javax.swing.AbstractCellEditor
- implements JUTableCellEditor
- See Also:
- Serialized Form
Fields inherited from class javax.swing.AbstractCellEditor |
changeEvent, listenerList |
Constructor Summary |
JUTableFormatEditor(javax.swing.text.DefaultFormatterFactory formatterFactory, oracle.jbo.uicli.jui.JUFormattedTextFieldBinding.Convertor convertor)
|
Methods inherited from class javax.swing.AbstractCellEditor |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.swing.CellEditor |
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing |
JUTableFormatEditor
public JUTableFormatEditor(javax.swing.text.DefaultFormatterFactory formatterFactory,
oracle.jbo.uicli.jui.JUFormattedTextFieldBinding.Convertor convertor)
getCellEditorValue
public java.lang.Object getCellEditorValue()
-
- Specified by:
getCellEditorValue
in interface javax.swing.CellEditor
getTableCellEditorComponent
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
-
- Specified by:
getTableCellEditorComponent
in interface javax.swing.table.TableCellEditor
setBindingContainer
public void setBindingContainer(DCBindingContainer bindingContainer)
-
- Specified by:
setBindingContainer
in interface JUTableCellEditor
setTableBinding
public void setTableBinding(JUTableBinding tableBinding)
-
- Specified by:
setTableBinding
in interface JUTableCellEditor
Skip navigation links
Copyright © 1997, 2011, Oracle. All rights reserved.