#1681 closed task (fixed)
Define extension points for item overview loaders
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.2 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
For some projects it can be useful to be able to add more loader implementations to the item overview. This would make it possible to extend the tree with more items.
Change History (5)
comment:1 Changed 12 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 11 years ago by
comment:5 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
(In [6046]) References #1681: Define extension points for item overview loaders
Add 'net.sf.basedb.util.overview.loader' as an extension point.
ChildNodeLoaderAction
is the action interface that should be impemented by extension code.