Module  java.desktop

Class BasicSliderUI.TrackListener

    • 字段详细信息

      • offset

        protected transient int offset
        偏移
      • currentMouseX

        protected transient int currentMouseX
        当前鼠标x。
      • currentMouseY

        protected transient int currentMouseY
        当前鼠标y。
    • 构造方法详细信息

      • TrackListener

        public TrackListener​()
    • 方法详细信息

      • mousePressed

        public void mousePressed​(MouseEvent e)
        如果鼠标按在“thumb”组件上方,则将滚动条值减少一页(“向上”),否则将其增加一页。 如果没有拇指,则如果鼠标位于轨道的上半部,则向上翻页。
        Specified by:
        mousePressed在接口 MouseListener
        重写:
        mousePressedMouseAdapter
        参数
        e - 要处理的事件
      • shouldScroll

        public boolean shouldScroll​(int direction)
        如果滚动应该发生返回
        参数
        direction - 方向。
        结果
        如果滚动应该发生