Class ContextAwareGUI


  • public class ContextAwareGUI
    extends java.lang.Object
    A GUI for the Context Aware accessor.
    Since:
    Ptolemy II 11.0
    Version:
    $Id$, $Id$
    Author:
    Anne H. Ngu (angu@txstate.edu)
    Pt.AcceptedRating:
    Red (cxh)
    Pt.ProposedRating:
    Red (cxh)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<javax.swing.JLabel> labels
      The list of labels.
      javax.swing.DefaultListModel<java.lang.String> listModel
      The list model.
      javax.swing.JButton searchButton
      The search button.
      javax.swing.JList<java.lang.String> servicesList
      List of services.
      java.util.List<javax.swing.JTextField> textFields
      The list of text fields.
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextAwareGUI​(java.lang.String[] list)
      Construct the gui for a context-aware accessor.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • searchButton

        public javax.swing.JButton searchButton
        The search button.
      • textFields

        public java.util.List<javax.swing.JTextField> textFields
        The list of text fields.
      • labels

        public java.util.List<javax.swing.JLabel> labels
        The list of labels.
      • listModel

        public javax.swing.DefaultListModel<java.lang.String> listModel
        The list model.
      • servicesList

        public javax.swing.JList<java.lang.String> servicesList
        List of services.
    • Constructor Detail

      • ContextAwareGUI

        public ContextAwareGUI​(java.lang.String[] list)
        Construct the gui for a context-aware accessor.
        Parameters:
        list - A of list values to present.