[openrtm-commit:02574] r730 - trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 4月 14日 (金) 13:56:38 JST
Author: ga
Date: 2017-04-14 13:56:38 +0900 (Fri, 14 Apr 2017)
New Revision: 730
Modified:
trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors/AbstractEditorFormPage.java
Log:
Modified the string aquisition process of Category Combobox #4020
Modified: trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors/AbstractEditorFormPage.java
===================================================================
--- trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors/AbstractEditorFormPage.java 2017-04-12 03:45:38 UTC (rev 729)
+++ trunk/rtmtools/jp.go.aist.rtm.rtcbuilder/src/jp/go/aist/rtm/rtcbuilder/ui/editors/AbstractEditorFormPage.java 2017-04-14 04:56:38 UTC (rev 730)
@@ -267,8 +267,8 @@
combo.setItems(items);
combo.select(0);
combo.addKeyListener(new KeyListener() {
- public void keyReleased(KeyEvent e) {}
- public void keyPressed(KeyEvent e) { update(); }
+ public void keyReleased(KeyEvent e) { update(); }
+ public void keyPressed(KeyEvent e) { }
});
combo.addSelectionListener(new SelectionListener() {
public void widgetDefaultSelected(SelectionEvent e){}
@@ -348,8 +348,8 @@
combo.select(0);
combo.addKeyListener(new KeyListener() {
- public void keyReleased(KeyEvent e) {}
- public void keyPressed(KeyEvent e) { update(); }
+ public void keyReleased(KeyEvent e) { update(); }
+ public void keyPressed(KeyEvent e) { }
});
combo.addSelectionListener(new SelectionListener() {
public void widgetDefaultSelected(SelectionEvent e){}
openrtm-commit メーリングリストの案内