MCPcopy Create free account
hub / github.com/Nurtak/ObjectGraphVisualization / clearCenterFields

Method clearCenterFields

src/ch/hsr/ogv/view/PaneBox.java:421–425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

419 }
420
421 public void clearCenterFields() {
422 this.centerLabels.clear();
423 this.centerTextFields.clear();
424 getCenter().getChildren().clear();
425 }
426
427 private void fillCreateCenterLabels(int upToRowIndex) {
428 boolean hasIndex = upToRowIndex >= 0 && upToRowIndex < this.centerLabels.size();

Callers 1

adaptCenterFieldsMethod · 0.95

Calls 1

getCenterMethod · 0.95

Tested by

no test coverage detected