JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1)  E52778-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
 
 
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 
All Methods   Instance Methods   Abstract Methods    
Modifier and Type 
Method and Description 
 
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 12c (12.2.1)  E52778-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
Copyright © 1997, 2015, Oracle. All rights reserved.