| Home >> All |
j3: Javadoc index of package j3.
Package Samples:
j3
Classes:
J3: The main class for J3. Jason's Java Jiten -- and other nifty i18n utils. I hope that this package will handle all dictionary files thrown at it -- provided there's an index or parser related translation file to go along with it; work in any language; be flexible enough to allow folks a nice program for helping with i18n learning. Notes: There seems to be four states of inconsistencies based off of: whether or not the user provides -Duser.language=ja (or, 'en', whatever) what language the user chooses in the GUI. -Duser.language=ja and choosing English gets Japanese dialog boxes, and English GUI; ...
J3DB: J3DB is the class code for handling J3 DB transactions with 'ease'. I intended, through nothing but a convenient mishap, to extend the J3 class, so we could have dictionaries of all walks of life: local parsed, remote DB, remote parsed, etc. All the remote dictionaries have to do is implement the queryDictionary method that returns a String[] of results and you're in business: J3 doesn't care what the implementation is.
J3Dict: J3Dict is the internal representation of a dictionary in my j3 package. It handles lots of good stuff, although it's probably not as robust as it can be. It's linked into a J3. If this somehow becomes useful to others, then they can remove the call to j3.addDictionary(...) in the J3 cstr, and pass in null to the cstr instead.
resetListener: Small helper class to listen for hitting the 'reset' button in the GUI. Wrote this before I knew any better. This should now, probably be a private inner class of J3.
utils: My J3 utils class. Here one will find (hopefull many and good) utils that will assist in i18n programming, right now designed for Japanese and English
goNextActionListener: Simple actionListener that goNextActionListener calls into J3 to update the scores
addDictionaryActionListener: addDictionaryActionListener is simply the Dictionary settings Frame.
queryListener: queryListener listens for queries and processes them
addDBDictionaryActionListener: Describe class addDBDictionaryActionListener here.
KanjiCard: KanjiCard, silly little game, I'm writing
ParserResultsWrapper: Wrapper class for the EDICTParser
| Home | Contact Us | Privacy Policy | Terms of Service |