Uses of Class
com.actelion.research.gui.dock.JDockingPanel
-
Packages that use JDockingPanel Package Description com.actelion.research.gui.dock -
-
Uses of JDockingPanel in com.actelion.research.gui.dock
Methods in com.actelion.research.gui.dock with parameters of type JDockingPanel Modifier and Type Method Description void
GhostPreview. createPreview(Dockable draggedDockable, Dockable targetDockable, int position, JDockingPanel port)
Constructors in com.actelion.research.gui.dock with parameters of type JDockingPanel Constructor Description Dockable(JDockingPanel dockingPanel, javax.swing.JComponent content, java.lang.String title, java.awt.event.ActionListener al, boolean isClosable)
Constructs aTitledComponent
with the specified title and content panel.Dockable(JDockingPanel dockingPanel, javax.swing.JComponent content, java.lang.String title, java.awt.event.ActionListener al, boolean isClosable, boolean hasMenuButton)
Constructs aTitledComponent
with the specified title and content panel.TreeLeaf(Dockable dockable, JDockingPanel dockingPanel, boolean isDragging)
Constructor to create a leaf element with a visible component on the screen.
-