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

1.5 Querying the Display - SWT: The Standard Widget Toolkit

Previous Section  < Day Day Up >  Next Section

1.5 Querying the Display

Widgets provide the method getDisplay() that is used to query the Display.

getDisplay() Answers the display where the widget was created.

Display is such an important class in SWT that every widget knows on which Display it was created. Display is described in full detail in the chapter Display.

    Previous Section  < Day Day Up >  Next Section