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.drugis.addis.presentation.NodeSplitResultsTableModel.java

@SuppressWarnings("serial")
public class NodeSplitResultsTableModel extends AbstractTableModel {

    private static final String NA = "N/A";
    private static final int COL_NAME = 0;
    private static final int COL_DIRECT_EFFECT = 1;

From source file PagingTester.java

class PagingModel extends AbstractTableModel {

    protected int pageSize;

    protected int pageOffset;

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

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

From source file savant.data.DataTableModel.java

/**
 *
 * @author mfiume
 */
public class DataTableModel extends AbstractTableModel {
    private static final Class[] SEQUENCE_COLUMN_CLASSES = { String.class };

From source file org.esa.nest.dat.toolviews.productlibrary.model.SortingDecorator.java

public class SortingDecorator extends AbstractTableModel {

    private static final int DESCENDING = -1;
    private static final int NOT_SORTED = 0;
    private static final int ASCENDING = 1;

From source file com.diversityarrays.kdxplore.ttools.shared.PlotTableModel.java

public class PlotTableModel extends AbstractTableModel implements PlotSpecimensModel {

    private final String[] PLANTED_SPECIMENS_COLUMNS = { TrialLoadWorker.PLANTED_SPECIMEN_NAME,
            TrialLoadWorker.PLANTED_SPECIMEN_ID };

    private boolean needNewSpecimensColumn;

From source file ThreadViewer.java

class ThreadViewerTableModel extends AbstractTableModel {
    private Object dataLock;

    private int rowCount;

    private Object[][] cellData;

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

public class AssociationAnalytiqueModel extends AbstractTableModel {

    private Vector associations = new Vector();
    private Association[][] dataAssociations;
    private Vector repartitionsAxe = new Vector();
    private Vector axes = new Vector();

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

public class AnalytiqueModel extends AbstractTableModel {

    // Association titre poste
    private Vector mesTitres = new Vector();

    // Association ligne vecteur repartition

From source file org.openmicroscopy.shoola.agents.measurement.util.model.FigureTableModel.java

/** 
 * The model associated to the table displaying the figures.
 *
 * @author  Jean-Marie Burel     
 *    <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
 * @author   Donald MacDonald &nbsp;&nbsp;&nbsp;&nbsp;