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

/openjdk7/jdk/test/javax/swing/JLayer/6824395/
H A Dbug6824395.java35 import javax.swing.plaf.LayerUI;
58 LayerUI<JComponent> layerUI = new LayerUI<JComponent>();
/openjdk7/jdk/test/javax/swing/JTable/7068740/
H A Dbug7068740.java34 import javax.swing.plaf.LayerUI;
69 LayerUI<JComponent> layerUI = new LayerUI<>();
/openjdk7/jdk/test/javax/swing/JLayer/SerializationTest/
H A DSerializationTest.java32 import javax.swing.plaf.LayerUI;
68 static class TestLayerUI<V extends JComponent> extends LayerUI<V> {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJLayer.java30 import javax.swing.plaf.LayerUI;
49 * {@link javax.swing.plaf.LayerUI} object, which performs the actual decoration.
51 * The custom painting implemented in the {@code LayerUI} and events notification
61 * import javax.swing.plaf.LayerUI;
69 * LayerUI&lt;JComponent&gt; layerUI = new LayerUI&lt;JComponent&gt;() {
143 * @see javax.swing.plaf.LayerUI
144 * @see #JLayer(Component, LayerUI)
145 * @see #setUI(javax.swing.plaf.LayerUI)
157 private LayerUI<
[all...]
/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 33 milliseconds