Package | Description |
---|---|
com.vldocking.swing.docking |
The VLDocking Framework for JFC "Swing" applications.
|
Modifier and Type | Method and Description |
---|---|
static DockableContainerFactory.ParentType |
DockableContainerFactory.ParentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockableContainerFactory.ParentType[] |
DockableContainerFactory.ParentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SingleDockableContainer |
TabFactory.createDockableContainer(Dockable dockable,
DockableContainerFactory.ParentType parentType) |
abstract SingleDockableContainer |
DockableContainerFactory.createDockableContainer(Dockable dockable,
DockableContainerFactory.ParentType parentType)
This method is called by the DockingDesktop whenever a dockable is inserted
in its containment hierachy.
|
SingleDockableContainer |
DefaultDockableContainerFactory.createDockableContainer(Dockable dockable,
DockableContainerFactory.ParentType parentType)
Returns the component used to modify the expand panel size when expanded from the top.
|
© Copyright 2004-2013 Lilian Chamontin. All Rights Reserved.