Business Components

Uses of Class
oracle.jbo.uicli.jui.JUTableBinding.JUTableModel

Packages that use.*
PackageDescription
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
 

Uses of JUTableBinding.JUTableModel in oracle.jbo.uicli.jui
 

Methods in oracle.jbo.uicli.jui that return JUTableBinding.JUTableModel
TypeName
protected  JUTableBinding.JUTableModel JUTableBinding.getModelImpl(javax.swing.JTable control)
          Returns an instance of JUTableModel that this binding works with and is applied as the JTableModel to the given JTable control.
 


Business Components