[teiid-designer-dev] [Teiid-Designer/teiid-designer] 54a94d: Moves the TeiidView configuration listener to its ...

Paul Richardson p.g.richardson at redhat.com
Mon Oct 22 12:34:46 EDT 2012


  Branch: refs/heads/teiid-8.x-upgrade
  Home:   https://github.com/Teiid-Designer/teiid-designer
  Commit: 54a94da1ee7c70f8c7730d9b3999d3829a124999
      https://github.com/Teiid-Designer/teiid-designer/commit/54a94da1ee7c70f8c7730d9b3999d3829a124999
  Author: Paul Richardson <p.g.richardson at redhat.com>
  Date:   2012-10-22 (Mon, 22 Oct 2012)

  Changed paths:
    M plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/views/TeiidServerContentProvider.java
    M plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/views/TeiidView.java
    M plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/views/content/TeiidResourceNode.java

  Log Message:
  -----------
  Moves the TeiidView configuration listener to its provider

* Moving the configuration listener allows all views utilising the provider
  to be refreshed in the same way, ie. this allows the Server view to
  refresh correctly as well.

* TeiidServerContentProvider
 * When the configuration changes, refresh the Teiid Resource Node so
   that the new state of its children is correctly displayed.
 * Refreshing collapses the tree so re-expand the tree to display the
   Teiid Resource Node's children and grand-children.

* TeiidResourceNode
 * Caching and return the same instances of these node to allow the viewer
   expansion methods to work correctly.
 * If a cached node is returned, ensures its children are cleared so that
   they are reloaded with the latest state.


  Commit: 72908b7390492ce6795b210c8dfef3b635e632bb
      https://github.com/Teiid-Designer/teiid-designer/commit/72908b7390492ce6795b210c8dfef3b635e632bb
  Author: Paul Richardson <p.g.richardson at redhat.com>
  Date:   2012-10-22 (Mon, 22 Oct 2012)

  Changed paths:
    M plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/i18n.properties
    M plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/views/TeiidView.java

  Log Message:
  -----------
  Makes cosmetic changes to the teiid view

* Moves the edit hyperlink next to the jboss label

* Adds a border and description to the panel


Compare: https://github.com/Teiid-Designer/teiid-designer/compare/6acfa9720c9f...72908b739049


More information about the teiid-designer-dev mailing list