|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.j2ee.blueprints.ui.autocomplete.CompletionResult
public class CompletionResult
Class which gathers completion results from event handlers
Method Summary | |
---|---|
void |
addItem(java.lang.String item)
Add the given String into the set of completion items returned to the browser |
void |
addItems(java.util.Collection items)
Add all the items in the given collection of Strings into the set of completion items returned to the browser |
void |
addItems(java.lang.String[] items)
Add all the items in the given String artray into the set of completion items returned to the browser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void addItem(java.lang.String item)
item
- The item to be added to the completion resultpublic void addItems(java.lang.String[] items)
items
- The item array to be added to the completion resultpublic void addItems(java.util.Collection items)
items
- The collection of Strings to be added
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |