/* * @(#)ModelAdapter.java * * Copyright 2002 EGANTT LLP. All rights reserved. * PROPRIETARY/QPL. Use is subject to license terms. */ package com.egantt.swing.table.model; /** * The ModelAdapter is the glue which binds the RowModel, ColumnModel to the * interface expected by JTable */ public interface ModelAdapter { }