Uses of Interface
javax.swing.ScrollPaneConstants
-
Packages that use ScrollPaneConstants 软件包 描述 javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.plaf.basic 提供根据Basic外观构建的用户界面对象。javax.swing.plaf.metal 提供根据Java外观(曾代号为 Metal )构建的用户界面对象,这是默认的外观。javax.swing.plaf.synth Synth是一种可换肤的外观和感觉,其中所有的绘画都被委派。 -
-
Uses of ScrollPaneConstants in javax.swing
Classes in javax.swing that implement ScrollPaneConstants 变量和类型 类 描述 classJScrollPane提供轻量级组件的可滚动视图。classScrollPaneLayoutJScrollPane使用的布局管理器。static classScrollPaneLayout.UIResourceUI资源版本为ScrollPaneLayout。 -
Uses of ScrollPaneConstants in javax.swing.plaf.basic
Classes in javax.swing.plaf.basic that implement ScrollPaneConstants 变量和类型 类 描述 classBasicScrollPaneUIScrollPaneUI的默认L&F实现。 -
Uses of ScrollPaneConstants in javax.swing.plaf.metal
Classes in javax.swing.plaf.metal that implement ScrollPaneConstants 变量和类型 类 描述 classMetalScrollPaneUIScrollPaneUI的Metal L&F实现。 -
Uses of ScrollPaneConstants in javax.swing.plaf.synth
Classes in javax.swing.plaf.synth that implement ScrollPaneConstants 变量和类型 类 描述 classSynthScrollPaneUI为JScrollPane提供Synth L&F UI 代理 。
-