Frames | No Frames |
Constructors with parameter type com.vlsolutions.swing.toolbars.ToolBarContainer | |
Constructs a new ToolBarIO utility based on the given container | |
Construct a new set of persistent toolbars. |
Methods with return type com.vlsolutions.swing.toolbars.ToolBarContainer | |
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. |
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 . |