Customizing tooltips of user-defined business objects

The tooltips of user-defined business objects can be customized using the same properties as used for the tooltips of the predefined business objects.

How to use tooltip properties in a user-defined business class

 

object."test.MyNetworkElement" {

  toolTipText: @name;

}

For a complete list of the available properties for tooltips, refer to Changing the font of all labels.

For details about using a graphic as a tooltip, refer to How to use a JComponent to generate a tree node representation and How to use an IlvGraphic to generate a network node representation.