public interface NameSource
NameSource is the lightest weight mechanism for sources which wish to support name completion. In the future it might be better for NameSpace to implement NameCompletion directly in a more native and efficient fasion. However in general name competion is used for human interaction and therefore does not require high performance.
NameCompletion
,
NameCompletionTable
Modifier and Type | Interface and Description |
---|---|
static interface |
NameSource.Listener |
Modifier and Type | Method and Description |
---|---|
void |
addNameSourceListener(NameSource.Listener listener) |
java.lang.String[] |
getAllNames() |
java.lang.String[] getAllNames()
void addNameSourceListener(NameSource.Listener listener)
? 2000-2005 pat@pat.net :-)