919293949596979899
} private UIBuilderImpl createBuilder(Class<C> commandClass) throws Exception { C command = addonRegistry.getServices(commandClass).get(); UIBuilderImpl builder = new UIBuilderImpl(context, command); command.initializeUI(builder); return builder; }