Uses of Class
javax.swing.JInternalFrame.JDesktopIcon
-
Packages that use JInternalFrame.JDesktopIcon 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.plaf.basic 提供根据“基本”外观构建的用户界面对象。 -
-
Uses of JInternalFrame.JDesktopIcon in javax.swing
Fields in javax.swing declared as JInternalFrame.JDesktopIcon Modifier and Type Field 描述 protected JInternalFrame.JDesktopIcon
JInternalFrame. desktopIcon
当内部框架被图标化时显示的图标。Methods in javax.swing that return JInternalFrame.JDesktopIcon Modifier and Type 方法 描述 JInternalFrame.JDesktopIcon
JInternalFrame. getDesktopIcon()
返回JDesktopIcon
当这个JInternalFrame
被图标化时使用。Methods in javax.swing with parameters of type JInternalFrame.JDesktopIcon Modifier and Type 方法 描述 void
JInternalFrame. setDesktopIcon(JInternalFrame.JDesktopIcon d)
设置JDesktopIcon
与此JInternalFrame
相关联。 -
Uses of JInternalFrame.JDesktopIcon in javax.swing.plaf.basic
Fields in javax.swing.plaf.basic declared as JInternalFrame.JDesktopIcon Modifier and Type Field 描述 protected JInternalFrame.JDesktopIcon
BasicDesktopIconUI. desktopIcon
实例JInternalFrame.JDesktopIcon
。
-