public class UISpecListUI extends BasicListUI
BasicListUI.FocusHandler, BasicListUI.ListDataHandler, BasicListUI.ListSelectionHandler, BasicListUI.MouseInputHandler, BasicListUI.PropertyChangeHandler
cellHeight, cellHeights, cellRendererChanged, cellWidth, fixedCellHeightChanged, fixedCellWidthChanged, focusListener, fontChanged, list, listDataListener, listSelectionListener, modelChanged, mouseInputListener, propertyChangeListener, prototypeCellValueChanged, rendererPane, selectionModelChanged, updateLayoutStateNeeded
Constructor and Description |
---|
UISpecListUI() |
Modifier and Type | Method and Description |
---|---|
static ComponentUI |
createUI(JComponent component) |
Dimension |
getMaximumSize(JComponent c) |
Dimension |
getMinimumSize(JComponent c) |
Dimension |
getPreferredSize(JComponent c) |
protected void |
maybeUpdateLayoutState() |
void |
paint(Graphics g,
JComponent c) |
convertRowToY, convertYToRow, createFocusListener, createListDataListener, createListSelectionListener, createMouseInputListener, createPropertyChangeListener, getBaseline, getBaselineResizeBehavior, getCellBounds, getRowHeight, indexToLocation, installDefaults, installKeyboardActions, installListeners, installUI, locationToIndex, paintCell, selectNextIndex, selectPreviousIndex, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, updateLayoutState
contains, getAccessibleChild, getAccessibleChildrenCount, update
public static ComponentUI createUI(JComponent component)
public void paint(Graphics g, JComponent c)
paint
in class BasicListUI
protected void maybeUpdateLayoutState()
maybeUpdateLayoutState
in class BasicListUI
public Dimension getPreferredSize(JComponent c)
getPreferredSize
in class BasicListUI
public Dimension getMaximumSize(JComponent c)
getMaximumSize
in class ComponentUI
public Dimension getMinimumSize(JComponent c)
getMinimumSize
in class ComponentUI
Copyright © 2004–2016. All rights reserved.