net.infonode.gui.panel

Class ResizablePanel

public class ResizablePanel extends BaseContainer

Version: $Revision: 1.19 $

Author: $Author: jesper $

Constructor Summary
ResizablePanel(Direction _direction)
ResizablePanel(boolean useHeavyWeightDragIndicator, Direction _direction, Component mouseListenComponent)
Method Summary
DirectiongetDirection()
DimensiongetPreferredSize()
intgetResizeWidth()
booleanisContinuousLayout()
voidsetComponent(Component c)
voidsetContinuousLayout(boolean continuousLayout)
voidsetDragIndicatorColor(Color color)
voidsetInnerArea(JComponent innerArea)
voidsetLayeredPane(JComponent layeredPane)
voidsetResizeWidth(int width)
voidsetVisible(boolean aFlag)

Constructor Detail

ResizablePanel

public ResizablePanel(Direction _direction)

ResizablePanel

public ResizablePanel(boolean useHeavyWeightDragIndicator, Direction _direction, Component mouseListenComponent)

Method Detail

getDirection

public Direction getDirection()

getPreferredSize

public Dimension getPreferredSize()

getResizeWidth

public int getResizeWidth()

isContinuousLayout

public boolean isContinuousLayout()

setComponent

public void setComponent(Component c)

setContinuousLayout

public void setContinuousLayout(boolean continuousLayout)

setDragIndicatorColor

public void setDragIndicatorColor(Color color)

setInnerArea

public void setInnerArea(JComponent innerArea)

setLayeredPane

public void setLayeredPane(JComponent layeredPane)

setResizeWidth

public void setResizeWidth(int width)

setVisible

public void setVisible(boolean aFlag)