Interface IInternalWidget

    • Method Detail

      • notify

        boolean notify​(int event,
                       org.eclipse.swt.graphics.Point point,
                       java.lang.Object value)
        Mechanism used to notify the light weight widgets that an event occurred that it might be interested in.
        Parameters:
        event - Event type.
        point - Location of event.
        value - New value.
        Returns:
        widget handled the event.
      • getHoverDetail

        java.lang.String getHoverDetail()
        Returns the hover detail object. This detail is used by the renderer to determine which part or piece of the rendered image is hovered over.
        Returns:
        string identifying which part of the image is being hovered over.
      • setHoverDetail

        void setHoverDetail​(java.lang.String detail)
        Sets a string object that represents which part of the rendered image is currently under the mouse pointer.
        Parameters:
        detail - identifying string.