|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vlsolutions.swing.docking.DockableContainerFactory
com.vlsolutions.swing.docking.DefaultDockableContainerFactory
com.vlsolutions.swing.docking.TabFactory
public class TabFactory
A factory that replaces DockViews (with title headers) by tabbed panes with a single tab.
This factory provides a unified GUI for single AND tabbed components (with the exception of auto-hide and single-floating that still use the standard title bars).
It is still in an early stage and will be improved in future releases, depending on its adoption.
| Field Summary |
|---|
| Fields inherited from class com.vlsolutions.swing.docking.DockableContainerFactory |
|---|
PARENT_DESKTOP, PARENT_DETACHED_WINDOW, PARENT_SPLIT_CONTAINER, PARENT_TABBED_CONTAINER |
| Constructor Summary | |
|---|---|
TabFactory()
|
|
| Method Summary | |
|---|---|
SingleDockableContainer |
createDockableContainer(Dockable dockable,
int parentType)
Returns the component used to modify the expand panel size when expanded from the top. |
| Methods inherited from class com.vlsolutions.swing.docking.DefaultDockableContainerFactory |
|---|
createFloatingDockableContainer, createTabbedDockableContainer, createTitleBar |
| Methods inherited from class com.vlsolutions.swing.docking.DockableContainerFactory |
|---|
createDockableContainer, getFactory, setFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TabFactory()
| Method Detail |
|---|
public SingleDockableContainer createDockableContainer(Dockable dockable,
int parentType)
DefaultDockableContainerFactory
createDockableContainer in class DefaultDockableContainerFactoryDockView,
TabbedDockView,
MaximizedDockView,
DetachedDockView
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||