Browse CVS Repository
Contents of /dict4eclipse/org.ocharake.matobaa.dictionary/Memo.java
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
( as text)
Mon Nov 22 17:30:17 2004 UTC
(19 years, 4 months ago)
by matobaa
Branch: MAIN
CVS Tags: Release_001forEclipse213, HEAD
File MIME type: text/x-java
2.1.3用に適合させ、パッケージングしてリリースした。
| 1 |
import org.eclipse.core.runtime.Path; |
| 2 |
import org.eclipse.core.runtime.Status; |
| 3 |
import org.eclipse.swt.widgets.Text; |
| 4 |
import org.ocharake.matobaa.dictionary.DictionaryPlugin; |
| 5 |
import org.ocharake.matobaa.dictionary.IDictionary; |
| 6 |
|
| 7 |
public class Memo { |
| 8 |
Text result; |
| 9 |
Text queryWord; |
| 10 |
IDictionary dict; |
| 11 |
void 繝励Λ繧ー繧、繝ウ縺ョ繝輔Ν繝代せ繧貞叙蠕励☆繧九↓縺ッ() { |
| 12 |
DictionaryPlugin.getDefault().find(new Path("gene.txt")).getPath(); |
| 13 |
} |
| 14 |
void 繝励Λ繧ー繧、繝ウ縺ァ繝ュ繧ー繧定ィ倬鹸縺吶k縺ォ縺ッ(String 險倬鹸縺励◆縺?枚蟄怜?) { |
| 15 |
Status status = |
| 16 |
new Status(Status.ERROR, "matobaa", Status.OK, 險倬鹸縺励◆縺?枚蟄怜?, null); |
| 17 |
DictionaryPlugin.getDefault().getLog().log(status); |
| 18 |
} |
| 19 |
} |
|