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 that return JDockingPanel Modifier and Type Method Description JDockingPanel
Dockable. getDockingPanel()
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, javax.swing.JToolBar toolBar)
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.
-