Interface TextFieldContainerInterface

  • All Known Implementing Classes:
    TextFieldContainerJavaSE

    public interface TextFieldContainerInterface
    The instance of this class would be able to visualize the value of a token within a text field that is placed into a container. MonitorValue and Const are two classes using it.
    Since:
    Ptolemy II 10.0
    Version:
    $Id$
    Author:
    Ishwinder Singh
    Pt.AcceptedRating:
    Red (ahuseyno)
    Pt.ProposedRating:
    Red (ahuseyno)
    • Method Detail

      • place

        void place​(PortableContainer container)
        Place the visual representation of the actor into the specified container.
        Parameters:
        container - The container in which to place the object
      • setValue

        void setValue​(Token token)
        Set the text to the value of the token.
        Parameters:
        token - The token containing the value