摘要:
http://blogs.oracle.com/geertjan/entry/netbeans_platform_apis_top_10————————————————————————————————————————————————————————————————————————If yesterday's list of NetBeans APIs are to be seen as the NetBeans Platform's "Top 10 Greatest Hits" (the 10th place is still open to suggest 阅读全文
摘要:
http://blogs.oracle.com/geertjan/entry/netbeans_apis_add_close_button————————————————————————————————————————————————————————————————————————One of the many esoterically ongoing discussions in the Swing world is that of "The Missing Close Button on JTabbedPanes". (To see a selection of the 阅读全文
摘要:
http://blogs.oracle.com/geertjan/entry/org_openide_awt_dropdownbuttonfactory1————————————————————————————————————————————————————————————————————I was learning about org.openide.awt.DropDownButtonFactory yesterday, because of the cool Profiler drop-down buttons in the IDE's toolbar. I assumed th 阅读全文
摘要:
http://blogs.oracle.com/geertjan/entry/code_for_rerun_dropdownbuttonfactory——————————————————————————————————————————————————————————————————————I made some serious progress with my redeploy plugin today. Since it was inspired by Gareth Uren, who liked this functionality in Eclipse and misses it i.. 阅读全文
摘要:
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... 阅读全文
摘要:
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. 阅读全文
摘要:
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.. 阅读全文
摘要:
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 – . 阅读全文
摘要:
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 .. 阅读全文
摘要:
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... 阅读全文