Uses of Interface
org.jcreme.swing.CompletionModel

Packages that use CompletionModel
org.jcreme.swing   
 

Uses of CompletionModel in org.jcreme.swing
 

Classes in org.jcreme.swing that implement CompletionModel
 class DefaultCompletionModel
          This is a default implementation of the CompletionModel interface.
 

Methods in org.jcreme.swing that return CompletionModel
 CompletionModel JCompletionEnabledTextField.getCompletionModel()
          Gives access to the CompletionModel in use in this Component.
 

Methods in org.jcreme.swing with parameters of type CompletionModel
 void JCompletionEnabledTextField.setCompletionModel(CompletionModel model)
          This method enables to change the model used to provide the possible completion displayed in the window.
 



Copyright 2006 null. All Rights Reserved.