Uses of Class
org.objectweb.jac.aspects.gui.ComboBoxModel

Packages that use ComboBoxModel
org.objectweb.jac.aspects.gui Provides a simple and generic GUI (Graphical User Interface) aspect. 
org.objectweb.jac.aspects.gui.swing Provides a simple and generic GUI (Graphical User Interface) aspect using SWING. 
org.objectweb.jac.aspects.gui.web Provides a simple and generic GUI (Graphical User Interface) aspect generating HTML pages. 
 

Uses of ComboBoxModel in org.objectweb.jac.aspects.gui
 

Methods in org.objectweb.jac.aspects.gui that return ComboBoxModel
 ComboBoxModel ReferenceEditor.getModel()
           
 

Methods in org.objectweb.jac.aspects.gui with parameters of type ComboBoxModel
protected static void GenericFactory.addChoices(ComboBoxModel choice, ClassItem type, Enum enum, Object substance, FieldItem field, boolean nullAllowed, String nullLabel, Predicate predicate)
          Adds choices within a container containing a combobox and sort them.
 

Uses of ComboBoxModel in org.objectweb.jac.aspects.gui.swing
 

Methods in org.objectweb.jac.aspects.gui.swing that return ComboBoxModel
 ComboBoxModel ObjectChooser.getModel()
           
 

Constructors in org.objectweb.jac.aspects.gui.swing with parameters of type ComboBoxModel
ObjectChooser(Object substance, FieldItem reference, ComboBoxModel model, boolean isEditable)
          Constructs a new object chooser.
 

Uses of ComboBoxModel in org.objectweb.jac.aspects.gui.web
 

Methods in org.objectweb.jac.aspects.gui.web that return ComboBoxModel
 ComboBoxModel ObjectChooser.getModel()
          Gets the model containing the list of items the user can choose from.
 

Constructors in org.objectweb.jac.aspects.gui.web with parameters of type ComboBoxModel
ChoiceCollection(ViewFactory factory, DisplayContext context, CollectionItem collection, Object substance, ComboBoxModel model, CollectionItemView itemView)
           
ObjectChooser(Object substance, FieldItem reference, ComboBoxModel model, boolean isEditable)
          Constructs a new object chooser.