Moderator: robert
AutoCompletion ac = ...;
ac.setShowDescWindow(true);
provider.addCompletion(new BasicCompletion(provider, "background", "some short description").setSummary("<html></html>"));
provider.addCompletion(new BasicCompletion(provider, "background", "some short description", "<html>This is the summary text"));
Basiccompletion bc = new BasicCompletion(provider, "background", "some short description");
bc.setSummary("<html>This is the summary text");
provider.addCompletion(bc);
Users browsing this forum: No registered users and 0 guests