Index

Global Objects

Types


Type Label


Extends Control.
RWT Scripting analoge to org.eclipse.swt.widgets.Label

Type Summary
Constructor Attributes Constructor Name and Description
 
Label()
The constructor is not public.
Method Summary
Method Attributes Method Name and Description
 
Returns the widget text.
 
setText(text)
Sets the receivers text to the given string.
Methods borrowed from class Control:
forceFocus, getBackground, getCursor, getData, getEnabled, getForeground, getToolTipText, getVisible, setBackground, setData, setEnabled, setForeground, setToolTipText, setVisible
Type Detail
Label()
The constructor is not public.
Since:
2.2
Method Detail
{string} getText()
Returns the widget text.
Returns:
{string} the widget text

setText(text)
Sets the receivers text to the given string.
Parameters:
{string} text
the new text

Copyright (c) EclipseSource and others 2013. All rights reserved.