()
| 552 | |
| 553 | |
| 554 | public void getSecKeyConfig() { |
| 555 | secretKey = textFieldSecretKey.getText(); |
| 556 | if(chckbxAppendToEnd.isSelected()){ |
| 557 | howDealKey = "appendToEnd"; |
| 558 | } |
| 559 | else if (chckbxSameAsPara.isSelected()) { |
| 560 | howDealKey = "sameAsPara"; |
| 561 | } |
| 562 | } |
| 563 | |
| 564 | public boolean getOnlyValueConfig() { |
| 565 | if(chckbxOnlyUseValue.isSelected()){ |