Searched refs:MetalComboBoxEditor (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalComboBoxEditor.java50 public class MetalComboBoxEditor extends BasicComboBoxEditor { class in inherits:BasicComboBoxEditor
52 public MetalComboBoxEditor() { method in class:MetalComboBoxEditor
136 public static class UIResource extends MetalComboBoxEditor
H A DMetalComboBoxUI.java50 * @see MetalComboBoxEditor
161 return new MetalComboBoxEditor.UIResource();
/openjdk7/jdk/test/javax/swing/border/
H A DTest4856008.java61 import javax.swing.plaf.metal.MetalComboBoxEditor;
125 //+ MetalComboBoxEditor.EditorBorder:
194 // This class is used to get the instance of MetalComboBoxEditor.EditorBorder
195 private static class MetalEditor extends MetalComboBoxEditor {
H A DTest6978482.java60 import javax.swing.plaf.metal.MetalComboBoxEditor;
123 //+ MetalComboBoxEditor.EditorBorder:
163 // This class is used to get the instance of MetalComboBoxEditor.EditorBorder
164 private static class MetalEditor extends MetalComboBoxEditor {

Completed in 53 milliseconds