Home
last modified time | relevance | path

Searched refs:soInfoTitle (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/devices/
H A DTranscodeChooser.java87 private SWTSkinObjectText soInfoTitle; field in TranscodeChooser
345 soInfoTitle = (SWTSkinObjectText) skin.getSkinObject("info-title"); in createProfileList()
381 if (soInfoTitle != null) { in createProfileList()
382 soInfoTitle.setTextID( in createProfileList()
624 if (soInfoTitle != null) { in resetProfileInfoBox()
625 soInfoTitle.setTextID("devices.choose.profile.info.title"); in resetProfileInfoBox()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/devices/add/
H A DDeviceTemplateChooser.java109 SWTSkinObjectText soInfoTitle = (SWTSkinObjectText) skin.getSkinObject("info-title"); in createDeviceTemplateList2() local