Class ElementPropertiesPanel.PropertiesTableModel

java.lang.Object
javax.swing.table.AbstractTableModel
org.xhtmlrenderer.swing.ElementPropertiesPanel.PropertiesTableModel
All Implemented Interfaces:
Serializable, TableModel
Enclosing class:
ElementPropertiesPanel

static class ElementPropertiesPanel.PropertiesTableModel extends AbstractTableModel
  • Field Details

  • Constructor Details

  • Method Details

    • getColumnName

      public String getColumnName(int col)
      Gets the columnName attribute of the PropertiesTableModel object
      Specified by:
      getColumnName in interface TableModel
      Overrides:
      getColumnName in class AbstractTableModel
    • getColumnCount

      public int getColumnCount()
      Gets the columnCount attribute of the PropertiesTableModel object
    • getRowCount

      public int getRowCount()
      Gets the rowCount attribute of the PropertiesTableModel object
    • getValueAt

      @CheckReturnValue public @Nullable Object getValueAt(int row, int col)
      Gets the valueAt attribute of the PropertiesTableModel object
    • isCellEditable

      public boolean isCellEditable(int row, int col)
      Gets the cellEditable attribute of the PropertiesTableModel object
      Specified by:
      isCellEditable in interface TableModel
      Overrides:
      isCellEditable in class AbstractTableModel