Uses of Interface
com.biglybt.pif.ui.tables.TableCellInplaceEditorListener
-
Packages that use TableCellInplaceEditorListener Package Description com.biglybt.ui.common.table com.biglybt.ui.common.table.impl com.biglybt.ui.swt.views.tableitems.files -
-
Uses of TableCellInplaceEditorListener in com.biglybt.ui.common.table
Methods in com.biglybt.ui.common.table that return TableCellInplaceEditorListener Modifier and Type Method Description TableCellInplaceEditorListener
TableColumnCore. getInplaceEditorListener()
Methods in com.biglybt.ui.common.table with parameters of type TableCellInplaceEditorListener Modifier and Type Method Description void
TableColumnCore. setInplaceEditorListener(TableCellInplaceEditorListener l)
-
Uses of TableCellInplaceEditorListener in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl declared as TableCellInplaceEditorListener Modifier and Type Field Description private TableCellInplaceEditorListener
TableColumnImpl. cellEditorListener
Methods in com.biglybt.ui.common.table.impl that return TableCellInplaceEditorListener Modifier and Type Method Description TableCellInplaceEditorListener
TableColumnImpl. getInplaceEditorListener()
Methods in com.biglybt.ui.common.table.impl with parameters of type TableCellInplaceEditorListener Modifier and Type Method Description void
TableColumnImpl. setInplaceEditorListener(TableCellInplaceEditorListener l)
-
Uses of TableCellInplaceEditorListener in com.biglybt.ui.swt.views.tableitems.files
Classes in com.biglybt.ui.swt.views.tableitems.files that implement TableCellInplaceEditorListener Modifier and Type Class Description class
NameItem
Torrent name cell for My Torrents.
-