org.eclipse.swt.widgets.Label

Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Contributors: IBM Corporation - initial API and implementation Port to the D programming language: Frank Benoit <benoit@tionex.de>

Members

Classes

Label
class Label

Instances of this class represent a non-selectable user interface object that displays a string or image. When SEPARATOR is specified, displays a single vertical or horizontal line. <p> Shadow styles are hints and may not be honoured by the platform. To create a separator label with the default shadow style for the platform, do not specify a shadow style. </p> <dl> <dt><b>Styles:</b></dt> <dd>SEPARATOR, HORIZONTAL, VERTICAL</dd> <dd>SHADOW_IN, SHADOW_OUT, SHADOW_NONE</dd> <dd>CENTER, LEFT, RIGHT, WRAP</dd> <dt><b>Events:</b></dt> <dd>(none)</dd> </dl> <p> Note: Only one of SHADOW_IN, SHADOW_OUT and SHADOW_NONE may be specified. SHADOW_NONE is a HINT. Only one of HORIZONTAL and VERTICAL may be specified. Only one of CENTER, LEFT and RIGHT may be specified. </p><p> IMPORTANT: This class is intended to be subclassed <em>only</em> within the SWT implementation. </p>

Meta