Package com.dassault_systemes.catjdialog |
java.lang.Object
|
+-com.dassault_systemes.catjdialog.CATCallbackSource
|
+-com.dassault_systemes.catjdialog.CATDialog
|
+-com.dassault_systemes.catjdialog.CATLeafElement
|
+-com.dassault_systemes.catjdialog.CATLabel
|
+-com.dassault_systemes.catjdialog.CATLongText
Framework : CATJDialog
Module : CATJDialog
public class CATLongText
The long text graphical component.
Description:
A (generally long) label that is able to wrap and spread over several lines.
It is not allowed to display images.
CATLongText Properties:
- Title: the long text title
- Tooltip: the long text tooltip text
- Level: the long text look. 0 for default, 1 biggest, >1 smaller
CATLongText Notifications:
CATLongText Message Catalog Implicit Mappings:
- Title: the longtext title is implicitely mapped to the
<longtext_path>.Title
entry.
You may also set it programmatically using setTitle()
.
- Tooltip: the longtext tooltip is implicitely mapped to the
<longtext_path>.Tooltip
entry.
You may also set it programmatically using setTooltip()
.
CATLongText
CATLongText(CATDialog iDialog, String iName)
Creates a long text with the specified parent and name. Level is 0.
- Parameters:
iParent
- The parent component.
iName
- This component name. Here are some rules for this name:
- It is set in the constructor, and cannot be changed afterwards.
- The name must be unique for the parent (2 children with the same name are not allowed).
- The name may not contain any ot the following characters: '.' (dot), ' ' (blank), '_' (underscore)
CATLongText
CATLongText(CATDialog iDialog, String iName, int iLevel)
Creates a long text with the specified parent, name and level.
- Parameters:
iParent
- The parent component.
iName
- This component name. Here are some rules for this name:
iLevel
- The text level.
getImage
String getImage()
CATLongText does not support images. Returns null
.
- Returns:
null
.
hasImage
boolean hasImage()
CATLongText does not support images. Returns false
.
- Returns:
false
.
setImage
void setImage(String iImage)
CATLongText does not support images. Throws an Error.
- Parameters:
iImage
- Ignored.
Copyright © 2000, Dassault Systèmes. All rights reserved