All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ModernDocking.Dockable

public class DockingPanel extends JPanel implements ModernDocking.Dockable
DockingPanel is a JPanel that implements Dockable.
See Also:
  • Constructor Details

    • DockingPanel

      public DockingPanel(String persistentID, String tabText)
  • Method Details

    • getPersistentID

      public String getPersistentID()
      Specified by:
      getPersistentID in interface ModernDocking.Dockable
    • getTabText

      public String getTabText()
      Specified by:
      getTabText in interface ModernDocking.Dockable
    • isWrappableInScrollpane

      public boolean isWrappableInScrollpane()
      Refuse to wrap this DockingPanel in a JScrollPane. The panel is responsibile for scrolling, not the docking system.
      Specified by:
      isWrappableInScrollpane in interface ModernDocking.Dockable
      Returns:
      false