com.vlsolutions.swing.toolbars
public class ToolBarPanel extends JPanel
The ToolBarPanel is a JPanel with a ToolBarPanelLayout. It support horizontal and vertical orientation,
and can contain one or more VLToolbars (with given ToolBarContraints for positionning).
Constructor Summary | |
---|---|
ToolBarPanel() Constructs a new toolbar panel. |
Method Summary | |
---|---|
void | add(VLToolBar toolbar, ToolBarConstraints constraints) Adds a new toolbar respecting the given positionning constraints. |
int | getOrientation() Returns the orientation of this toolbarpanel |
void | remove(Component comp) |
void | setOrientation(int orientation) |