Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-dd-dev] Action Contributions to Memory View

Hi again -

I would like to let you know that the renderings provided by the platform,
HEX, ASCII, Signed Integer and Unsigned Integer, have been migrated to use
the new AsynchronousTableViewer.  To accomplish that, I have created a new
set of abstract renderings.  AbstractAsyncTableRendering is to replace
AbstractTableRendering.  AbstractAsyncTextRendering replaces
AbstractTextRendering.  The renderings provided by the platform all
subclass from the new asynchronous renderings.

If you are currently using the renderings provided by the platform, you get
the asynchronous support and update policy support for free.

There is one problem with this change though.  If you are contributing
actions to the Memory View using object contribution to
AbstractTableRendering or AbstractTextRendering, those actions will no
longer show up. As a result of this hierarchy change, the renderings
provided by the platform no longer subclass from AbstractTableRendering or
AbstractTextRendering.  Therefore, actions contributed to those classes
will not show up anymore.

 To migrate, these actions must be contributed to
AbstractAsyncTableRendering and AbstractAsyncTextRendering instead.

If you have concern about this, please let me know.

Thanks...
Samantha



Back to the top