MCPcopy Create free account
hub / github.com/GateNLP/gate-core / setMaximumFastChoices

Method setMaximumFastChoices

src/main/java/gate/swing/JChoice.java:427–430  ·  view source on GitHub ↗

@param maximumFastChoices the maximumFastChoices to set

(int maximumFastChoices)

Source from the content-addressed store, hash-verified

425 * @param maximumFastChoices the maximumFastChoices to set
426 */
427 public void setMaximumFastChoices(int maximumFastChoices) {
428 this.maximumFastChoices = maximumFastChoices;
429 buildGui();
430 }
431
432
433 /**

Callers 1

mainMethod · 0.95

Calls 1

buildGuiMethod · 0.95

Tested by

no test coverage detected