站内搜索: 请输入搜索关键词
当前页面: 图书首页 > SWT: The Standard Widget Toolkit

9.4 Summary - SWT: The Standard Widget Toolkit

Previous Section  < Day Day Up >  Next Section

9.4 Summary

The advanced controls in SWT build on the standard concepts and API names of the toolkit. For that reason, although these controls define lots of API, they do not add many new names or concepts, making them easy to learn. Trees and tab folders support the lazy creation of items and controls using very different techniques. Trees requires a dummy item, whereas tab folders use the selection event. Although not done lazily, TableItem creation can be performed in a background thread or idle handle, freeing up the user interface.

    Previous Section  < Day Day Up >  Next Section