Class DataRequestPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class DataRequestPanel extends JPanel
Panel for issuing and visualizing REST requests and their results. TODO:
  • Put newest requests at top of tree.
  • Distinct icons for each protocol.
  • Use PropertyEditorPanel.
  • Use JTreeTable.
  • Handle requests with arbitrary mix of content and sub-nodes.
See Also:
  • Constructor Details

    • DataRequestPanel

      public DataRequestPanel(com.iamsoft.util.requestcache.Repository pRepository)