|
|
|||||
| Package com.dassault_systemes.catjdialog |
Class CATLongText
|
| Class Hierarchy |
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
| Class Location |
| Class Description |
public class CATLongText
The long text graphical component.
<longtext_path>.Title entry.
You may also set it programmatically using setTitle().
<longtext_path>.Tooltip entry.
You may also set it programmatically using setTooltip().
| Field Summary |
| Constructor Summary |
| CATLongText(CATDialog iDialog, String iName)
Creates a long text with the specified parent and name. |
| CATLongText(CATDialog iDialog, String iName, int iLevel)
Creates a long text with the specified parent, name and level. |
| Method Summary |
| public String | getImage()
CATLongText does not support images. |
| public boolean | hasImage()
CATLongText does not support images. |
| public void | setImage(String iImage)
CATLongText does not support images. |
| Field Detail |
| Constructor Detail |
CATLongText(CATDialog iDialog, String iName)
Creates a long text with the specified parent and name. Level is 0.
iParentiName
CATLongText(CATDialog iDialog, String iName, int iLevel)
Creates a long text with the specified parent, name and level.
iParentiNameiLevel| Method Detail |
public String getImage()
CATLongText does not support images. Returns null.
null.
public boolean hasImage()
CATLongText does not support images. Returns false.
false.
public void setImage(String iImage)
CATLongText does not support images. Throws an Error.
iImage