[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| 
[ice-build] [eclipse/ice] d8681e: Fixed DefaultPageFactory for	GeometryComponents
 | 
  Branch: refs/heads/next
  Home:   https://github.com/eclipse/ice
  Commit: d8681ed2219a0807cabd745f7c282f29adfb1f4b
      https://github.com/eclipse/ice/commit/d8681ed2219a0807cabd745f7c282f29adfb1f4b
  Author: Robert Smith <SmithRW@xxxxxxxx>
  Date:   2016-03-03 (Thu, 03 Mar 2016)
  Changed paths:
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/providers/Default/DefaultPageFactory.java
    M org.eclipse.ice.repository/ice.product_WINDOWS.launch
  Log Message:
  -----------
  Fixed DefaultPageFactory for GeometryComponents
The DefaultPageFactory was trying to cast a DefaultPageFactory to an
IPageProvider when creating pages for a GeometryComponent. I copied the
code for the getMeshComponentPages() function to create output that
seems to work (ie creates a Geometry Editor when run in ICE)
Signed-off-by: Robert Smith <SmithRW@xxxxxxxx>