以下是作者简介:
I am a software developer and consultant with more than 10 years of programming experience. I have developed several swing based projects with advanced text editors and web applications based on latest technologies and have some knowledge which I would like to share with readers.
Custom EditorKit creation example
摘要:http://java-sl.com/editor_kit_tutorial_example.html———————————————————————————————————————————————————————————————————————— Table of content of the tutorial OverviewDocumentViewFactory and ViewsReader and WriterActionsExample There are 7 classes MyEditorKit, MyDocument, MyViewFactory, MyLabelView...
阅读全文
posted @
2011-09-27 14:43
网络大豆
阅读(271)
推荐(0) 编辑
EditorKit and adding Actions to JEditorPane
摘要:http://java-sl.com/editor_kit_tutorial_actions.html———————————————————————————————————————————————————————————————————————— Table of content of the tutorial OverviewDocumentViewFactory and ViewsReader and WriterActionsExample Actions are operations user can do with JEditorPane content. There are 2..
阅读全文
posted @
2011-09-27 14:39
网络大豆
阅读(151)
推荐(0) 编辑
EditorKit and content dependent Reader/Writer
摘要:http://java-sl.com/editor_kit_tutorial_reader_writer.html—————————————————————————————————————————————————————————————————————— Table of content of the tutorial OverviewDocumentViewFactory and ViewsReader and WriterActionsExample Different types of EditorKits are created to work with specific types.
阅读全文
posted @
2011-09-27 14:39
网络大豆
阅读(263)
推荐(0) 编辑
JEditorPane's views structure
摘要:http://java-sl.com/editor_kit_tutorial_views.html——————————————————————————————————————————————————————————————————————Table of content of the tutorial OverviewDocumentViewFactory and ViewsReader and WriterActionsExample There are 3 main views used to represent Elements’ structure in JEditorPane – .
阅读全文
posted @
2011-09-27 14:38
网络大豆
阅读(189)
推荐(0) 编辑
JEditorPane's model - Document
摘要:http://java-sl.com/editor_kit_tutorial_document.html——————————————————————————————————————————————————————————————————————Table of content of the tutorial OverviewDocumentViewFactory and ViewsReader and WriterActionsExample Document interface implementation represents model of data to be shown in ..
阅读全文
posted @
2011-09-27 14:36
网络大豆
阅读(243)
推荐(0) 编辑
EditorKit - Document - Views relations tutorial (Overview)
摘要:http://java-sl.com/editor_kit_tutorial.html—————————————————————————————————————————————————————————————————————— I am often asked to explain some details or overall concept of EditorKits using. People ask how Views work or how Document interacts with Views or how different actions changes mode...
阅读全文
posted @
2011-09-27 14:34
网络大豆
阅读(127)
推荐(0) 编辑