by Keyoti - 상품타입: Component / JavaBean / Java Class
주의 : 이 제품정보에는 한글안내가 포함되어 있지 않습니다.
Add spell check value to any GUI/nonGUI textual Java application (email, word processor etc) with a couple of lines of code. RapidSpell Desktop Java can also be used on servers to provide spell checking functionality. A clean API and no native code mean a rapid and simple implementation task. Uses combined or separate customisable 140,000 word U.S. & U.K. dictionaries (and user dictionary), multi-threaded GUI and a powerful suggestion engine.
일반 적인 소비자 가격은 하기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
| 주문 | ₩ 248,400 | 1 Developer License | 다운로드 (6.0 MB) | |
| 주문 | ₩ 538,400 | 5 Developer Team License | 다운로드 (6.0 MB) | |
| 주문 | ₩ 1,401,600 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) | 다운로드 (6.0 MB) | |
| 주문 | ₩ 760,300 | Source Code Escrow Annual Subscription - (An Escrow Agreement will be sent to you for signature - please read Licensing section below) | 다운로드 (43 KB) |
가격에는 ComponentSource의 기술지원 요금이 포함되어 있습니다. 또한 다운로드 판매를 하고 있는 상품의 대부분은 온라인 백업요금이 포함되어 있어서 구입날로부터 30일 이내에 새로운 버전이 발매된 경우 무료로 업그레이드해 드리고 있습니다. 모든 주문에 대해서 당사표준 계약조건 및 반품조건 의 내용이 적용됩니다. 다음의 경우,고객 서비스로연락하시기 바랍니다. (상기의 리스트에 게재되지 않은 대량의 라이센스나 구 버전 등의 라이센스 옵션이 필요한 경우)
일반 적인 소비자 가격은 상기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
Improvements in RapidSpell Desktop Java V2.2.0
Improvements in RapidSpell Desktop Java V2.1.0
Improvements in RapidSpell Desktop Java V2.0
Details
RapidSpell provides 2 spelling Swing Beans to add checking functionality to your Swing GUI or non GUI (eg; console/server) applications. The GUI Bean provides all the usual features, add, change, change all, ignore, ignore all, and smart suggestions. It interactively checks ANY JTextComponent derived component such as JEditorPane, JTextPane, JTextArea and JTextField - checks selections, whole documents with wrap at end, highlights errors, accepts manual corrections, allows user to edit main document during spell check and also supports a user dictionary. The main dictionary may be customized or created from scratch with our free Dict Manager tool. The nonGUI Bean provides core spell checker functionality suitable for deep integration, user interface rewrites or console applications. It has been clocked at 50,000 words/sec on a basic 1GHz PC.
RapidSpell has built-in multi-lingual support, offering the GUI in several languages.
Technical
Written to JDK1.2.2 specification, will work with future versions. The API was carefully designed to provide for easy customisation of the GUI by simply extending its class and overriding the design method (an example of this is included). The GUI is 99% customisable, taking your look & feel with out constraint, supporting your icons etc. The Beans are loadable into any IDE or RAD tool that supports JavaBeans. The non GUI Bean provides core functionality and ease of use - you pass the text you want checked and then iterate through each misspelt word finding suggestions and correcting as you go. You have access to the corrected text at any time.