Class ExpressionsInformationControl


  • public class ExpressionsInformationControl
    extends Object
    An information control that can show parameters of function
    • Constructor Detail

      • ExpressionsInformationControl

        public ExpressionsInformationControl​(org.eclipse.swt.widgets.Shell parentShell)
        Constructor
        Parameters:
        parentShell - parent shell, can't be null
        symbolicFontName - the symbolic name of the font used for size computations
    • Method Detail

      • setInput

        public void setInput​(String text)
        Set input text
        Parameters:
        text - input text, can't be null
      • setSize

        public void setSize​(int width,
                            int height)
        Set size
        Parameters:
        width - width
        height - height
      • setLocation

        public void setLocation​(org.eclipse.swt.graphics.Point location)
        Set location
        Parameters:
        location - location
      • setVisible

        public void setVisible​(boolean visible)
        Set visible
        Parameters:
        visible - visible