File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
java/com/tlcsdm/jfxcommon/debug
resources/com/tlcsdm/jfxcommon/i18n Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 51
51
import javafx .scene .control .CheckBox ;
52
52
import javafx .scene .control .ChoiceBox ;
53
53
import javafx .scene .control .ContextMenu ;
54
+ import javafx .scene .control .Label ;
54
55
import javafx .scene .control .MenuItem ;
55
56
import javafx .scene .control .TableColumn ;
56
57
import javafx .scene .control .TableView ;
@@ -186,6 +187,10 @@ private void initializeOption() {
186
187
paramsDataTableView .setItems (paramsDatatableData );
187
188
paramsHeaderTableView .setItems (paramsHeadertableData );
188
189
paramsCookieTableView .setItems (paramsCookietableData );
190
+
191
+ paramsDataTableView .setPlaceholder (new Label (I18nUtils .get ("common.tool.debug.httpTool.table.noData" )));
192
+ paramsHeaderTableView .setPlaceholder (new Label (I18nUtils .get ("common.tool.debug.httpTool.table.noData" )));
193
+ paramsCookieTableView .setPlaceholder (new Label (I18nUtils .get ("common.tool.debug.httpTool.table.noData" )));
189
194
}
190
195
191
196
private void initializeUI () {
Original file line number Diff line number Diff line change @@ -133,3 +133,4 @@ common.tool.debug.httpTool.column.paramValue=Parameter\nValue
133
133
common.tool.debug.httpTool.column.remark =Remark
134
134
common.tool.debug.httpTool.tab.responseContent =Response Content
135
135
common.tool.debug.httpTool.tab.responseHeader =Response Header
136
+ common.tool.debug.httpTool.table.noData =No data to display
Original file line number Diff line number Diff line change @@ -133,3 +133,4 @@ common.tool.debug.httpTool.column.paramValue=\u30D1\u30E9\u30E1\u30FC\u30BF\u502
133
133
common.tool.debug.httpTool.column.remark =\u5099\u8003
134
134
common.tool.debug.httpTool.tab.responseContent =\u56DE\u7B54\u5185\u5BB9
135
135
common.tool.debug.httpTool.tab.responseHeader =\u5FDC\u7B54\u30D8\u30C3\u30C0\u30FC
136
+ common.tool.debug.httpTool.table.noData =\u8868\u793A\u3059\u308B\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093
Original file line number Diff line number Diff line change @@ -133,3 +133,4 @@ common.tool.debug.httpTool.column.paramValue=\u53C2\u6570\u503C
133
133
common.tool.debug.httpTool.column.remark =\u5907\u6CE8
134
134
common.tool.debug.httpTool.tab.responseContent =\u54CD\u5E94\u5185\u5BB9
135
135
common.tool.debug.httpTool.tab.responseHeader =\u54CD\u5E94\u5934\u90E8
136
+ common.tool.debug.httpTool.table.noData =\u6CA1\u6709\u53EF\u663E\u793A\u7684\u6570\u636E
You can’t perform that action at this time.
0 commit comments