Package | Description |
---|---|
com.vldocking.swing.toolbars |
The VLToolBars.
|
Modifier and Type | Method and Description |
---|---|
static ToolBarContainer |
ToolBarContainer.createDefaultContainer(boolean topToolbar,
boolean leftToolBar,
boolean bottomToolBar,
boolean rightToolBar)
Creates a default ToolBarContainer with preinstalled toolbar panels on the borders with
the LEADING alignment.
|
static ToolBarContainer |
ToolBarContainer.createDefaultContainer(boolean topToolbar,
boolean leftToolBar,
boolean bottomToolBar,
boolean rightToolBar,
int alignment)
Creates a default ToolBarContainer with preinstalled toolbar panels on the borders with
the specified alignment
The value of the alignment argument must be one of
FlowLayout.LEFT , FlowLayout.RIGHT ,
FlowLayout.CENTER , FlowLayout.LEADING , or
FlowLayout.TRAILING . |
Constructor and Description |
---|
ToolBarIO(ToolBarContainer container)
Constructs a new ToolBarIO utility based on the given container
|
ToolBarPersistence(Object mainClass,
ToolBarContainer container)
Construct a new set of persistent toolbars.
|
© Copyright 2004-2013 Lilian Chamontin. All Rights Reserved.