Class EndpointGrid

java.lang.Object
v1.sulphurapi.structure.endpoints.EndpointGrid

public class EndpointGrid extends Object
  • Constructor Details

    • EndpointGrid

      public EndpointGrid(JPanel mainPanel)
  • Method Details

    • getMainPanel

      public JPanel getMainPanel()
    • getEndpointListPanel

      public JPanel getEndpointListPanel()
    • getEndpointRequestPanel

      public JPanel getEndpointRequestPanel()
    • getEndpointResponsePanel

      public JPanel getEndpointResponsePanel()
    • getEndpointParametersPanel

      public JPanel getEndpointParametersPanel()
    • getEndpointList

      public JList<String> getEndpointList()
    • getEndpointsRequestTextArea

      public JTextArea getEndpointsRequestTextArea()
    • getEndpointsResponseTextArea

      public JTextArea getEndpointsResponseTextArea()
    • getEndpointsSendRequestButton

      public JButton getEndpointsSendRequestButton()
    • getParametersTable

      public CustomEditorTable getParametersTable()
    • getMediaTypeComboBox

      public JComboBox<String> getMediaTypeComboBox()
    • getAddValueButton

      public JButton getAddValueButton()
    • resetUI

      public void resetUI()
      Resets the UI components of the EndpointGrid.