|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mucommander.ui.autocomplete.completers.services.RootFoldersService
public class RootFoldersService
This CompletionService handles root folders completion.
| Constructor Summary | |
|---|---|
RootFoldersService()
|
|
| 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)
Resolves and returns a sorted array of root (top level) folder names. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RootFoldersService()
| Method Detail |
|---|
public java.util.Vector getPossibleCompletions(java.lang.String path)
getPossibleCompletions in interface CompletionServicepath - - a path.
public java.lang.String complete(java.lang.String selectedCompletion)
CompletionService
complete in interface CompletionServiceselectedCompletion - - 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