Lines Matching defs:LayerUI
45 * The {@code LayerUI} differs from the UI delegates of the other components,
49 * The subclasses of {@code LayerUI} can either be stateless and shareable
54 * @see JLayer#setUI(LayerUI)
61 public class LayerUI<V extends Component>
84 * and <b>all its descendants</b> to this {@code LayerUI} instance.
98 * @param l the layer this LayerUI is set to
156 * enabled for the {@code JLayer} objects, this {@code LayerUI} is set to.
174 * @param l the layer this {@code LayerUI} instance is set to
188 * enabled for the {@code JLayer} objects, this {@code LayerUI} is set to.
206 * @param l the layer this {@code LayerUI} instance is set to
220 * enabled for the {@code JLayer} objects, this {@code LayerUI} is set to.
238 * @param l the layer this {@code LayerUI} instance is set to
252 * enabled for the {@code JLayer} objects, this {@code LayerUI} is set to.
270 * @param l the layer this {@code LayerUI} instance is set to
284 * enabled for the {@code JLayer} objects, this {@code LayerUI} is set to.
302 * @param l the layer this {@code LayerUI} instance is set to
316 * enabled for the {@code JLayer} objects, this {@code LayerUI} is set to.
334 * @param l the layer this {@code LayerUI} instance is set to
348 * enabled for the {@code JLayer} objects, this {@code LayerUI} is set to.
366 * @param l the layer this {@code LayerUI} instance is set to
380 * enabled for the {@code JLayer} objects, this {@code LayerUI} is set to.
398 * @param l the layer this {@code LayerUI} instance is set to
412 * enabled for the {@code JLayer} objects, this {@code LayerUI} is set to.
430 * @param l the layer this {@code LayerUI} instance is set to
441 * by the {@code JLayer} this {@code LayerUI} is set to.
449 * Configures the {@code JLayer} this {@code LayerUI} is set to.
451 * as a {@code PropertyChangeListener} for the property changes of this {@code LayerUI}.
463 * as a {@code PropertyChangeListener} for the property changes of this {@code LayerUI}.
590 * Notifies the {@code LayerUI} when any of its property are changed
592 * this {@code LayerUI} instance is set to.
594 * @param evt the PropertyChangeEvent generated by this {@code LayerUI}
595 * @param l the {@code JLayer} this LayerUI is set to
704 * Paints the specified region in the {@code JLayer} this {@code LayerUI} is set to, immediately.