Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Actionist re-use

Dang!!!  

No I did not look wrong.

Here it is again. I need to use an internal class  (SelectProviderAction) from o.e.e.ui in o.e.e.presence.ui. The compiler gives me errors due to tightened restriction on usage of internals.

Is it not ok for ECF to use it's own internals?

Regards,

Wim

On Mon, Jan 16, 2012 at 9:26 AM, Wim Jongman <wim.jongman@xxxxxxxxx> wrote:
Sorry I looked wrong. The action is actually in presence.ui (SelectProviderAction).



On Mon, Jan 16, 2012 at 12:04 AM, Wim Jongman <wim.jongman@xxxxxxxxx> wrote:

Hi,

I am making a patch for the chats view which is in presence.ui I need to reuse an action which is in examples.ui

It is the open chat provider action. It is an internal class and using it in presence.ui will fail the compile due to strict compilation settings in presence.ui

What I want to do is to provide a link in the empty chats view to the open provider action.

Any ideas how to fix this without duplicating the action's code?

Thanks

Wm



Back to the top