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

Method getCenterLabels

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

Source from the content-addressed store, hash-verified

220 }
221
222 public ArrayList<Label> getCenterLabels() {
223 return this.centerLabels;
224 }
225
226 public ArrayList<TextField> getCenterTextFields() {
227 return this.centerTextFields;

Callers 15

handleDeleteMethod · 0.95
handleMoveAttributeUpMethod · 0.95
handleDeleteAttributeMethod · 0.95
adaptCenterFieldsMethod · 0.95
calcMinHeightMethod · 0.95
changedMethod · 0.80
enableCenterTextInputMethod · 0.80
buildReferenceNamesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected