Class DockableScrollPane

All Implemented Interfaces:
com.vlsolutions.swing.docking.Dockable, ImageObserver, MenuContainer, Serializable, Accessible, ScrollPaneConstants

@NullMarked public class DockableScrollPane extends JScrollPane implements com.vlsolutions.swing.docking.Dockable
Dockable ScrollPane for a docking library.
See Also:
  • Constructor Details

    • DockableScrollPane

      public DockableScrollPane(String key, String name, @Nullable Component view, boolean detouchable)
      Creates a new instance of DockableScrollBox
  • Method Details

    • setToolTipText

      public void setToolTipText(String text)
      Updates the tool tip text of the docking pane.
      Overrides:
      setToolTipText in class JComponent
    • setName

      public void setName(String name)
      Updates the name of the docking pane.
      Overrides:
      setName in class Component
    • getName

      public @Nullable String getName()
      Overrides:
      getName in class Component
    • setMenuProvider

      public void setMenuProvider(IPaneMenu provider)
    • getDockKey

      public com.vlsolutions.swing.docking.DockKey getDockKey()
      Specified by:
      getDockKey in interface com.vlsolutions.swing.docking.Dockable
    • getComponent

      public Component getComponent()
      Specified by:
      getComponent in interface com.vlsolutions.swing.docking.Dockable
    • notify

      public void notify(boolean onlyIfMinimized)
    • stopNotifying

      public void stopNotifying()