Class TablePropertiesDialog.PropertyTableModel

java.lang.Object
javax.swing.table.AbstractTableModel
rma.swing.table.AbstractRmaTableModel
hec.rss.plugins.opsupport.client.TablePropertiesDialog.PropertyTableModel
All Implemented Interfaces:
Serializable, TableModel, rma.swing.table.RmaTableModelInterface
Enclosing class:
TablePropertiesDialog

public class TablePropertiesDialog.PropertyTableModel extends rma.swing.table.AbstractRmaTableModel
See Also:
  • Constructor Details

  • Method Details

    • moveRow

      public void moveRow(int direction, int row)
    • moveToTop

      public void moveToTop(int row)
    • moveToBottom

      public void moveToBottom(int row)
    • saveProperties

      public List<OsiTableProperty> saveProperties()
    • getPropertiesFor

      public OsiTableProperty getPropertiesFor(int row)
    • setPropertiesFor

      public void setPropertiesFor(List<OsiTableProperty> secondcopiedproplist)
    • getRowCount

      public int getRowCount()
      Description copied from class: rma.swing.table.AbstractRmaTableModel
      Returns the number of row in the table model. The default method always returns 0, so this method must be overridden to return a row count other than 0.
      Specified by:
      getRowCount in interface TableModel
      Overrides:
      getRowCount in class rma.swing.table.AbstractRmaTableModel
      Returns:
      the row count.
    • getValueAt

      public Object getValueAt(int rowIndex, int columnIndex)
      Description copied from class: rma.swing.table.AbstractRmaTableModel
      Returns the value at a given row/column location. The default method returns null. Needs to be overrridden
      Specified by:
      getValueAt in interface TableModel
      Overrides:
      getValueAt in class rma.swing.table.AbstractRmaTableModel
      Parameters:
      rowIndex - the row to look for the value in.
      columnIndex - the column to look for the value in.
      Returns: