Class HighlightEntities

  • All Implemented Interfaces:
    java.lang.Cloneable, Changeable, Debuggable, DebugListener, Derivable, ModelErrorHandler, MoMLExportable, Moveable, Nameable

    public class HighlightEntities
    extends Attribute
    An attribute that highlights entities with a specified color when you double click on its icon, or when you invoke Configure. To edit its parameters, hold the Alt key while double clicking.
    Since:
    Ptolemy II 6.2
    Version:
    $Id$
    Author:
    Edward A. Lee
    Pt.AcceptedRating:
    Red (cxh)
    Pt.ProposedRating:
    Red (cxh)
    • Field Detail

      • entityNames

        public Parameter entityNames
        List of names of the entities to highlight. This is an array of strings that defaults to null, which is interpreted to mean to clear all highlights.
      • _highlightColor

        public ColorAttribute _highlightColor
        Highlight color. This defaults to yellow.
      • label

        public StringParameter label
        Label to put in the icon for this object. This is a string that defaults to "HighlightEntities".