|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SingleDockableContainer | |
---|---|
com.vlsolutions.swing.docking | The VL Docking Framework for JFC "Swing" applications. |
Uses of SingleDockableContainer in com.vlsolutions.swing.docking |
---|
Classes in com.vlsolutions.swing.docking that implement SingleDockableContainer | |
---|---|
class |
AutoHideExpandPanel
A component used to show the currently expanded view. |
class |
DetachedDockView
A DockView suitable for detached dockables (in their own window). |
class |
DockView
DefaultImplementation of the SingleDockableContainer. |
class |
DockViewAsTab
This component is used to display single dockables like if they were in a tabbed pane. |
class |
MaximizedDockView
A dockView suitable for maximized dockables |
class |
MaximizedDockViewAsTab
A maximized view to use with the TabFactory. |
class |
TabbedDockView
A DockView that can be nested into a TabbedDockableContainer |
Methods in com.vlsolutions.swing.docking that return SingleDockableContainer | |
---|---|
SingleDockableContainer |
DockableContainerFactory.createDockableContainer(Dockable dockable,
boolean c)
Deprecated. use the other createDockableContainer method ( DockableContainerFactory.createDockableContainer(Dockable, int) |
SingleDockableContainer |
TabFactory.createDockableContainer(Dockable dockable,
int parentType)
|
abstract SingleDockableContainer |
DockableContainerFactory.createDockableContainer(Dockable dockable,
int parentType)
This method is called by the DockingDesktop whenever a dockable is inserted in its containment hierachy. |
SingleDockableContainer |
DefaultDockableContainerFactory.createDockableContainer(Dockable dockable,
int parentType)
Returns the component used to modify the expand panel size when expanded from the top. |
static SingleDockableContainer |
DockingUtilities.findSingleDockableContainer(Dockable dockable)
returns the first DockableContainer which is parent of this dockable component |
static SingleDockableContainer |
DockingUtilities.findSingleDockableContainerAncestor(java.awt.Component component)
A utility method to find the first single dockable container ancestor of the given component. |
Methods in com.vlsolutions.swing.docking with parameters of type SingleDockableContainer | |
---|---|
protected void |
DockingDesktop.removeContainer(SingleDockableContainer dc)
Removes a dockable container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |