Branch: refs/heads/develop
Home: https://github.com/cytoscape/cytoscape-api
Commit: 86abf8623164bc7ee5fc0bc452ff2eae395d1f34
https://github.com/cytoscape/cytoscape-api/commit/86abf8623164bc7ee5fc0bc452ff2eae395d1f34
Author: Christian Lopes <[email protected]>
Date: 2021-03-17 (Wed, 17 Mar 2021)
Changed paths:
M
presentation-api/src/main/java/org/cytoscape/view/presentation/property/table/BasicTableVisualLexicon.java
Log Message:
-----------
The lexicon now has the TABLE_ROW_HEIGHT property in addition to ROW_HEIGHT,
to better reflect the JTable methods setRowHeight(int rowHeight) and
setRowHeight(int row, int rowHeight).
The range of these properties no longer accept 0 ("auto") as value.
Creates the RowHeightVisualProperty class, which gets its default value
dynamically from the LAF property "Table.rowHeight" (cannot do it statically,
because the LAF would not have been set yet).
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape-api/push/refs/heads/develop/585a52-86abf8%40github.com.