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

Method getModel

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

@return the model

()

Source from the content-addressed store, hash-verified

434 * @return the model
435 */
436 public ComboBoxModel<E> getModel() {
437 return model;
438 }
439
440 /**
441 * @param model the model to set

Callers 15

TreeTableModelAdapterMethod · 0.80
initGuiComponentsMethod · 0.80
TabHighlighterMethod · 0.80
getToolTipTextMethod · 0.80
setSelectionIntervalMethod · 0.80
compareAnnotationMethod · 0.80
prepareComboMethod · 0.80
initListenersMethod · 0.80
actionPerformedMethod · 0.80
actionPerformedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected