Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getModel
Method
getModel
code/src/java/pcgen/gui2/tabs/spells/SpellBooksTab.java:110–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
{
109
110
@Override
111
public
SortableTableModel getModel()
112
{
113
return
(SortableTableModel) selectedTable.getModel();
114
}
115
116
});
117
selectedTable.getRowSorter().toggleSortOrder(0);
Callers
15
openCharacter
Method · 0.45
loadSourcesThenCharacter
Method · 0.45
initDefaults
Method · 0.45
initDefaults
Method · 0.45
setSourceSelection
Method · 0.45
valueChanged
Method · 0.45
valueChanged
Method · 0.45
valueChanged
Method · 0.45
valueChanged
Method · 0.45
getSelectedClass
Method · 0.45
valueChanged
Method · 0.45
ensureCategorySelected
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected