Documentation of 'org.jplot2d.swing.proptable.PropertyCellEditor' Java class
PropertyCellEditor
org.jplot2d.swing.proptable

Class PropertyCellEditor

  • All Implemented Interfaces:
    java.io.Serializable, javax.swing.CellEditor, javax.swing.table.TableCellEditor


    public class PropertyCellEditor
    extends javax.swing.AbstractCellEditor
    implements javax.swing.table.TableCellEditor
    A TableCellEditor that adapt to PropertyEditor
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      PropertyCellEditor(java.beans.PropertyEditor propertyEditor) 
    • Constructor Detail

      • PropertyCellEditor

        public PropertyCellEditor(java.beans.PropertyEditor propertyEditor)
    • Method Detail

      • getCellEditorValue

        public java.lang.Object getCellEditorValue()
        Specified by:
        getCellEditorValue in interface javax.swing.CellEditor
      • setClickCountToStart

        public void setClickCountToStart(int count)
      • getClickCountToStart

        public int getClickCountToStart()
      • isCellEditable

        public boolean isCellEditable(java.util.EventObject anEvent)
        Specified by:
        isCellEditable in interface javax.swing.CellEditor
        Overrides:
        isCellEditable in class javax.swing.AbstractCellEditor
      • shouldSelectCell

        public boolean shouldSelectCell(java.util.EventObject anEvent)
        Specified by:
        shouldSelectCell in interface javax.swing.CellEditor
        Overrides:
        shouldSelectCell in class javax.swing.AbstractCellEditor
      • stopCellEditing

        public boolean stopCellEditing()
        Specified by:
        stopCellEditing in interface javax.swing.CellEditor
        Overrides:
        stopCellEditing in class javax.swing.AbstractCellEditor
      • cancelCellEditing

        public void cancelCellEditing()
        Specified by:
        cancelCellEditing in interface javax.swing.CellEditor
        Overrides:
        cancelCellEditing in class javax.swing.AbstractCellEditor
      • 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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.