Class AWTContainer

  • All Implemented Interfaces:
    PortableContainer

    public class AWTContainer
    extends java.lang.Object
    implements PortableContainer
    The portable container that wraps java.awt.Container.
    Since:
    Ptolemy II 10.0
    Version:
    $Id$
    Author:
    Anar Huseynov
    Pt.AcceptedRating:
    Red (ahuseyno)
    Pt.ProposedRating:
    Red (ahuseyno)
    • Constructor Summary

      Constructors 
      Constructor Description
      AWTContainer​(java.awt.Container container)
      Create a new instance of the object by wrapping the provided container.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.Object component)
      Add the component to the container.
      java.awt.Container getPlatformContainer()
      Return the AWT container that this instance wraps.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AWTContainer

        public AWTContainer​(java.awt.Container container)
        Create a new instance of the object by wrapping the provided container.
        Parameters:
        container - The container to wrap.