Package com.dassault_systemes.catweb.base.awt |
java.lang.Object
|
+-java.awt.Component
|
+-java.awt.Container
|
+-java.awt.Window
|
+-java.awt.Dialog
|
+-com.dassault_systemes.catweb.base.awt.CATDialog
Framework : PortalBase
Module : PLBbase
public class CATDialog
Create a Dialog with the Portal color scheme. If the dialog has a name, its
location and its size will be stored in settings so that the next time a dialog with
the same name is displayed, it will have the same location and size.
This dialog also implements CursorListener so that when the Portal is in wait mode it
will also display a waiting cursor.
This Dialog is automatically registered to the HelpManager for "Help mecanism" support
All Implemented Interfaces:
CursorListener
ToolTipContainerInterface
CATDialog(Frame parent)
|
CATDialog(Frame parent, boolean modal)
|
CATDialog(Frame parent, String title)
|
CATDialog(Frame parent, String title, boolean modal)
|
CATDialog(Frame parent, String title, boolean modal, boolean useSettings)
|
CATDialog
CATDialog(Frame parent)
Constructs an initially invisible Dialog with an empty title.
CATDialog
CATDialog(Frame parent, boolean modal)
Constructs an initially invisible Dialog with an empty title.
CATDialog
CATDialog(Frame parent, String title)
Constructs an initially invisible Dialog with a title.
CATDialog
CATDialog(Frame parent, String title, boolean modal)
Constructs an initially invisible Dialog with a title.
CATDialog
CATDialog(Frame parent, String title, boolean modal, boolean useSettings)
Constructs an initially invisible Dialog with a title.
getContentPane
Container getContentPane()
This method is just here to give the dialog a 'add' mecanism similar to a swing JDialog
- Returns:
simply this.
Copyright © 2000, Dassault Systèmes. All rights reserved