FileDocCategorySizeDatePackage
UISWTInputReceiver.javaAPI DocAzureus 3.0.3.41753Mon Nov 13 14:27:02 GMT 2006org.gudy.azureus2.ui.swt.plugins

UISWTInputReceiver

public interface UISWTInputReceiver implements org.gudy.azureus2.plugins.ui.UIInputReceiver
SWT-specific version of {@link UIInputReciever}, providing some additional methods to customise the appearance of the input receiver.

Fields Summary
Constructors Summary
Methods Summary
public voidselectPreenteredText(boolean select)
Indicates whether you want the preentered text to be selected (highlighted) or not. Default is true.

param
select

public voidsetLineHeight(int line_count)
Indicates how many lines by default to show the user to enter input.

param
line_count

public voidsetWidthHint(int width)
Indicates how wide you want the text entry window to be.

param
width