pt.despodata.java.ddata.plaf
Class BaseTableUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.TableUI
          extended bypt.despodata.java.ddata.plaf.BaseTableUI
Direct Known Subclasses:
BasicBaseTableUI

public abstract class BaseTableUI
extends javax.swing.plaf.TableUI

Pluggable look and feel interface for DDataBaseTable.

Author:
Luis Medalhas

Constructor Summary
BaseTableUI()
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseTableUI

public BaseTableUI()