UISWTInputReceiverpublic interface UISWTInputReceiver implements org.gudy.azureus2.plugins.ui.UIInputReceiverSWT-specific version of {@link UIInputReciever}, providing some additional
methods to customise the appearance of the input receiver. |
Methods Summary |
---|
public void | selectPreenteredText(boolean select)Indicates whether you want the preentered text to be selected
(highlighted) or not. Default is true .
| public void | setLineHeight(int line_count)Indicates how many lines by default to show the user to enter input.
| public void | setWidthHint(int width)Indicates how wide you want the text entry window to be.
|
|