Class DnDTabbedPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants
Direct Known Subclasses:
TabResults

public class DnDTabbedPane extends JTabbedPane
See Also:
  • Field Details

    • RECT_LINE

      protected static final Rectangle RECT_LINE
    • dragTabIndex

      protected int dragTabIndex
  • Constructor Details

    • DnDTabbedPane

      protected DnDTabbedPane()
  • Method Details

    • autoScrollTest

      public void autoScrollTest(Point pt)
    • dropLocationForPointDnD

      public DnDTabbedPane.DnDDropLocation dropLocationForPointDnD(Point p)
    • setDropLocation

      public void setDropLocation(TransferHandler.DropLocation location, boolean forDrop)
    • exportTab

      public void exportTab(int dragIndex, JTabbedPane target, int targetIndex)
    • convertTab

      public void convertTab(int prev, int next)
    • getDropLineRect

      public Optional<Rectangle> getDropLineRect()
    • getTabAreaBounds

      public Rectangle getTabAreaBounds()
    • isTopBottomTabPlacement

      public static boolean isTopBottomTabPlacement(int tabPlacement)
    • getDropLocation

      public final DnDTabbedPane.DnDDropLocation getDropLocation()