Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.javatools.ui.datatips
Interface TableCustomizer


public interface TableCustomizer

An interface to allow clients of a DataTip to customize the individual tables that appear in each DataTipWindow: e.g, setting custom renderers and editors.


Method Summary
 void customizeTable(javax.swing.JTable table, java.lang.Object node)
          Customize the table that appears in the DataTipWindow rooted on the given node from the DataTips TreeTableModel
 

Method Detail

customizeTable

void customizeTable(javax.swing.JTable table,
                    java.lang.Object node)
Customize the table that appears in the DataTipWindow rooted on the given node from the DataTips TreeTableModel

Parameters:
table - the table to customize
node - the node from the DataTip TreeTableModel that is the parent node of all the rows in this table.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.