|
Package com.dassault_systemes.catweb.base.catlet |
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
Framework : JApplicationFrame
Module : GW0Kernel
public abstract class JCATlet
Swing implementation of the ICATlet interface.
All Implemented Interfaces:
LogonListener
ServerConnectionListener
- See Also:
- com.dassault_systemes.catweb.base.catlet.ICATlet
JCATlet()
Default constructor. |
JCATlet(boolean workareaInScrollpane)
Constructor. |
| public void |
doCleanup()
Called by the WebTop to clean the CATlet. |
| public Model |
getModel()
Returns the CATlet main model |
models
protected Model[] models
The models of MVC
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
doCleanup
public 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
public 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