()
| 591 | |
| 592 | |
| 593 | public void getSecKeyConfig() { |
| 594 | if (secretKey != null && secretKey != ""){ |
| 595 | secretKey = textFieldSecretKey.getText(); |
| 596 | } |
| 597 | if(chckbxAppendToEnd.isSelected()){ |
| 598 | howDealKey = "appendToEnd"; |
| 599 | } |
| 600 | else if (chckbxSameAsPara.isSelected()) { |
| 601 | howDealKey = "sameAsPara"; |
| 602 | } |
| 603 | } |
| 604 | |
| 605 | public boolean getOnlyValueConfig() { |
| 606 | if(chckbxOnlyUseValue.isSelected()){ |