public class

TableScrollPaneCorner

extends JComponent
implements UIResource
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ com.sun.java.swing.plaf.nimbus.TableScrollPaneCorner

Class Overview

TableScrollPaneCorner - A simple component that paints itself using the table header background painter. It is used to fill the top right corner of scrollpane.

Summary

[Expand]
Inherited Constants
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
[Expand]
Inherited Fields
From class javax.swing.JComponent
Public Constructors
TableScrollPaneCorner()
Protected Methods
void paintComponent(Graphics g)
Paint the component using the Nimbus Table Header Background Painter
[Expand]
Inherited Methods
From class javax.swing.JComponent
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver

Public Constructors

public TableScrollPaneCorner ()

Protected Methods

protected void paintComponent (Graphics g)

Paint the component using the Nimbus Table Header Background Painter

Parameters
g the Graphics object to protect