Home
last modified time | relevance | path

Searched refs:_sTableID (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/table/impl/
H A DTableViewFactory.java29 Class<?> pluginDataSourceType, String _sTableID, in createTableViewSWT() argument
33 _sTableID, _sPropertiesPrefix, _basicItems, _sDefaultSortOn, in createTableViewSWT()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/common/table/impl/
H A DTableViewImpl.java188 public TableViewImpl(Class<?> pluginDataSourceType, String _sTableID, in TableViewImpl() argument
192 tableID = _sTableID; in TableViewImpl()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/table/painted/
H A DTableViewPainted.java216 public TableViewPainted(Class<?> pluginDataSourceType, String _sTableID, in TableViewPainted() argument
219 super(pluginDataSourceType, _sTableID, _sPropertiesPrefix, _basicItems); in TableViewPainted()