Interface TopPack


  • public interface TopPack
    An interface that allows alternate pack() methods to be called from TableauFrame which allows for functionality such as alternate menu systems in Vergil.
    Since:
    Ptolemy II 8.0
    Version:
    $Id$
    Author:
    Chad Berkley
    Pt.AcceptedRating:
    Red (berkley)
    Pt.ProposedRating:
    Red (berkley)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getObject​(java.lang.Object identifier)
      Get an object.
      void pack​(Top top, boolean alreadyCalled)
      Pack the Top JFrame.
    • Method Detail

      • pack

        void pack​(Top top,
                  boolean alreadyCalled)
        Pack the Top JFrame. This method overrides the regular pack() call.
        Parameters:
        top - The Top to pack.
        alreadyCalled - True if pack has already been called.
      • getObject

        java.lang.Object getObject​(java.lang.Object identifier)
        Get an object. This method allows the overrider to pass an object back to the calling object.
        Parameters:
        identifier - The object to get.
        Returns:
        The object found.