Class EdgeTransformer.ToolTips

  • All Implemented Interfaces:
    org.apache.commons.collections15.Transformer
    Enclosing class:
    EdgeTransformer

    public static final class EdgeTransformer.ToolTips
    extends java.lang.Object
    implements org.apache.commons.collections15.Transformer
    A transformer for tool tips.
    • Constructor Summary

      Constructors 
      Constructor Description
      ToolTips()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object transform​(java.lang.Object group)
      Returns the id of the message in the message group.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ToolTips

        public ToolTips()
    • Method Detail

      • transform

        public java.lang.Object transform​(java.lang.Object group)
        Returns the id of the message in the message group.
        Specified by:
        transform in interface org.apache.commons.collections15.Transformer
        Parameters:
        group - The message group.
        Returns:
        The Id.