Module java.desktop

Class BasicToolBarUI.DockingListener

    • Field Detail

      • toolBar

        protected JToolBar toolBar
        The instance of JToolBar.
      • isDragging

        protected boolean isDragging
        true if the JToolBar is being dragged.
      • origin

        protected Point origin
        The origin point.
    • Constructor Detail

      • DockingListener

        public DockingListener​(JToolBar t)
        Constructs a new instance of DockingListener.
        Parameters:
        t - an instance of JToolBar