All Known Implementing Classes:
Pin

public interface Hoverable
An interface for components to listen to whether or not they're being hovered over. Useful because the glasspane eats up the normal mouse events that you'd use to detect this
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setHover(boolean hover)
     
  • Method Details

    • setHover

      void setHover(boolean hover)