Class RJPanelShape

All Implemented Interfaces:
RMArchiver.Archiving, RMShapePainter.Paint, RJMinMaxSizeSettable, Cloneable

public class RJPanelShape extends RJShape
  • Constructor Details

    • RJPanelShape

      public RJPanelShape()
      Creates a new RJPanel shape.
    • RJPanelShape

      public RJPanelShape(JComponent aComponent)
      Creates a new RJPanel shape.
  • Method Details

    • getPanel

      public RJPanel getPanel()
      Returns the panel shape's panel.
    • superSelectable

      public boolean superSelectable()
      Overrides shape implementation to declare panel shape super selectable.
      Overrides:
      superSelectable in class RMShape
    • acceptsChildren

      public boolean acceptsChildren()
      Overrides shape implementation to declare panel shape accepts children.
      Overrides:
      acceptsChildren in class RMShape