Package com.dassault_systemes.catweb.base.swing

   
Class CATJPanel

 
Class Hierarchy
java.lang.Object
  |
  +-java.awt.Component
        |
        +-java.awt.Container
              |
              +-javax.swing.JComponent
                    |
                    +-javax.swing.JPanel
                          |
                          +-com.dassault_systemes.catweb.base.swing.CATJPanel
Class Location

Framework : JApplicationFrame

Module : GW0Kernel

Class Description

public class CATJPanel

This class is a built in of the javax.swing.JPanel class It is used by the infrastructure in order to correct bugs of the swing components

Field Summary

Constructor Summary
CATJPanel(LayoutManager layout, boolean isDoubleBuffered)
Creates a new CATJPanel with the specified layout manager and buffering strategy.
CATJPanel(LayoutManager layout)
Create a new buffered CATJPanel with the specified layout manager
CATJPanel(boolean isDoubleBuffered)
Create a new CATJPanel with FlowLayout and the specified buffering strategy.
CATJPanel()
Create a new CATJPanel with a double buffer and a flow layout

Method Summary


Field Detail

Constructor Detail

CATJPanel

    CATJPanel(LayoutManager layout, boolean isDoubleBuffered)

Creates a new CATJPanel with the specified layout manager and buffering strategy.


CATJPanel

    CATJPanel(LayoutManager layout)

Create a new buffered CATJPanel with the specified layout manager


CATJPanel

    CATJPanel(boolean isDoubleBuffered)

Create a new CATJPanel with FlowLayout and the specified buffering strategy.


CATJPanel

    CATJPanel()

Create a new CATJPanel with a double buffer and a flow layout


Method Detail


Copyright © 2000, Dassault Systèmes. All rights reserved