| javax.swing.JPanel org.underworldlabs.swing.toolbar.AbstractToolBarPanel
All known Subclasses: org.underworldlabs.swing.toolbar.PanelToolBar, org.underworldlabs.swing.toolbar.ToolBar,
AbstractToolBarPanel | abstract public class AbstractToolBarPanel extends JPanel (Code) | | Base tool bar panel that paints its own gradient
background where the look and feel is the EQ default.
author: Takis Diakoumis version: $Revision: 1.5 $ |
AbstractToolBarPanel | public AbstractToolBarPanel()(Code) | | Creates a new panel with a double buffer and a flow layout.
|
AbstractToolBarPanel | public AbstractToolBarPanel(boolean isDoubleBuffered)(Code) | | Creates a new panel with FlowLayout
and the specified buffering strategy.
If isDoubleBuffered is true, the JPanel
will use a double buffer.
Parameters: isDoubleBuffered - a boolean, true for double-buffering, whichuses additional memory space to achieve fast, flicker-free updates |
AbstractToolBarPanel | public AbstractToolBarPanel(LayoutManager layout)(Code) | | Create a new buffered panel with the specified layout manager
Parameters: layout - the LayoutManager to use |
AbstractToolBarPanel | public AbstractToolBarPanel(LayoutManager layout, boolean isDoubleBuffered)(Code) | | Creates a new panel with the specified layout manager and buffering
strategy.
Parameters: layout - the LayoutManager to use Parameters: isDoubleBuffered - a boolean, true for double-buffering, whichuses additional memory space to achieve fast, flicker-free updates |
isOpaque | public boolean isOpaque()(Code) | | |
|
|