Home about services products contact login
   com.smardec.asc

Advanced Swing Components

  animatepanel
  autocomplete
  dropdown
  filechooser
  fontchooser
  gradient
  hyperlink
  outlookpanel
  outlookpanel.renderers
  quick
  rotate
  sliderpanel
  spantable
  splashscreen
  statusbar
  table
  table.renderers
  table.wrappers
  tree
  treetable
  util
  xmlbars
  xmlbars.menubar
  xmlbars.toolbar
  xmlbars.toolbar.layouts
com.smardec.asc.outlookpanel
Interface OutlookTabBodyRenderer


public interface OutlookTabBodyRenderer

Defines the renderer interface for JOutlookTab body.


Method Summary
java.awt.Component getOutlookTabBodyRendererComponent(javax.swing.JPanel jPanelBody)
Returns the component whose paint() method will render the specified tab body panel.

Method Detail
getOutlookTabBodyRendererComponent

public java.awt.Component getOutlookTabBodyRendererComponent(javax.swing.JPanel jPanelBody)
Returns the component whose paint() method will render the specified tab body panel.

Parameters:
jPanelBody - the panel we're painting
Returns:
the component whose paint() method will render the specified tab body panel.
Home about services products contact login