Author: adietish
Date: 2012-07-13 10:24:56 -0400 (Fri, 13 Jul 2012)
New Revision: 42572
Modified:
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.client/openshift-java-client-2.0.0-SNAPSHOT.jar
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationSelectionDialog.java
Log:
[JBIDE-12242] added refresh to "select existing application" dialog.
Modified:
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.client/openshift-java-client-2.0.0-SNAPSHOT.jar
===================================================================
(Binary files differ)
Modified:
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationSelectionDialog.java
===================================================================
---
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationSelectionDialog.java 2012-07-13
11:30:26 UTC (rev 42571)
+++
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationSelectionDialog.java 2012-07-13
14:24:56 UTC (rev 42572)
@@ -149,12 +149,12 @@
}
});
- /*Button refreshButton = new Button(dialogArea, SWT.PUSH);
+ Button refreshButton = new Button(dialogArea, SWT.PUSH);
refreshButton.setText("R&efresh");
- GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.TOP).grab(false, false).hint(80,
SWT.DEFAULT)
- .applyTo(refreshButton);
+ GridDataFactory.fillDefaults()
+ .align(SWT.RIGHT, SWT.TOP).grab(false, false).hint(80,
SWT.DEFAULT).applyTo(refreshButton);
refreshButton.addSelectionListener(onRefresh(dbc));
- */
+
Button detailsButton = new Button(dialogArea, SWT.PUSH);
detailsButton.setText("De&tails...");
GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.TOP).grab(false, true).hint(80,
SWT.DEFAULT)
Show replies by date