Class TableEditor

    • Constructor Detail

      • TableEditor

        public TableEditor()
    • Method Detail

      • applyLocaleSettings

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

        public void createDefaultColumnsFromModel()
        Creates default columns for the table from the data model using the getColumnCount method defined in the TableModel interface.

        Clears any existing columns before creating the new columns based on information from the model.

        Overrides:
        createDefaultColumnsFromModel in class JTable
        See Also:
        JTable.getAutoCreateColumnsFromModel()
      • addColumn

        public void addColumn​(String aHeaderName)
      • addRow

        public void addRow()
      • removeRow

        public void removeRow()
      • removeColumn

        public void removeColumn()
      • setSelectedColumn

        public void setSelectedColumn​(TableColumn aSelectedColumn)
      • setTableEditorModel

        public void setTableEditorModel​(TableModel model)
      • getTableEditorModel

        public TableModel getTableEditorModel()
      • stopEditing

        public void stopEditing()