OSDN Git Service

Altered note table to use a display delegate to show dates rather than convert the...
authorRandy Baumgarte <randy@fbn.cx>
Mon, 23 Aug 2010 12:53:47 +0000 (08:53 -0400)
committerRandy Baumgarte <randy@fbn.cx>
Tue, 24 Aug 2010 00:14:33 +0000 (20:14 -0400)
commitef447e499dc7b70ae8f7351ef3606b35b4b26c01
treecc16d7dad180ad338cd4537d43403675ae5dbdfd
parente9dab3381727fd150b6e25f505f58059018ddaea
Altered note table to use a display delegate to show dates rather than convert the dates directly. This avoids all the conversion overhead when sorting & improves performance.
src/cx/fbn/nevernote/filters/NoteSortFilterProxyModel.java
src/cx/fbn/nevernote/gui/NoteTableDateDelegate.java [new file with mode: 0644]
src/cx/fbn/nevernote/gui/NoteTableModel.java
src/cx/fbn/nevernote/gui/TableView.java