Uses of Interface
com.biglybt.ui.swt.components.BubbleTextBox.BubbleTextBoxChangeListener
-
Packages that use BubbleTextBox.BubbleTextBoxChangeListener Package Description com.biglybt.ui.swt.components com.biglybt.ui.swt.views.table.painted -
-
Uses of BubbleTextBox.BubbleTextBoxChangeListener in com.biglybt.ui.swt.components
Fields in com.biglybt.ui.swt.components with type parameters of type BubbleTextBox.BubbleTextBoxChangeListener Modifier and Type Field Description (package private) java.util.List<BubbleTextBox.BubbleTextBoxChangeListener>
BubbleTextBox. bubbleTextBoxChangeListeners
Methods in com.biglybt.ui.swt.components with parameters of type BubbleTextBox.BubbleTextBoxChangeListener Modifier and Type Method Description void
BubbleTextBox. addBubbleTextBoxChangeListener(BubbleTextBox.BubbleTextBoxChangeListener listener)
void
BubbleTextBox. removeBubbleTextBoxChangeListenener(BubbleTextBox.BubbleTextBoxChangeListener listener)
-
Uses of BubbleTextBox.BubbleTextBoxChangeListener in com.biglybt.ui.swt.views.table.painted
Classes in com.biglybt.ui.swt.views.table.painted that implement BubbleTextBox.BubbleTextBoxChangeListener Modifier and Type Class Description class
TableViewPainted
A TableView implemented by painting on a canvas TODO: Keyboard Selection Cursor Column move and resize past bounds
-