Class FindCellEditor

    • Constructor Detail

      • FindCellEditor

        public FindCellEditor​(CEditor component)
        Constructor for Grid
        Parameters:
        mField -
    • Method Detail

      • getTableCellEditorComponent

        public Component getTableCellEditorComponent​(JTable table,
                                                     Object value,
                                                     boolean isSelected,
                                                     int row,
                                                     int col)
        Sets an initial value for the editor. This will cause the editor to stopEditing and lose any partially edited value if the editor is editing when this method is called. Returns the component that should be added to the client's Component hierarchy. Once installed in the client's hierarchy this component will then be able to draw and receive user input.
        Specified by:
        getTableCellEditorComponent in interface TableCellEditor
        Parameters:
        table -
        value -
        isSelected -
        row -
        col -
        Returns:
        component
      • getCellEditorValue

        public Object getCellEditorValue()
        Returns the value contained in the editor
        Specified by:
        getCellEditorValue in interface CellEditor
        Returns:
        value
      • dispose

        public void dispose()
        Dispose