Uses of Class
com.biglybt.ui.swt.components.BubbleTextBox
-
-
Uses of BubbleTextBox in com.biglybt.ui.swt.components
Methods in com.biglybt.ui.swt.components with parameters of type BubbleTextBox Modifier and Type Method Description void
BubbleTextBox.BubbleTextBoxChangeListener. bubbleTextBoxChanged(BubbleTextBox bubbleTextBox)
-
Uses of BubbleTextBox in com.biglybt.ui.swt.skin
Fields in com.biglybt.ui.swt.skin declared as BubbleTextBox Modifier and Type Field Description private BubbleTextBox
SWTSkinObjectTextbox. bubbleTextBox
Methods in com.biglybt.ui.swt.skin that return BubbleTextBox Modifier and Type Method Description BubbleTextBox
SWTSkinObjectTextbox. getBubbleTextBox()
-
Uses of BubbleTextBox in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views declared as BubbleTextBox Modifier and Type Field Description private BubbleTextBox
PiecesViewBase. bubbleTextBox
private BubbleTextBox
MyTorrentsSuperView. filterBox
protected BubbleTextBox
MyTorrentsView. filterBox
Constructors in com.biglybt.ui.swt.views with parameters of type BubbleTextBox Constructor Description MyTorrentsSuperView(BubbleTextBox filterBox, org.eclipse.swt.widgets.Composite cCats, java.lang.Object initialDS)
MyTorrentsView(Core core, java.lang.String tableID, boolean isSeedingView, TableColumnCore[] basicItems, BubbleTextBox filterBox, org.eclipse.swt.widgets.Composite cCatsAndTags, boolean supportsTabs)
Initialize -
Uses of BubbleTextBox in com.biglybt.ui.swt.views.skin
Constructors in com.biglybt.ui.swt.views.skin with parameters of type BubbleTextBox Constructor Description MyTorrentsView_Big(Core _core, int torrentFilterMode, java.lang.Object dataSource, TableColumnCore[] basicItems, BubbleTextBox txtFilter, org.eclipse.swt.widgets.Composite cCatsTags)
MyTorrentsView_Small(Core _core, int torrentFilterMode, java.lang.Object dataSource, TableColumnCore[] basicItems, BubbleTextBox txtFilter, org.eclipse.swt.widgets.Composite cCatsTags)
-
Uses of BubbleTextBox in com.biglybt.ui.swt.views.table
Fields in com.biglybt.ui.swt.views.table declared as BubbleTextBox Modifier and Type Field Description BubbleTextBox
TableViewSWTFilter. filterBox
Methods in com.biglybt.ui.swt.views.table with parameters of type BubbleTextBox Modifier and Type Method Description void
TableViewSWT. enableFilterCheck(BubbleTextBox txtFilter, TableViewFilterCheck<DATASOURCETYPE> filterCheck)
void
TableViewSWT. enableFilterCheck(BubbleTextBox txtFilter, TableViewFilterCheck<DATASOURCETYPE> filterCheck, boolean filterSubRows)
-
Uses of BubbleTextBox in com.biglybt.ui.swt.views.table.impl
Fields in com.biglybt.ui.swt.views.table.impl declared as BubbleTextBox Modifier and Type Field Description private BubbleTextBox
TableViewTab. filterTextControl
Methods in com.biglybt.ui.swt.views.table.impl with parameters of type BubbleTextBox Modifier and Type Method Description void
TableViewTab. enableFilterCheck(BubbleTextBox textControl, TableViewFilterCheck.TableViewFilterCheckEx<DATASOURCETYPE> filter_check_handler)
-
Uses of BubbleTextBox in com.biglybt.ui.swt.views.table.painted
Methods in com.biglybt.ui.swt.views.table.painted with parameters of type BubbleTextBox Modifier and Type Method Description void
TableViewPainted. bubbleTextBoxChanged(BubbleTextBox bubbleTextBox)
void
TableViewPainted. enableFilterCheck(BubbleTextBox txtFilter, TableViewFilterCheck<java.lang.Object> filterCheck)
void
TableViewPainted. enableFilterCheck(BubbleTextBox filterBox, TableViewFilterCheck<java.lang.Object> filterCheck, boolean filterSubRows)
-