Class EditableJTableRow

All Implemented Interfaces:
ActionListener, MouseListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class EditableJTableRow extends JTableRow implements ActionListener
Author:
poncet
See Also:
  • Field Details

    • loadMenuItem

      protected JMenuItem loadMenuItem
    • deleteMenuItem

      protected JMenuItem deleteMenuItem
  • Constructor Details

    • EditableJTableRow

      public EditableJTableRow()
      Construction
  • Method Details

    • setEditable

      public void setEditable(boolean b)
      Sets this table editable.
      Overrides:
      setEditable in class JTableRow
      Parameters:
      b - Editable flag
    • isEditable

      public boolean isEditable()
      Returns true if this table is editable
      Overrides:
      isEditable in class JTableRow
      Returns:
      true if this table is editable
    • setTableRowModel

      public void setTableRowModel(TableRowModel trm)
    • getEditorTableRowModel

      public EditableTableRowModel getEditorTableRowModel()
    • getJTable

      public JTable getJTable()
    • loadDataFile

      public void loadDataFile()
    • deleteSelectedRows

      public void deleteSelectedRows()
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
      Overrides:
      actionPerformed in class JTableRow