uic.themes
Class UICListUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ListUI
javax.swing.plaf.basic.BasicListUI
uic.themes.UICListUI
- public class UICListUI
- extends BasicListUI
The UICListUI implements a better (usability wise) method of selecting items in a
multiitem list, plus fixes some Swing bugs.
- Author:
- Rick Oosterholt & Arian Bloemberg
Fields inherited from class javax.swing.plaf.basic.BasicListUI |
cellHeight, cellHeights, cellRendererChanged, cellWidth, fixedCellHeightChanged, fixedCellWidthChanged, focusListener, fontChanged, list, listDataListener, listSelectionListener, modelChanged, mouseInputListener, propertyChangeListener, prototypeCellValueChanged, rendererPane, selectionModelChanged, updateLayoutStateNeeded |
Methods inherited from class javax.swing.plaf.basic.BasicListUI |
convertRowToY, convertYToRow, createFocusListener, createListDataListener, createListSelectionListener, createPropertyChangeListener, getCellBounds, getRowHeight, indexToLocation, installDefaults, installKeyboardActions, installListeners, installUI, locationToIndex, maybeUpdateLayoutState, paint, paintCell, selectNextIndex, selectPreviousIndex, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, updateLayoutState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UICListUI
public UICListUI()
createUI
public static ComponentUI createUI(JComponent l)
createMouseInputListener
public MouseInputListener createMouseInputListener()
getMinimumSize
public Dimension getMinimumSize(JComponent c)
getPreferredSize
public Dimension getPreferredSize(JComponent c)
getMaximumSize
public Dimension getMaximumSize(JComponent c)
Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence