Home
last modified time | relevance | path

Searched refs:soInfoText (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.java89 private SWTSkinObjectText soInfoText; field in TranscodeChooser
346 soInfoText = (SWTSkinObjectText) skin.getSkinObject("info-text"); in createProfileList()
387 if (soInfoText != null) { in createProfileList()
388 soInfoText.setText(description); in createProfileList()
627 if (soInfoText != null) { in resetProfileInfoBox()
628 soInfoText.setTextID("devices.choose.profile.info.text"); in resetProfileInfoBox()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/devices/add/
H A DDeviceTemplateChooser.java110 SWTSkinObjectText soInfoText = (SWTSkinObjectText) skin.getSkinObject("info-text"); in createDeviceTemplateList2() local