|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompletionService
CompletionService is used to handle completions according to certain criteria. It defines 2 methods: *
| Method Summary | |
|---|---|
java.lang.String |
complete(java.lang.String selectedCompletion)
If the given completion match one of my suggested completions, return a corresponding path, null otherwise. |
java.util.Vector |
getPossibleCompletions(java.lang.String path)
Return a group of suggested completions corresponding to the given path, according to this service's criteria. |
| Method Detail |
|---|
java.util.Vector getPossibleCompletions(java.lang.String path)
path - - a path.
java.lang.String complete(java.lang.String selectedCompletion)
selectedCompletion - - string that represent a completion.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard