]
Andre Dietisheim edited comment on JBIDE-19822 at 6/6/17 7:42 AM:
------------------------------------------------------------------
Automatic updates are implemented. Resolving.
was (Author: adietish):
Automatic updates are implemented. Resolving.
Explorer: Refactor to properly handle object change notifications
-----------------------------------------------------------------
Key: JBIDE-19822
URL:
https://issues.jboss.org/browse/JBIDE-19822
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.0.Beta1
Reporter: Jeff Cantrill
Assignee: Andre Dietisheim
Labels: explorer, openshift_v3
Fix For: 4.5.0.AM1
The content provider associated OpenShift Explorer view currently, manually refreshes the
view in certain situations. Additionally there is not a way to provide the same refresh
mechanism for classes that don't implement IRefreshable. Propose to refactor the
model and view so that the model does not have a direct reference to the view and
incorporate a way to handle classes that don't inherit from ObservablePojo (e.g.
IResource)