Package | Description |
---|---|
pub.vlsolutions.swing.toolbars |
Dockable windows framework
|
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(java.lang.Object mainClass,
ToolBarContainer container)
Construct a new set of persistent toolbars.
|
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.