Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getTableCellEditorComponent
Method · 0.80
TreeTableModelAdapter
Method · 0.80
getTableCellRendererComponent
Method · 0.80
initGuiComponents
Method · 0.80
TabHighlighter
Method · 0.80
getToolTipText
Method · 0.80
setSelectionInterval
Method · 0.80
compareAnnotation
Method · 0.80
prepareCombo
Method · 0.80
initListeners
Method · 0.80
actionPerformed
Method · 0.80
actionPerformed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected