Class ResizablePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ResizablePanel extends BaseContainer
See Also:
  • Constructor Details

    • ResizablePanel

      public ResizablePanel(Direction _direction)
    • ResizablePanel

      public ResizablePanel(boolean useHeavyWeightDragIndicator, Direction _direction, Component mouseListenComponent)
  • Method Details

    • setComponent

      public void setComponent(Component c)
    • setDragIndicatorColor

      public void setDragIndicatorColor(Color color)
    • setLayeredPane

      public void setLayeredPane(JComponent layeredPane)
    • setInnerArea

      public void setInnerArea(JComponent innerArea)
    • isContinuousLayout

      public boolean isContinuousLayout()
    • setContinuousLayout

      public void setContinuousLayout(boolean continuousLayout)
    • getPreferredSize

      public Dimension getPreferredSize()
      Overrides:
      getPreferredSize in class JComponent
    • setResizeWidth

      public void setResizeWidth(int width)
    • getResizeWidth

      public int getResizeWidth()
    • getDirection

      public Direction getDirection()
    • setVisible

      public void setVisible(boolean aFlag)
      Overrides:
      setVisible in class JComponent