Lines Matching defs:component

57  * A component that displays a list of objects and allows the user to select
154 * painted, the list's {@code ListUI} asks the cell renderer for the component,
157 * component to render, is installed by the lists's {@code ListUI}. You can
278 * description: A component which allows for the selection of one or more objects from a list.
334 * The drop mode for this component.
363 * the associated component. If the drop mode is either
503 * renders this component.
505 * @return the <code>ListUI</code> object that renders this component
514 * renders this component.
552 * the look and feel for this component.
616 * component for the given value (and index 0) from the cell renderer, and
617 * using that component's preferred size.
677 * by applying <code>getPreferredSize</code> to the cell renderer component
713 * by applying <code>getPreferredSize</code> to the cell renderer component
769 * description: The component used to draw the cells.
1207 * Sets the drop mode for this component. For backward compatibility,
1221 * The drop mode is only meaningful if this component has a
1249 * Returns the drop mode for this component.
1251 * @return the drop mode for this component
1260 * Calculates a drop location in this component, representing where a
1351 * In some cases, the component may need to use it's internal selection
1360 * Let's say that on the first call to this method the component decides
1364 * is being changed to something else. The component doesn't need to
1368 * is finished with this component for now, meaning it should restore
1376 * @param state the state object saved earlier for this component,
1380 * @return any saved state for this component, or <code>null</code> if none
1428 * Returns the location that this component should visually indicate
1429 * as the drop location during a DnD operation over the component,
1438 * name "dropLocation" is fired by the component.
1512 * renderer component for the cell over which the event occurred, returning
1515 * cell renderer component.
1519 * registered component with the <code>ToolTipManager</code>. This registration
1644 * by the <code>JList</code> component.
3190 private Component component = null;
3719 * if the renderer component contains no icons.