| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Completion | |
|---|---|
| org.xnap.commons.gui | Provides common GUI components like dialogs, borders and such. | 
| org.xnap.commons.gui.completion | Provides classes offering input completion for JTextComponentsto users. | 
| org.xnap.commons.gui.factory | Provides a pluggable factory for the Builder class. | 
| org.xnap.commons.settings | Provides classes for application settings. | 
| Uses of Completion in org.xnap.commons.gui | 
|---|
| Methods in org.xnap.commons.gui that return Completion | |
|---|---|
| static Completion | Builder.addCompletion(JTextComponent textComponent)Adds completion and a completion mode menu to a text component. | 
| static Completion | Builder.addCompletion(JTextComponent textComponent,
              CompletionModel model)Adds completion and a completion mode menu to a text component. | 
| static Completion | Builder.addCompletion(JTextComponent textComponent,
              JMenu menu)Adds completion and a completion mode menu to a text component. | 
| static Completion | Builder.addCompletion(JTextComponent textComponent,
              JMenu menu,
              CompletionModel model)Adds completion and a completion mode menu to a text component. | 
|  Completion | FileChooserPanel.getCompletion()Returns the completion object associated with the file text field. | 
| Uses of Completion in org.xnap.commons.gui.completion | 
|---|
| Methods in org.xnap.commons.gui.completion that return Completion | |
|---|---|
| protected  Completion | AbstractCompletionMode.getCompletion()Returns the completion object that uses this completion mode. | 
| Methods in org.xnap.commons.gui.completion with parameters of type Completion | |
|---|---|
|  void | GlobalDefaultCompletionMode.enable(Completion completion) | 
|  void | NoCompletionMode.enable(Completion completion) | 
|  void | AbstractCompletionMode.enable(Completion completion) | 
|  void | CompletionMode.enable(Completion completion)Enables the completion mode letting it add its listeners to the text component. | 
|  void | CompletionPopup.enablePopup(Completion comp) | 
| Constructors in org.xnap.commons.gui.completion with parameters of type Completion | |
|---|---|
| CompletionModeMenu(Completion comp) | |
| Uses of Completion in org.xnap.commons.gui.factory | 
|---|
| Methods in org.xnap.commons.gui.factory with parameters of type Completion | |
|---|---|
|  void | Factory.addCompletionModeMenu(JMenu menu,
                      Completion completion)Adds a completion mode menu as a sub menu to the menu. | 
|  void | DefaultFactory.addCompletionModeMenu(JMenu menu,
                      Completion completion) | 
|  void | Factory.addCompletionModeMenu(JTextComponent textComponent,
                      Completion completion)Adds a completion mode menu to the text component which pops up when the platform dependent popup action is triggered. | 
|  void | DefaultFactory.addCompletionModeMenu(JTextComponent textComponent,
                      Completion completion) | 
| Uses of Completion in org.xnap.commons.settings | 
|---|
| Methods in org.xnap.commons.settings with parameters of type Completion | |
|---|---|
|  void | CompletionSettingDirector.restore(Completion completion) | 
|  void | CompletionSettingDirector.save(Completion completion) | 
| Constructors in org.xnap.commons.settings with parameters of type Completion | |
|---|---|
| CompletionModeSetting(SettingResource backend,
                      String key,
                      Class defaultMode,
                      Completion comp)Creates a CompletionModeSetting for a completion object. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||