org.gudy.azureus2.ui.swt.components
Class BubbleTextBox

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.components.BubbleTextBox

public class BubbleTextBox
extends Object

TextBox with a "search bubble" style around it. Search icon on left, X on the right

Author:
TuxPaper

Constructor Summary
BubbleTextBox(org.eclipse.swt.widgets.Composite parent, int style)
           
 
Method Summary
 org.eclipse.swt.widgets.Composite getParent()
           
 org.eclipse.swt.widgets.Text getTextWidget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BubbleTextBox

public BubbleTextBox(org.eclipse.swt.widgets.Composite parent,
                     int style)
Method Detail

getParent

public org.eclipse.swt.widgets.Composite getParent()

getTextWidget

public org.eclipse.swt.widgets.Text getTextWidget()