MCPcopy Create free account
hub / github.com/PCGen/pcgen / getColumn

Method getColumn

code/src/java/pcgen/cdom/format/table/DataTable.java:111–114  ·  view source on GitHub ↗

Returns the TableColumn at the given index in this DataTable. @param i The index for which the TableColumn in this DataTable should be returned @return The TableColumn at the given index in this DataTable

(int i)

Source from the content-addressed store, hash-verified

109 * @return The TableColumn at the given index in this DataTable
110 */
111 public TableColumn getColumn(int i)
112 {
113 return columns.get(i);
114 }
115
116 /**
117 * Appends a new row of data to this DataTable.

Callers 10

testInDirectColumnMethod · 0.95
initializeMethod · 0.80
getComponentAfterMethod · 0.80
installMethod · 0.80
actionPerformedMethod · 0.80
actionPerformedMethod · 0.80
setTreeViewMethod · 0.80
toggleSortOrderMethod · 0.80
toggleMethod · 0.80
compareMethod · 0.80

Calls 1

getMethod · 0.65

Tested by 1

testInDirectColumnMethod · 0.76