JAL-1648 refactored and improved caching architecture implementation. The improved...
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 20 Apr 2017 12:24:32 +0000 (13:24 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 20 Apr 2017 12:24:32 +0000 (13:24 +0100)
commit221f613b5d235a11c602b989598afe97b5b7b203
treeb513b958717d30b19ed1242542fce452f7b63965
parent75415606931bbe145f471ff2e13abefc431dbd2c
JAL-1648 refactored and improved caching architecture implementation. The improved design is centred on a custom component(JVCacheableInputBox) which wrapped around JcomoboBox
12 files changed:
resources/lang/Messages.properties
src/jalview/fts/api/GFTSPanelI.java
src/jalview/fts/core/GFTSPanel.java
src/jalview/fts/service/pdb/PDBFTSPanel.java
src/jalview/fts/service/uniprot/UniprotFTSPanel.java
src/jalview/gui/Finder.java
src/jalview/io/cache/AppCache.java
src/jalview/io/cache/AppCacheI.java [deleted file]
src/jalview/io/cache/CacheBoxI.java [deleted file]
src/jalview/io/cache/Cacheable.java [deleted file]
src/jalview/io/cache/JvCacheableInputBox.java [new file with mode: 0644]
src/jalview/jbgui/GFinder.java