net.infonode.gui.panel
public class ResizablePanel extends BaseContainer
Version: $Revision: 1.19 $
Constructor Summary | |
---|---|
ResizablePanel(Direction _direction) | |
ResizablePanel(boolean useHeavyWeightDragIndicator, Direction _direction, Component mouseListenComponent) |
Method Summary | |
---|---|
Direction | getDirection() |
Dimension | getPreferredSize() |
int | getResizeWidth() |
boolean | isContinuousLayout() |
void | setComponent(Component c) |
void | setContinuousLayout(boolean continuousLayout) |
void | setDragIndicatorColor(Color color) |
void | setInnerArea(JComponent innerArea) |
void | setLayeredPane(JComponent layeredPane) |
void | setResizeWidth(int width) |
void | setVisible(boolean aFlag) |