Searched refs:BasicEditorPaneUI (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifEditorPaneUI.java30 import javax.swing.plaf.basic.BasicEditorPaneUI;
44 public class MotifEditorPaneUI extends BasicEditorPaneUI {
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsEditorPaneUI.java44 public class WindowsEditorPaneUI extends BasicEditorPaneUI
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextPaneUI.java50 public class BasicTextPaneUI extends BasicEditorPaneUI {
H A DBasicEditorPaneUI.java53 public class BasicEditorPaneUI extends BasicTextUI { class in inherits:BasicTextUI
62 return new BasicEditorPaneUI();
66 * Creates a new BasicEditorPaneUI.
68 public BasicEditorPaneUI() { method in class:BasicEditorPaneUI
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaEditorPaneUI.java33 import javax.swing.plaf.basic.BasicEditorPaneUI;
36 public class AquaEditorPaneUI extends BasicEditorPaneUI {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthEditorPaneUI.java32 import javax.swing.plaf.basic.BasicEditorPaneUI;
42 public class SynthEditorPaneUI extends BasicEditorPaneUI implements SynthUI {
/openjdk7/jdk/test/com/sun/java/swing/plaf/gtk/4928019/
H A Dbug4928019.java79 setUI(new BasicEditorPaneUI());

Completed in 36 milliseconds