Statistics
 ChangedAddedRemovedUnchangedTotal
Contexts0008181
StatusNot Changed
Class Summary
JList
Field Detail
HORIZONTAL_WRAP
VERTICAL
VERTICAL_WRAP
Constructor Detail
JList()
JList(E[])
JList(java.util.Vector)
JList(javax.swing.ListModel)
Method Detail
addListSelectionListener(javax.swing.event.ListSelectionListener)
addSelectionInterval(int,int)
clearSelection()
createSelectionModel()
ensureIndexIsVisible(int)
fireSelectionValueChanged(int,int,boolean)
getAccessibleContext()
getAnchorSelectionIndex()
getCellBounds(int,int)
getCellRenderer()
getDragEnabled()
getDropLocation()
getDropMode()
getFirstVisibleIndex()
getFixedCellHeight()
getFixedCellWidth()
getLastVisibleIndex()
getLayoutOrientation()
getLeadSelectionIndex()
getListSelectionListeners()
getMaxSelectionIndex()
getMinSelectionIndex()
getModel()
getNextMatch(java.lang.String,int,javax.swing.text.Position.Bias)
getPreferredScrollableViewportSize()
getPrototypeCellValue()
getScrollableBlockIncrement(java.awt.Rectangle,int,int)
getScrollableTracksViewportHeight()
getScrollableTracksViewportWidth()
getScrollableUnitIncrement(java.awt.Rectangle,int,int)
getSelectedIndex()
getSelectedIndices()
getSelectedValue()
getSelectedValues()
getSelectedValuesList()
getSelectionBackground()
getSelectionForeground()
getSelectionMode()
getSelectionModel()
getToolTipText(java.awt.event.MouseEvent)
getUI()
getUIClassID()
getValueIsAdjusting()
getVisibleRowCount()
indexToLocation(int)
isSelectedIndex(int)
isSelectionEmpty()
locationToIndex(java.awt.Point)
paramString()
removeListSelectionListener(javax.swing.event.ListSelectionListener)
removeSelectionInterval(int,int)
setCellRenderer(javax.swing.ListCellRenderer)
setDragEnabled(boolean)
setDropMode(javax.swing.DropMode)
setFixedCellHeight(int)
setFixedCellWidth(int)
setLayoutOrientation(int)
setListData(E[])
setListData(java.util.Vector)
setModel(javax.swing.ListModel)
setPrototypeCellValue(E)
setSelectedIndex(int)
setSelectedIndices(int[])
setSelectedValue(java.lang.Object,boolean)
setSelectionBackground(java.awt.Color)
setSelectionForeground(java.awt.Color)
setSelectionInterval(int,int)
setSelectionMode(int)
setSelectionModel(javax.swing.ListSelectionModel)
setUI(javax.swing.plaf.ListUI)
setValueIsAdjusting(boolean)
setVisibleRowCount(int)
updateUI()

© 2019 Oracle Corporation and/or its affiliates