Uses of Class
javax.swing.plaf.basic.BasicEditorPaneUI
-
Packages that use BasicEditorPaneUI 软件包 描述 javax.swing.plaf.basic 提供根据“基本”外观构建的用户界面对象。javax.swing.plaf.synth 合成是一种可以让所有绘画委托的外观和感觉。 -
-
Uses of BasicEditorPaneUI in javax.swing.plaf.basic
Subclasses of BasicEditorPaneUI in javax.swing.plaf.basic Modifier and Type Class 描述 class
BasicTextPaneUI
为风格的文本编辑器提供外观和感觉。 -
Uses of BasicEditorPaneUI in javax.swing.plaf.synth
Subclasses of BasicEditorPaneUI in javax.swing.plaf.synth Modifier and Type Class 描述 class
SynthEditorPaneUI
为JEditorPane
提供Synth L&F UI代表。class
SynthTextPaneUI
为Synth外观和风格的样式文本编辑器提供外观和感觉。
-