Example usage for javax.swing.table AbstractTableModel subclass-usage

List of usage examples for javax.swing.table AbstractTableModel subclass-usage

Introduction

In this page you can find the example usage for javax.swing.table AbstractTableModel subclass-usage.

Usage

From source file org.pentaho.reporting.ui.datasources.sequence.SequencePropertyTableModel.java

public class SequencePropertyTableModel extends AbstractTableModel implements PropertyTableModel {
    private static final Log logger = LogFactory.getLog(SequencePropertyTableModel.class);

    private static class Parameter {
        private String name;
        private String displayName;

From source file org.pentaho.platform.plugin.action.jfreereport.helper.PentahoTableModel.java

public class PentahoTableModel extends AbstractTableModel implements CloseableTableModel {
    private static final long serialVersionUID = 696878055074045444L;

    private IPentahoResultSet resultSet;

    private transient Object[][] rowHeaders;

From source file TableSorter.java

/**
 * TableSorter is a decorator for TableModels; adding sorting
 * functionality to a supplied TableModel. TableSorter does
 * not store or copy the data in its TableModel; instead it maintains
 * a map from the row indexes of the view to the row indexes of the
 * model. As requests are made of the sorter (like getValueAt(row, col))

From source file ru.apertum.qsystem.server.model.calendar.CalendarTableModel.java

/**
 *  ? ? ? ?
 * @author Evgeniy Egorov
 */
public class CalendarTableModel extends AbstractTableModel {

From source file org.piraso.ui.base.model.IOEntryTableModel.java

/**
 * Table model for handling {@link org.piraso.io.IOEntry} class.
 * 
 * @author adleon
 */
public class IOEntryTableModel extends AbstractTableModel implements IOEntryReceivedListener {

From source file org.openconcerto.erp.core.finance.accounting.model.EtatChargeModel.java

/***************************************************************************************************
 * JTableModel affichant l'etat des charges de paye pour une periode et une caisse de cotisation
 * donne
 **************************************************************************************************/
public class EtatChargeModel extends AbstractTableModel {

From source file net.landora.video.filebrowser.FileTableModel.java

/**
 *
 * @author bdickie
 */
public class FileTableModel extends AbstractTableModel {

From source file org.pentaho.chart.data.BaseChartTableModel.java

/**
 * @author Ravi hasija
 *         Assumptions:
 *         1. We have data in a 2D array.
 *         2. None of the data row should be null. If we are passed a null object array then we
 *         would re-initialize the data to null.

From source file org.kootox.episodesmanager.content.EpisodesListTableModel.java

/**
 *
 * @author couteau
 */
public class EpisodesListTableModel extends AbstractTableModel {

From source file pt.lsts.neptus.util.llf.RawMessagesTableModel.java

/**
 * @author zp
 *
 */
public class RawMessagesTableModel extends AbstractTableModel {