[jbosstools-commits] JBoss Tools SVN: r6648 - trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Feb 29 09:23:21 EST 2008


Author: dgeraskov
Date: 2008-02-29 09:23:20 -0500 (Fri, 29 Feb 2008)
New Revision: 6648

Modified:
   trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageConstants.java
   trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageMap.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-1442

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageConstants.java
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageConstants.java	2008-02-29 13:25:29 UTC (rev 6647)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageConstants.java	2008-02-29 14:23:20 UTC (rev 6648)
@@ -57,7 +57,11 @@
 	public static final String CLOSE_PATH = "images/close.gif";
 
 	public static final String CLOSE_DISABLED_PATH = "images/close_disabled.gif";
+	
+	public static final String CLOSE_ALL_PATH = "images/removeall.gif";
 
+	public static final String CLOSE_ALL_DISABLED_PATH = "images/removeall_disabled.gif";
+
 	public static final String IDPROPERTY_PATH = "images/idproperty.gif";
 
 	public static final String TYPES_PATH = "images/types.gif";
@@ -87,7 +91,11 @@
 	public static final String CLOSE = "CLOSE";
 
 	public static final String CLOSE_DISABLED = "CLOSE_DISABLED";
+	
+	public static final String CLOSE_ALL = "CLOSE_ALL";
 
+	public static final String CLOSE_ALL_DISABLED = "CLOSE_ALL_DISABLED";
+
 	public static final String IDPROPERTY = "IDPROPERTY";
 
 	public static final String TYPES = "TYPES";

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageMap.java
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageMap.java	2008-02-29 13:25:29 UTC (rev 6647)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageMap.java	2008-02-29 14:23:20 UTC (rev 6648)
@@ -47,6 +47,8 @@
 		declareRegistryImage(EXECUTE, EXECUTE_PATH);
 		declareRegistryImage(CLOSE, CLOSE_PATH);
 		declareRegistryImage(CLOSE_DISABLED, CLOSE_DISABLED_PATH);
+		declareRegistryImage(CLOSE_ALL, CLOSE_ALL_PATH);
+		declareRegistryImage(CLOSE_ALL_DISABLED, CLOSE_ALL_DISABLED_PATH);
 		declareRegistryImage(CLEAR, CLEAR_PATH);
 		declareRegistryImage(CONFIGURATION, "images/hibernate_config.gif");
 		declareRegistryImage(ADD, "images/treeplus.gif");




More information about the jbosstools-commits mailing list