Uses of Interface
javax.swing.ListModel
Packages that use ListModel
包
描述
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
-
Uses of ListModel in javax.swing
Subinterfaces of ListModel in javax.swing修饰符和类Interface描述interfaceA data model for a combo box.interfaceA mutable version ofComboBoxModel.Classes in javax.swing that implement ListModel修饰符和类Class描述classThe abstract definition for the data model that provides aListwith its contents.classThe default model for combo boxes.classThis class loosely implements thejava.util.VectorAPI, in that it implements the 1.1.x version ofjava.util.Vector, has no collection class support, and notifies theListDataListeners when changes occur.Methods in javax.swing that return ListModel修饰符和类方法描述JList.getModel()Returns the data model that holds the list of items displayed by theJListcomponent.Methods in javax.swing with parameters of type ListModel修饰符和类方法描述voidSets the model that represents the contents or "value" of the list, notifies property change listeners, and then clears the list's selection.Constructors in javax.swing with parameters of type ListModel -
Uses of ListModel in javax.swing.plaf.basic
Classes in javax.swing.plaf.basic that implement ListModelMethods in javax.swing.plaf.basic with parameters of type ListModel修饰符和类方法描述protected voidBasicListUI.paintCell(Graphics g, int row, Rectangle rowBounds, ListCellRenderer<Object> cellRenderer, ListModel<Object> dataModel, ListSelectionModel selModel, int leadIndex) Paint one List cell: compute the relevant state, get the "rubber stamp" cell renderer component, and then use theCellRendererPaneto paint it. -
Uses of ListModel in javax.swing.plaf.metal
Classes in javax.swing.plaf.metal that implement ListModel修饰符和类Class描述protected classData model for a type-face selection combo-box.protected classData model for a type-face selection combo-box.