Class ContentContainer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ContentContainer extends JPanel
In JIDE Action Framework, ContentContainer is the area that contains all command bars. It is also the largest area in the content pane of top level windows.

ContentContainer uses BasicPainter to paint the background. For example, under Office 2003 Linvalid input: '&F', it will use gradient to paint the background.

See Also:
  • Constructor Details

    • ContentContainer

      public ContentContainer()
      Creates a new JPanel with a double buffer and a flow layout.
  • Method Details