Author: adietish
Date: 2010-12-10 09:45:09 -0500 (Fri, 10 Dec 2010)
New Revision: 27358
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/ChangeLog
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java
Log:
[JBIDE-7862] layouting the combo's parent as soon as the cloud name gets edited
-> combo resizes to the space needed to show the whole name
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/ChangeLog
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/ChangeLog 2010-12-10 14:40:29
UTC (rev 27357)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/ChangeLog 2010-12-10 14:45:09
UTC (rev 27358)
@@ -1,5 +1,9 @@
2010-12-10 André Dietisheim <adietish(a)redhat.com>
+ *
src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java:
+ (updateCloudSelector):
+ [JBIDE-7862] layouting the combo's parent as soon as the cloud name gets edited
+ -> combo resizes to the space needed to show the whole name
* src/org/jboss/tools/internal/deltacloud/ui/wizards/EditCloudConnectionWizard.java
(performFinish):
[JBIDE-7856] removed DeltaCloudManager#notifyCloudRename and
IDeltaCloudManagerListener#RENAME_EVENT.
DeltaCloud now notifies about changes in its properties (images, instances, name),
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java
===================================================================
---
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java 2010-12-10
14:40:29 UTC (rev 27357)
+++
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java 2010-12-10
14:45:09 UTC (rev 27358)
@@ -361,6 +361,7 @@
currentCloudSelector.select(selectionIndex);
currentCloudSelector.addModifyListener(cloudCloudModifyListener);
}
+ container.layout(true, true);
}
public void cloudsChanged(int type, DeltaCloud cloud) {
Show replies by date