• R/O
  • SSH
  • HTTPS

concierge: 提交


Commit MetaInfo

修订版1897 (tree)
时间2009-01-26 15:37:52
作者makimura

Log Message

SJIS -> UTF-8

更改概述

差异

--- branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/Registerer.java (revision 1896)
+++ branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/Registerer.java (revision 1897)
@@ -80,7 +80,7 @@
8080 private ArrayList<Document> typedocs;
8181
8282 /**
83- * スキーマ一覧リストに表示されるスキーマを扱うクラス
83+ * 繧ケ繧ュ繝シ繝樔ク?隕ァ繝ェ繧ケ繝医↓陦ィ遉コ縺輔l繧九せ繧ュ繝シ繝槭r謇ア縺?け繝ゥ繧ケ
8484 * @see org.eclipse.jface.viewers.IStructuredContentProvider
8585 */
8686 private class TypeContentProvider implements IStructuredContentProvider
@@ -103,7 +103,7 @@
103103 }
104104
105105 /**
106- * スキーマ一覧リストに表示されるスキーマを扱うクラス
106+ * 繧ケ繧ュ繝シ繝樔ク?隕ァ繝ェ繧ケ繝医↓陦ィ遉コ縺輔l繧九せ繧ュ繝シ繝槭r謇ア縺?け繝ゥ繧ケ
107107 * @see ITableLabelProvider
108108 */
109109 private class TypeLabelProvider implements ITableLabelProvider
@@ -150,7 +150,7 @@
150150 }
151151
152152 /**
153- * メタ情報一覧用Tableプロバイダー
153+ * 繝。繧ソ諠??ア荳?隕ァ逕ィTable繝励Ο繝舌う繝?繝シ
154154 */
155155 private class FileContentProvider implements IStructuredContentProvider
156156 {
--- branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/preferences/DirStatusDialog.java (revision 1896)
+++ branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/preferences/DirStatusDialog.java (revision 1897)
@@ -29,7 +29,7 @@
2929 }
3030
3131 /**
32- * ダイアログを閉じるときの後始末
32+ * 繝?繧、繧「繝ュ繧ー繧帝哩縺倥k縺ィ縺阪?蠕悟ァ区忰
3333 */
3434 protected void handleShellCloseEvent() {
3535 super.handleShellCloseEvent();
@@ -36,17 +36,17 @@
3636 }
3737
3838 /**
39- * ダイアログの生成
39+ * 繝?繧、繧「繝ュ繧ー縺ョ逕滓?
4040 */
4141 protected Control createDialogArea(final Composite parent)
4242 {
4343 //-----------------------------------------------------------------------------------
4444 Composite base = (Composite)super.createDialogArea(parent);
45- base.setLayout(new GridLayout(1,false));// 親クラスのコンポジットにレイアウトマネージャーをセットする
45+ base.setLayout(new GridLayout(1,false));// 隕ェ繧ッ繝ゥ繧ケ縺ョ繧ウ繝ウ繝昴ず繝?ヨ縺ォ繝ャ繧、繧「繧ヲ繝医?繝阪?繧ク繝」繝シ繧偵そ繝?ヨ縺吶k
4646 base.setLayoutData(new GridData(GridData.FILL_BOTH)) ;
4747
4848 //-----------------------------------------------------------------------------------
49- // 名前入力フィールド
49+ // 蜷榊燕蜈・蜉帙ヵ繧」繝シ繝ォ繝
5050 Composite comp = new Composite(base, SWT.NONE);
5151 comp.setLayout(new GridLayout(2,false));
5252 comp.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)) ;
@@ -58,7 +58,7 @@
5858 monitorCombo = new Combo(comp, SWT.READ_ONLY) ;
5959 monitorCombo.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)) ;
6060 //nameText.setText(Configure.getNameElemText(config)) ;
61- monitorCombo.addModifyListener( new ModifyListener() { // 名前が変更された場合
61+ monitorCombo.addModifyListener( new ModifyListener() { // 蜷榊燕縺悟、画峩縺輔l縺溷?エ蜷
6262 public void modifyText(ModifyEvent e) {
6363 }
6464 });
@@ -66,7 +66,7 @@
6666 monitorCombo.add("false");
6767
6868
69- // ドキュメントの一覧リスト
69+ // 繝峨く繝・繝。繝ウ繝医?荳?隕ァ繝ェ繧ケ繝
7070 Label subLabel = new Label(comp, SWT.NONE | SWT.RIGHT) ;
7171 subLabel.setLayoutData(new GridData()) ;
7272 subLabel.setText("Monitoring subdirs") ;
@@ -74,7 +74,7 @@
7474 subdirCombo = new Combo(comp, SWT.READ_ONLY) ;
7575 subdirCombo.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)) ;
7676 //nameText.setText(Configure.getNameElemText(config)) ;
77- subdirCombo.addModifyListener( new ModifyListener() { // 名前が変更された場合
77+ subdirCombo.addModifyListener( new ModifyListener() { // 蜷榊燕縺悟、画峩縺輔l縺溷?エ蜷
7878 public void modifyText(ModifyEvent e) {
7979 }
8080 });
@@ -94,7 +94,7 @@
9494 return base ;
9595 }
9696 /**
97- * ダイアログサイズの初期化
97+ * 繝?繧、繧「繝ュ繧ー繧オ繧、繧コ縺ョ蛻晄悄蛹
9898 */
9999 protected void initializeBounds() {
100100 //Point size = this.getShell().computeSize(SWT.DEFAULT, SWT.DEFAULT);
@@ -102,7 +102,7 @@
102102 this.getShell().setSize(320, 160);
103103 }
104104 /**
105- * ダイアログのボタンバーの設定
105+ * 繝?繧、繧「繝ュ繧ー縺ョ繝懊ち繝ウ繝舌?縺ョ險ュ螳
106106 */
107107 protected void createButtonsForButtonBar(Composite parent) {
108108 createButton(parent, IDialogConstants.OK_ID, IDialogConstants.OK_LABEL, false);
@@ -110,10 +110,10 @@
110110 }
111111
112112 /**
113- * ボタンバーのボタンを押されたときの動作
113+ *縲?繝懊ち繝ウ繝舌?縺ョ繝懊ち繝ウ繧呈款縺輔l縺溘→縺阪?蜍穂ス
114114 */
115115 protected void buttonPressed(int button) {
116- if (button == IDialogConstants.OK_ID) { // OKボタン 探索条件を保存して閉じる
116+ if (button == IDialogConstants.OK_ID) { // OK繝懊ち繝ウ 謗「邏「譚。莉カ繧剃ソ晏ュ倥@縺ヲ髢峨§繧
117117 //bModify = false ;
118118 if(monitorCombo.getText() == "true")
119119 this.monitor = true;
@@ -126,7 +126,7 @@
126126
127127 this.setReturnCode(button);
128128 this.close();
129- } else if( button == IDialogConstants.CANCEL_ID ){ // キャンセルボタン 保存しないで閉じる
129+ } else if( button == IDialogConstants.CANCEL_ID ){ // 繧ュ繝」繝ウ繧サ繝ォ繝懊ち繝ウ縲?菫晏ュ倥@縺ェ縺?〒髢峨§繧
130130 this.setReturnCode(button);
131131 this.close();
132132 }
--- branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/preferences/PreferenceInitializer.java (revision 1896)
+++ branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/preferences/PreferenceInitializer.java (revision 1897)
@@ -11,7 +11,7 @@
1111 public class PreferenceInitializer extends AbstractPreferenceInitializer {
1212
1313 /**
14- * LabNote用プリファレンスのデフォルト値の設定
14+ * LabNote逕ィ繝励Μ繝輔ぃ繝ャ繝ウ繧ケ縺ョ繝?ヵ繧ゥ繝ォ繝亥?、縺ョ險ュ螳
1515 * @see org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer#initializeDefaultPreferences()
1616 */
1717 public void initializeDefaultPreferences() {
--- branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/preferences/ConditionDialog.java (revision 1896)
+++ branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/preferences/ConditionDialog.java (revision 1897)
@@ -56,7 +56,7 @@
5656 }
5757
5858 /**
59- * ダイアログを閉じるときの後始末
59+ * 繝?繧、繧「繝ュ繧ー繧帝哩縺倥k縺ィ縺阪?蠕悟ァ区忰
6060 */
6161 protected void handleShellCloseEvent() {
6262 super.handleShellCloseEvent();
@@ -63,17 +63,17 @@
6363 }
6464
6565 /**
66- * ダイアログの生成
66+ * 繝?繧、繧「繝ュ繧ー縺ョ逕滓?
6767 */
6868 protected Control createDialogArea(final Composite parent)
6969 {
7070 //-----------------------------------------------------------------------------------
7171 Composite base = (Composite)super.createDialogArea(parent);
72- base.setLayout(new GridLayout(1,false));// 親クラスのコンポジットにレイアウトマネージャーをセットする
72+ base.setLayout(new GridLayout(1,false));// 隕ェ繧ッ繝ゥ繧ケ縺ョ繧ウ繝ウ繝昴ず繝?ヨ縺ォ繝ャ繧、繧「繧ヲ繝医?繝阪?繧ク繝」繝シ繧偵そ繝?ヨ縺吶k
7373 base.setLayoutData(new GridData(GridData.FILL_BOTH)) ;
7474
7575 //-----------------------------------------------------------------------------------
76- // 名前入力フィールド
76+ // 蜷榊燕蜈・蜉帙ヵ繧」繝シ繝ォ繝
7777 Composite comp = new Composite(base, SWT.BORDER);
7878 comp.setLayout(new GridLayout(4,false));
7979 comp.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)) ;
@@ -89,7 +89,7 @@
8989 ngd.horizontalSpan = 2;
9090 nameText.setLayoutData(ngd) ;
9191 //nameText.setText(Configure.getNameElemText(config)) ;
92- nameText.addModifyListener( new ModifyListener() { // 名前が変更された場合
92+ nameText.addModifyListener( new ModifyListener() { // 蜷榊燕縺悟、画峩縺輔l縺溷?エ蜷
9393 public void modifyText(ModifyEvent e) {
9494 }
9595 });
@@ -96,7 +96,7 @@
9696 nameText.setEditable(editable);
9797 nameText.setEnabled(editable);
9898
99- // ドキュメントの一覧リスト
99+ // 繝峨く繝・繝。繝ウ繝医?荳?隕ァ繝ェ繧ケ繝
100100 Label typeLabel = new Label(comp, SWT.NONE | SWT.RIGHT) ;
101101 GridData tgd = new GridData();
102102 tgd.horizontalSpan = 1;
@@ -117,7 +117,7 @@
117117 tcgd.horizontalSpan = 3;
118118 typeCombo.setLayoutData(tcgd) ;
119119 //nameText.setText(Configure.getNameElemText(config)) ;
120- typeCombo.addModifyListener( new ModifyListener() { // 名前が変更された場合
120+ typeCombo.addModifyListener( new ModifyListener() { // 蜷榊燕縺悟、画峩縺輔l縺溷?エ蜷
121121 public void modifyText(ModifyEvent e) {
122122 }
123123 });
@@ -200,7 +200,7 @@
200200 return base ;
201201 }
202202 /**
203- * ダイアログサイズの初期化
203+ * 繝?繧、繧「繝ュ繧ー繧オ繧、繧コ縺ョ蛻晄悄蛹
204204 */
205205 protected void initializeBounds() {
206206 //Point size = this.getShell().computeSize(SWT.DEFAULT, SWT.DEFAULT);
@@ -208,7 +208,7 @@
208208 this.getShell().setSize(480, 240);
209209 }
210210 /**
211- * ダイアログのボタンバーの設定
211+ * 繝?繧、繧「繝ュ繧ー縺ョ繝懊ち繝ウ繝舌?縺ョ險ュ螳
212212 */
213213 protected void createButtonsForButtonBar(Composite parent) {
214214 createButton(parent, IDialogConstants.OK_ID, IDialogConstants.OK_LABEL, false);
@@ -216,10 +216,10 @@
216216 }
217217
218218 /**
219- * ボタンバーのボタンを押されたときの動作
219+ *縲?繝懊ち繝ウ繝舌?縺ョ繝懊ち繝ウ繧呈款縺輔l縺溘→縺阪?蜍穂ス
220220 */
221221 protected void buttonPressed(int button) {
222- if (button == IDialogConstants.OK_ID) { // OKボタン 探索条件を保存して閉じる
222+ if (button == IDialogConstants.OK_ID) { // OK繝懊ち繝ウ 謗「邏「譚。莉カ繧剃ソ晏ュ倥@縺ヲ髢峨§繧
223223 //bModify = false ;
224224 try
225225 {
@@ -237,7 +237,7 @@
237237 this.pluginid = (String) typeCombo.getData(this.type);
238238 this.setReturnCode(button);
239239 this.close();
240- } else if( button == IDialogConstants.CANCEL_ID ){ // キャンセルボタン 保存しないで閉じる
240+ } else if( button == IDialogConstants.CANCEL_ID ){ // 繧ュ繝」繝ウ繧サ繝ォ繝懊ち繝ウ縲?菫晏ュ倥@縺ェ縺?〒髢峨§繧
241241 this.setReturnCode(button);
242242 this.close();
243243 }
--- branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/preferences/RegistererPreferencePage.java (revision 1896)
+++ branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/preferences/RegistererPreferencePage.java (revision 1897)
@@ -57,8 +57,8 @@
5757
5858
5959 /**
60- * LabNoteのプリファレンスを管理するクラス
61- * ハイライト(見出し)の書式と, 祝祭日の設定用
60+ * LabNote縺ョ繝励Μ繝輔ぃ繝ャ繝ウ繧ケ繧堤ョ。逅?☆繧九け繝ゥ繧ケ
61+ * 繝上う繝ゥ繧、繝?隕句?縺?縺ョ譖ク蠑上→, 逾晉・ュ譌・縺ョ險ュ螳夂畑
6262 * @see org.eclipse.jface.preference.PreferencePage
6363 */
6464 public class RegistererPreferencePage extends PreferencePage
@@ -270,7 +270,7 @@
270270
271271
272272 /**
273- * コンストラクタ
273+ * 繧ウ繝ウ繧ケ繝医Λ繧ッ繧ソ
274274 *
275275 */
276276 public RegistererPreferencePage() {
--- branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/BaseComparator.java (revision 1896)
+++ branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/BaseComparator.java (revision 1897)
@@ -5,7 +5,7 @@
55 import org.eclipse.swt.widgets.TableColumn;
66
77 /**
8- * TableViewerで利用されるデータ比較のための基本クラス
8+ * TableViewer縺ァ蛻ゥ逕ィ縺輔l繧九ョ繝シ繧ソ豈碑シ??縺溘a縺ョ蝓コ譛ャ繧ッ繝ゥ繧ケ
99 * @author suzuki
1010 * @see Comparator
1111 */
@@ -15,7 +15,7 @@
1515 protected int sortorder = 1;
1616
1717 /**
18- * ソート順の変更
18+ * 繧ス繝シ繝磯???螟画峩
1919 *
2020 */
2121 public void changeSortOrder()
@@ -24,7 +24,7 @@
2424 }
2525
2626 /**
27- * 比較対象のカラムの設定
27+ * 豈碑シ?ッセ雎。縺ョ繧ォ繝ゥ繝?縺ョ險ュ螳
2828 * @param tc
2929 */
3030 public void setColumn(TableColumn tc)
@@ -38,7 +38,7 @@
3838 }
3939
4040 /**
41- * 比較メソッド
41+ * 豈碑シ?Γ繧ス繝?ラ
4242 */
4343 public abstract int compare(Object obj1, Object obj2);
4444 }
--- branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/IDComparator.java (revision 1896)
+++ branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/IDComparator.java (revision 1897)
@@ -4,7 +4,7 @@
44 import jp.sourceforge.concierge.plugin.EditDocument;
55
66 /**
7- * メタデータIDの比較クラス
7+ * 繝。繧ソ繝??繧ソID縺ョ豈碑シ?け繝ゥ繧ケ
88 * @author suzuki
99 *
1010 */
--- branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/PathComparator.java (revision 1896)
+++ branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/PathComparator.java (revision 1897)
@@ -5,7 +5,7 @@
55
66
77 /**
8- * 実ファイルパスの比較クラス
8+ * 螳溘ヵ繧。繧、繝ォ繝代せ縺ョ豈碑シ?け繝ゥ繧ケ
99 * @author suzuki
1010 *
1111 */
--- branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/TypeSelectionDialog.java (revision 1896)
+++ branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/TypeSelectionDialog.java (revision 1897)
@@ -121,11 +121,11 @@
121121
122122 //-----------------------------------------------------------------------------------
123123 base = (Composite)super.createDialogArea(parent);
124- base.setLayout(new GridLayout(1,false));// 親クラスのコンポジットにレイアウトマネージャーをセットする
124+ base.setLayout(new GridLayout(1,false));// 隕ェ繧ッ繝ゥ繧ケ縺ョ繧ウ繝ウ繝昴ず繝?ヨ縺ォ繝ャ繧、繧「繧ヲ繝医?繝阪?繧ク繝」繝シ繧偵そ繝?ヨ縺吶k
125125 base.setLayoutData(new GridData(GridData.FILL_BOTH)) ;
126126
127127 //-----------------------------------------------------------------------------------
128- // 名前入力フィールド
128+ // 蜷榊燕蜈・蜉帙ヵ繧」繝シ繝ォ繝
129129 Composite comp = new Composite(base, SWT.NONE);
130130 comp.setLayout(new GridLayout(1, false));
131131 comp.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)) ;
--- branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/TypeComparator.java (revision 1896)
+++ branches/beta5/Plugin Registerer/src/jp/sourceforge/concierge/plugin/registerer/TypeComparator.java (revision 1897)
@@ -4,7 +4,7 @@
44 import jp.sourceforge.concierge.plugin.EditDocument;
55
66 /**
7- * タイプの比較クラス
7+ * 繧ソ繧、繝励?豈碑シ?け繝ゥ繧ケ
88 * @author suzuki
99 *
1010 */
Show on old repository browser