Changeset 15114 for platform/eclipse/sabotter/trunk/jp.xet.sabotter.eclipse.service.mock/src/jp/xet/sabotter/eclipse/service/mock/MockPreferencePage.java
- Timestamp:
- 07/03/08 19:49:47 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
platform/eclipse/sabotter/trunk/jp.xet.sabotter.eclipse.service.mock/src/jp/xet/sabotter/eclipse/service/mock/MockPreferencePage.java
r15101 r15114 10 10 11 11 /** 12 * Twitter用設定ページクラス。 13 * UNDONE 未実装12 * Twitter用設定ページクラス。 UNDONE 未実装 13 * 14 14 * @author daisuke 15 15 */ … … 19 19 protected void setCurrentValueToControls() { 20 20 IPreferenceStore ps = SabotterPlugin.getDefault().getPreferenceStore(); 21 txtUsername.setText(ps.getString(PreferenceKeys.USER NAME));21 txtUsername.setText(ps.getString(PreferenceKeys.USERID)); 22 22 txtPassword.setText(ps.getString(PreferenceKeys.PASSWORD)); 23 23 … … 35 35 protected void loadDefaultValues() { 36 36 IPreferenceStore ps = SabotterPlugin.getDefault().getPreferenceStore(); 37 ps.setValue(PreferenceKeys.USER NAME, SabotterPreferenceInitializer.DEF_USERNAME);37 ps.setValue(PreferenceKeys.USERID, SabotterPreferenceInitializer.DEF_USERNAME); 38 38 ps.setValue(PreferenceKeys.PASSWORD, SabotterPreferenceInitializer.DEF_PASSWORD); 39 39 ps.setValue(PreferenceKeys.API_LIMIT_RATE, 30); … … 47 47 protected void storeValues() { 48 48 IPreferenceStore ps = SabotterPlugin.getDefault().getPreferenceStore(); 49 ps.setValue(PreferenceKeys.USER NAME, txtUsername.getText());49 ps.setValue(PreferenceKeys.USERID, txtUsername.getText()); 50 50 ps.setValue(PreferenceKeys.PASSWORD, txtPassword.getText()); 51 51
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)