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

Method setEnableHidingColumns

src/main/java/gate/swing/XJTable.java:385–387  ·  view source on GitHub ↗

Set the possibility for the user to hide/show a column by right-clicking on a column header. False by default. @param enableHidingColumns true if and only if the columns can be hidden.

(boolean enableHidingColumns)

Source from the content-addressed store, hash-verified

383 * @param enableHidingColumns true if and only if the columns can be hidden.
384 */
385 public void setEnableHidingColumns(boolean enableHidingColumns) {
386 this.enableHidingColumns = enableHidingColumns;
387 }
388
389 /**
390 * Returns the state for hiding a column.

Callers 4

initGuiComponentsMethod · 0.80
initGUIMethod · 0.80
initGuiMethod · 0.80
initGUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected