Class PanelMessageInfoService
java.lang.Object
Services.CustomizeCorrelationView.PanelMessage.PanelMessageInfoService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidfill_general_request_area(JTable table, CustomizeCorrelationPage frame, int row, PanelMessage pm, String type) static voidfill_noturl_info_panel(JTable table, CustomizeCorrelationPage frame, PanelMessage pm, String type, int row, int col) static voidfill_post_request_area(JTable table, CustomizeCorrelationPage frame, int row, PanelMessage pm) static voidfill_response_area(JTable table, CustomizeCorrelationPage frame, int row, PanelMessage pm, String type) static voidfill_ur_info_panel(JTable table, CustomizeCorrelationPage frame, int row, PanelMessage pm, String type)
-
Constructor Details
-
PanelMessageInfoService
public PanelMessageInfoService()
-
-
Method Details
-
fill_noturl_info_panel
public static void fill_noturl_info_panel(JTable table, CustomizeCorrelationPage frame, PanelMessage pm, String type, int row, int col) -
fill_response_area
public static void fill_response_area(JTable table, CustomizeCorrelationPage frame, int row, PanelMessage pm, String type) -
fill_post_request_area
public static void fill_post_request_area(JTable table, CustomizeCorrelationPage frame, int row, PanelMessage pm) -
fill_general_request_area
public static void fill_general_request_area(JTable table, CustomizeCorrelationPage frame, int row, PanelMessage pm, String type) -
fill_ur_info_panel
public static void fill_ur_info_panel(JTable table, CustomizeCorrelationPage frame, int row, PanelMessage pm, String type)
-