Home
last modified time | relevance | path

Searched refs:_sPropertiesPrefix (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.java30 String _sPropertiesPrefix, TableColumnCore[] _basicItems, 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.java189 String _sPropertiesPrefix, TableColumnCore[] _basicItems) { in TableViewImpl() argument
191 propertiesPrefix = _sPropertiesPrefix; in TableViewImpl()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/table/painted/
H A DTableViewPainted.java217 String _sPropertiesPrefix, TableColumnCore[] _basicItems, in TableViewPainted() argument
219 super(pluginDataSourceType, _sTableID, _sPropertiesPrefix, _basicItems); in TableViewPainted()