|
|
|||||
| Package com.dassault_systemes.catjdialog |
Class CATLink
|
| 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.CATLink
| Class Location |
| Class Description |
public class CATLink
The link graphical component.
<link_path>.Title entry.
You may also set it programmatically using setTitle().
<link_path>.Tooltip entry.
You may also set it programmatically using setTooltip().
| Field Summary |
| Constructor Summary |
| CATLink(CATDialog iDialog, String iName)
Creates a link with the specified parent and name. |
| Method Summary |
| public boolean | getEnable()
Determines whether this link is enabled or not. |
| public CATNotification | getNavigateNotification()
Returns the navigate notification. |
| public void | setEnable(boolean iEnable)
Enables or disables this link. |
| Field Detail |
| Constructor Detail |
CATLink(CATDialog iDialog, String iName)
Creates a link with the specified parent and name.
iParentiName| Method Detail |
public boolean getEnable()
Determines whether this link is enabled or not.
true if this link is enabled; false otherwise.
public CATNotification getNavigateNotification()
Returns the navigate notification.
This notification is sent when the link is clicked.
public void setEnable(boolean iEnable)
Enables or disables this link.
A disabled link doesn't fire its Navigate notification.
iEnabletrue, this link is enabled; otherwise it is disabled.