[jboss-cvs] jbosside/core/plugins/org.jboss.ide.eclipse.packages.ui/src/main/org/jboss/ide/eclipse/packages/ui/util ...

Marshall Culpepper mculpepper at jboss.com
Wed Feb 14 13:52:16 EST 2007


  User: mculpepper
  Date: 07/02/14 13:52:16

  Modified:    core/plugins/org.jboss.ide.eclipse.packages.ui/src/main/org/jboss/ide/eclipse/packages/ui/util 
                        PackageNodeDestinationComposite.java
  Log:
  preliminary implementation of edit package is now working, hasn't been 100% tested yet but it's mostly there. also edit wizards are now firing change events so the packages view (and any other listeners) are updated accordingly
  
  Revision  Changes    Path
  1.3       +6 -0      jbosside/core/plugins/org.jboss.ide.eclipse.packages.ui/src/main/org/jboss/ide/eclipse/packages/ui/util/PackageNodeDestinationComposite.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PackageNodeDestinationComposite.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.packages.ui/src/main/org/jboss/ide/eclipse/packages/ui/util/PackageNodeDestinationComposite.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- PackageNodeDestinationComposite.java	14 Feb 2007 17:54:41 -0000	1.2
  +++ PackageNodeDestinationComposite.java	14 Feb 2007 18:52:16 -0000	1.3
  @@ -87,6 +87,12 @@
   		}
   	}
   	
  +	public void setPackageNodeDestination (Object destination)
  +	{
  +		nodeDestination = destination;
  +		updateDestinationViewer();
  +	}
  +	
   	protected void updateDestinationViewer ()
   	{
   		if (nodeDestination == null) return;
  
  
  



More information about the jboss-cvs-commits mailing list