Searched defs:LayerUI (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/
H A DLayerUI.java45 * 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> class in inherits:ComponentUI,Serializable
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} instanc
[all...]

Completed in 320 milliseconds