Uses of Class
javax.swing.Popup
-
Packages that use Popup 软件包 描述 javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.plaf 提供一个接口和许多抽象类,Swing使用它们来提供其可插入的外观功能。javax.swing.plaf.multi 提供组合两种或多种外观的用户界面对象。 -
-
Uses of Popup in javax.swing
Methods in javax.swing that return Popup 变量和类型 方法 描述 PopupPopupFactory. getPopup(Component owner, Component contents, int x, int y)创建Popup为组件owner包含Component目录。protected PopupPopupFactory. getPopup(Component owner, Component contents, int x, int y, boolean isHeavyWeightPopup)创建Popup为组件owner包含Component目录。 -
Uses of Popup in javax.swing.plaf
Methods in javax.swing.plaf that return Popup 变量和类型 方法 描述 PopupPopupMenuUI. getPopup(JPopupMenu popup, int x, int y)返回Popup,这将是负责显示JPopupMenu。 -
Uses of Popup in javax.swing.plaf.multi
Methods in javax.swing.plaf.multi that return Popup 变量和类型 方法 描述 PopupMultiPopupMenuUI. getPopup(JPopupMenu a, int b, int c)Invokes thegetPopupmethod on each UI handled by this object.
-