Class NullUserInterface

    • Constructor Detail

      • NullUserInterface

        public NullUserInterface()
    • Method Detail

      • isHover

        public boolean isHover​(Element e)
        Description copied from interface: UserInterface
        Gets the hover attribute of the UserInterface object
        Specified by:
        isHover in interface UserInterface
        Parameters:
        e - PARAM
        Returns:
        The hover value
      • isActive

        public boolean isActive​(Element e)
        Description copied from interface: UserInterface
        Gets the active attribute of the UserInterface object
        Specified by:
        isActive in interface UserInterface
        Parameters:
        e - PARAM
        Returns:
        The active value
      • isFocus

        public boolean isFocus​(Element e)
        Description copied from interface: UserInterface
        Gets the focus attribute of the UserInterface object
        Specified by:
        isFocus in interface UserInterface
        Parameters:
        e - PARAM
        Returns:
        The focus value