MCPcopy Index your code
hub / github.com/bit4woo/ReSign / getSecKeyConfig

Method getSecKeyConfig

src/custom/CGUI.java:554–562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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()){

Callers 1

combineStringMethod · 0.95

Calls 1

getTextMethod · 0.80

Tested by

no test coverage detected