0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use PObjCellEditor as new default editor. More... over 18 years ago
Initial revision - Cell editor for search table. More... over 18 years ago
(isCellEditable, setValueAt): Overriden methods to add editing support. More... over 18 years ago
(isEditable, setvalue): New methods to add editing support. More... over 18 years ago
(run): Validate form data first. More... over 18 years ago
(updateErrorComponent): Made public. More... over 18 years ago
(SearchForm): Fixed lower limits for `page' and `jumpToPage' to 1. More... over 18 years ago
(getTableCellRendererComponent): Fixed to map column index to the model. More... over 18 years ago
(initTable): Add us as MouseListener to the table itself for easier extensions. More... over 18 years ago
Fixed sorting and searching on reference columns. (rightAligned): Fixed to use our NumericType. More... over 18 years ago
Also fixup references for joins. More... over 18 years ago
(mouseClicked): Splitted header specific stuff into new methods `toggleColumnSortOrder' and `toggleColumnVisibility'. More... over 18 years ago
(createColumns): Added missing line. More... over 18 years ago
(createColumns): Exclude BLOB and CLOB columns also from SELECT statements and VIEWs. More... over 18 years ago
Added JDK6 specific methods. More... over 18 years ago
Added support to right align the text. More... over 19 years ago
Resolved reference loop with form by using WeakReference. Made parameters final. More... over 19 years ago
(write): Mark label as such with reference to the input element. More... over 19 years ago
(writeElement): Added `id' attribute for label support. More... over 19 years ago
(writeElement): Fixed to generate HTML4 / XHTML conform code. Added `id' attribute for label support. More... over 19 years ago
Added support for BooleanType without map. (writeElement): Fixed to generate HTML4 / XHTML conform code. Added `id' attribute for label support. More... over 19 years ago
Whitespace changes. More... over 19 years ago
Use soft value map for the cache, so that the garbage collection can remove otherwise unused entries if memory becomes low. More... over 19 years ago
(registerClass): Initialite fkeys member if not done yet, which can be the case if container gets initialized over reflection. More... over 19 years ago
Initial revision - hastable-based Map with soft values suitable for a cache. More... over 19 years ago
Fixed initialization of member `fkeys'. More... over 19 years ago
(toString): Fixed to use correct operand. More... over 19 years ago
Use Integer.valueOf and Double.valueOf to reduce memory footprint. More... over 19 years ago
(TestIPv4Network): Init member variables. More... over 19 years ago
Reduced duplicate code by using local variable. More... over 19 years ago