Package com.dassault_systemes.catweb.base.catlet

   
Class JCATlet

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

Framework : JApplicationFrame

Module : GW0Kernel

Class Description

public abstract class JCATlet

Swing implementation of the ICATlet interface.

   All Implemented Interfaces:
LogonListener
ServerConnectionListener
See Also:
com.dassault_systemes.catweb.base.catlet.ICATlet
Field Summary
Model[] models

Constructor Summary
JCATlet()
JCATlet(boolean workareaInScrollpane)

Method Summary
void doCleanup()
Model getModel()


Field Detail

models

    Model[] models
The models of MVC


Constructor Detail

JCATlet

    JCATlet()

Default constructor. The workarea is contained inside a scrollpane


JCATlet

    JCATlet(boolean workareaInScrollpane)

Constructor. Flag let you choose in what is contained the workarea. If set to true workarea is contained inside a JScrollpane. If set to false, workarea is contained inside a JPanel.

Parameters:
workareaInScrollpane
- specified if the workarea is in a scrollpane or not

Method Detail

doCleanup

    void doCleanup()

Called by the WebTop to clean the CATlet. Implemented final. Application must overload the cleanup() method if they have objects to clean. this method calls cleanup() method.

See Also:
com.dassault_systemes.catweb.base.catlet.ICATlet#cleanup()

getModel

    Model getModel()

Returns the CATlet main model

See Also:
com.dassault_systemes.catweb.base.catlet.model.Model


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