Class ElementMetaDataTable

    • Constructor Detail

      • ElementMetaDataTable

        public ElementMetaDataTable()
    • Method Detail

      • applyLocaleSettings

        public void applyLocaleSettings​(org.pentaho.reporting.libraries.designtime.swing.settings.LocaleSettings localeSettings)
      • isCellEditable

        public boolean isCellEditable​(int row,
                                      int column)
        Returns true if the cell at row and column is editable. Otherwise, invoking setValueAt on the cell will have no effect.

        Note: The column is specified in the table view's display order, and not in the TableModel's column order. This is an important distinction because as the user rearranges the columns in the table, the column at a given index in the view will change. Meanwhile the user's actions never affect the model's column ordering.

        Overrides:
        isCellEditable in class JTable
        Parameters:
        row - the row whose value is to be queried
        column - the column whose value is to be queried
        Returns:
        true if the cell is editable
        See Also:
        JTable.setValueAt(java.lang.Object, int, int)
      • isFormulaFragment

        public boolean isFormulaFragment()
      • setFormulaFragment

        public void setFormulaFragment​(boolean formulaFragment)
      • stopEditing

        public void stopEditing()