Searched refs:iconUrl (Results 1 – 1 of 1) sorted by relevance
324 URL iconUrl = toggle.getIconUrl(); in addToggle() local326 if (iconUrl != null) { in addToggle()327 button.setImage(IconFactory.getInstance().getIcon(iconUrl)); in addToggle()363 URL iconUrl = menuAction.getIconUrl(); in addPlainAction() local365 if (iconUrl != null) { in addPlainAction()366 button.setImage(IconFactory.getInstance().getIcon(iconUrl)); in addPlainAction()394 URL iconUrl = icons.get(i); in addRadio() local399 item.setImage(IconFactory.getInstance().getIcon(iconUrl)); in addRadio()421 URL iconUrl = choices.getIconUrl(); in addDropdown() local422 if (iconUrl != null) { in addDropdown()[all …]