com.vlsolutions.swing.toolbars

Class ToolBarPanelBorder

public class ToolBarPanelBorder extends Object implements Border

This is an optional class that can be used as a border for toolbar panels.
Field Summary
static intBOTTOM_PANEL
static intLEFT_PANEL
static intRIGHT_PANEL
static intTOP_PANEL
Constructor Summary
ToolBarPanelBorder()
ToolBarPanelBorder(int panelPosition)
Method Summary
InsetsgetBorderInsets(Component component)
booleanisBorderOpaque()
voidpaintBorder(Component component, Graphics graphics, int x, int y, int w, int h)

Field Detail

BOTTOM_PANEL

public static final int BOTTOM_PANEL

LEFT_PANEL

public static final int LEFT_PANEL

RIGHT_PANEL

public static final int RIGHT_PANEL

TOP_PANEL

public static final int TOP_PANEL

Constructor Detail

ToolBarPanelBorder

public ToolBarPanelBorder()

ToolBarPanelBorder

public ToolBarPanelBorder(int panelPosition)

Method Detail

getBorderInsets

public Insets getBorderInsets(Component component)

isBorderOpaque

public boolean isBorderOpaque()

paintBorder

public void paintBorder(Component component, Graphics graphics, int x, int y, int w, int h)
© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications