Searched refs:iconUrl (Results 1 – 2 of 2) sorted by relevance
127 @Nullable URL iconUrl, in createAction() argument132 action.setIconUrl(iconUrl); in createAction()157 @Nullable URL iconUrl, in createToggle() argument162 toggle.setIconUrl(iconUrl); in createToggle()188 @Nullable URL iconUrl, in createChoices() argument194 choices.setIconUrl(iconUrl); in createChoices()229 @Nullable URL iconUrl, in createChoices() argument234 choices.setIconUrl(iconUrl); in createChoices()268 @Nullable URL iconUrl, in createChoices() argument281 choices.setIconUrl(iconUrl); in createChoices()[all …]
322 URL iconUrl = toggle.getIconUrl(); in addToggle() local324 if (iconUrl != null) { in addToggle()325 button.setImage(IconFactory.getInstance().getIcon(iconUrl)); in addToggle()361 URL iconUrl = menuAction.getIconUrl(); in addPlainAction() local363 if (iconUrl != null) { in addPlainAction()364 button.setImage(IconFactory.getInstance().getIcon(iconUrl)); in addPlainAction()392 URL iconUrl = icons.get(i); in addRadio() local397 item.setImage(IconFactory.getInstance().getIcon(iconUrl)); in addRadio()419 URL iconUrl = choices.getIconUrl(); in addDropdown() local420 if (iconUrl != null) { in addDropdown()[all …]