Module java.desktop

Class BasicSliderUI.TrackListener

    • Field Detail

      • offset

        protected transient int offset
        The offset
      • currentMouseX

        protected transient int currentMouseX
        Current mouse x.
      • currentMouseY

        protected transient int currentMouseY
        Current mouse y.
    • Constructor Detail

      • TrackListener

        public TrackListener()
    • Method Detail

      • mousePressed

        public void mousePressed​(MouseEvent e)
        If the mouse is pressed above the "thumb" component then reduce the scrollbars value by one page ("page up"), otherwise increase it by one page. If there is no thumb then page up if the mouse is in the upper half of the track.
        Parameters:
        e - the event to be processed
      • shouldScroll

        public boolean shouldScroll​(int direction)
        Returns if scrolling should occur
        Parameters:
        direction - the direction.
        Returns:
        if scrolling should occur

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部