Uses of Class
ca.corbett.extras.properties.ListProperty
Packages that use ListProperty
Package
Description
Contains a custom Properties implementation to augment the one provided by java.
-
Uses of ListProperty in ca.corbett.extras.properties
Methods in ca.corbett.extras.properties that return ListPropertyModifier and TypeMethodDescriptionListProperty.setFixedCellWidth(int width) Sets the pixel width of each list cell.Sets the items to include in the list.ListProperty.setLayoutOrientation(int orientation) Sets the layout orientation (allowable values are JList.VERTICAL, JList.VERTICAL_WRAP, and JList.HORIZONTAL_WRAP).ListProperty.setSelectedItems(List<T> items) Clears any current selection and marks each of the given items as selected, if the item exists.ListProperty.setSelectionMode(int selectionMode) Sets the list selection model (allowable values are ListSelectionModel.SINGLE_SELECTION, ListSelectionModel.MULTIPLE_INTERVAL_SELECTION, and ListSelectionModel.SINGLE_INTERVAL_SELECTION).ListProperty.setVisibleRowCount(int count) Sets the desired visible row count.