summaryrefslogtreecommitdiffstats
path: root/examples/org.eclipse.swt.examples.controls/plugin.properties
blob: 418cd71a1e7acc07f346c17462c82c9e7669d4c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
providerName = Eclipse.org
plugin.SWTControlsExample.name = SWT Controls Example Plugin
category.SWTExamples.name = SWT Examples
view.ControlsExample.name = SWT Controls

launchcategory.SWTViewExamples.name = Workbench Views
launchcategory.SWTViewExamples.description = \
	A collection of Standard Widget Toolkit examples that run as Views inside the Workbench.  \
	These examples will create a new View in the current Perspective.

launchitem.ControlsExample.name = Controls
launchitem.ControlsExample.description = \
	This example is a simple demonstration of common SWT controls.\n\n\
	It consists of a tab folder where each tab allows the user \
	to interact with a different SWT control. \
	The user can change styles and settings and view how this affects the control.