Uses of Class
javax.swing.JInternalFrame
-
Packages that use JInternalFrame 软件包 描述 javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.event 提供由Swing组件触发的事件。javax.swing.plaf.basic 提供根据Basic外观构建的用户界面对象。javax.swing.plaf.metal 提供根据Java外观(曾代号为 Metal )构建的用户界面对象,这是默认的外观。javax.swing.plaf.synth Synth是一种可换肤的外观和感觉,其中所有的绘画都被委派。 -
-
Uses of JInternalFrame in javax.swing
Methods in javax.swing that return JInternalFrame 变量和类型 方法 描述 JInternalFrame
JOptionPane. createInternalFrame(Component parentComponent, String title)
创建并返回JInternalFrame
的实例。JInternalFrame[]
JDesktopPane. getAllFrames()
返回当前显示在桌面上的所有JInternalFrames
。JInternalFrame[]
JDesktopPane. getAllFramesInLayer(int layer)
返回当前显示在桌面的指定图层中的所有JInternalFrames
。JInternalFrame
JInternalFrame.JDesktopIcon. getInternalFrame()
返回JInternalFrame
这DesktopIcon
相关联。JInternalFrame
JDesktopPane. getSelectedFrame()
返回当前活动JInternalFrame
在这个JDesktopPane
,或null
如果没有JInternalFrame
当前处于活动状态。JInternalFrame
JDesktopPane. selectFrame(boolean forward)
在此桌面窗格中选择下一个JInternalFrame
。Methods in javax.swing with parameters of type JInternalFrame 变量和类型 方法 描述 void
DefaultDesktopManager. activateFrame(JInternalFrame f)
这将激活 f移动到前面。void
DesktopManager. activateFrame(JInternalFrame f)
通常,指示此框架具有焦点。void
DefaultDesktopManager. closeFrame(JInternalFrame f)
desktopIcon
删除框架,如果需要,还可以desktopIcon
。void
DesktopManager. closeFrame(JInternalFrame f)
通常,此调用应从其父级中删除该帧。void
DesktopManager. deactivateFrame(JInternalFrame f)
通常,请指示此框架已失去焦点。void
DefaultDesktopManager. deiconifyFrame(JInternalFrame f)
从其父项中删除desktopIcon,并将其框架添加到父项。void
DesktopManager. deiconifyFrame(JInternalFrame f)
通常,删除任何存在的图标表示,并将帧恢复为原始大小和位置。protected Rectangle
DefaultDesktopManager. getBoundsForIconOf(JInternalFrame f)
iconifyFrame()
代码调用此方法来确定desktopIcon的正确边界。Component
InternalFrameFocusTraversalPolicy. getInitialComponent(JInternalFrame frame)
返回第一次选择JInternalFrame时应该接收焦点的Component。protected Rectangle
DefaultDesktopManager. getPreviousBounds(JInternalFrame f)
获取组件最大化之前组件的正常边界。void
DefaultDesktopManager. iconifyFrame(JInternalFrame f)
从父项中删除框架,并将其desktopIcon
添加到父项。void
DesktopManager. iconifyFrame(JInternalFrame f)
通常,从父项中删除此框架并添加图标表示。void
DefaultDesktopManager. maximizeFrame(JInternalFrame f)
调整框架大小以填充其父级边界。void
DesktopManager. maximizeFrame(JInternalFrame f)
通常,应调整框架的大小以匹配其父级边界。void
DefaultDesktopManager. minimizeFrame(JInternalFrame f)
在maximizeFrame
呼叫之前将帧恢复到其大小和位置。void
DesktopManager. minimizeFrame(JInternalFrame f)
通常,这表示应在maximizeFrame()调用之前将帧恢复到其大小和位置。void
DefaultDesktopManager. openFrame(JInternalFrame f)
通常不会调用此方法。void
DesktopManager. openFrame(JInternalFrame f)
如果可能,请在适当的位置显示此框架。protected void
DefaultDesktopManager. removeIconFor(JInternalFrame f)
删除 f的desktopIcon的便捷方法是必要的。void
JInternalFrame.JDesktopIcon. setInternalFrame(JInternalFrame f)
设置与JInternalFrame
相关联的DesktopIcon
。protected void
DefaultDesktopManager. setPreviousBounds(JInternalFrame f, Rectangle r)
在最大化调用之前存储组件的边界。void
JDesktopPane. setSelectedFrame(JInternalFrame f)
在JInternalFrame
中设置当前有效的JDesktopPane
。protected void
DefaultDesktopManager. setWasIcon(JInternalFrame f, Boolean value)
设置组件已图标化并且desktopIcon
的边界有效。protected boolean
DefaultDesktopManager. wasIcon(JInternalFrame f)
返回true
如果组件已被图标化和的边界desktopIcon
是有效的,否则返回false
。Constructors in javax.swing with parameters of type JInternalFrame 构造器 描述 JDesktopIcon(JInternalFrame f)
为内部框架创建图标。 -
Uses of JInternalFrame in javax.swing.event
Methods in javax.swing.event that return JInternalFrame 变量和类型 方法 描述 JInternalFrame
InternalFrameEvent. getInternalFrame()
返回事件的发起者。Constructors in javax.swing.event with parameters of type JInternalFrame 构造器 描述 InternalFrameEvent(JInternalFrame source, int id)
构造一个InternalFrameEvent
对象。 -
Uses of JInternalFrame in javax.swing.plaf.basic
Fields in javax.swing.plaf.basic declared as JInternalFrame 变量和类型 字段 描述 protected JInternalFrame
BasicDesktopIconUI. frame
JInternalFrame
的实例。protected JInternalFrame
BasicInternalFrameTitlePane. frame
JInternalFrame
的实例。protected JInternalFrame
BasicInternalFrameUI. frame
帧Methods in javax.swing.plaf.basic with parameters of type JInternalFrame 变量和类型 方法 描述 protected void
BasicInternalFrameUI. activateFrame(JInternalFrame f)
选择框架时调用此方法。protected void
BasicInternalFrameUI. closeFrame(JInternalFrame f)
当用户想要关闭框架时调用此方法。protected MouseInputAdapter
BasicInternalFrameUI. createBorderListener(JInternalFrame w)
创建边框侦听器。protected JComponent
BasicInternalFrameUI. createEastPane(JInternalFrame w)
创建东窗格。protected JComponent
BasicInternalFrameUI. createNorthPane(JInternalFrame w)
创建北窗格。protected JComponent
BasicInternalFrameUI. createSouthPane(JInternalFrame w)
创建北窗格。protected JComponent
BasicInternalFrameUI. createWestPane(JInternalFrame w)
创建西部窗格。protected void
BasicInternalFrameUI. deactivateFrame(JInternalFrame f)
不再选择框架时调用此方法。protected void
BasicInternalFrameUI. deiconifyFrame(JInternalFrame f)
当用户想要对帧进行去图标化时,调用此方法。protected void
BasicInternalFrameUI. iconifyFrame(JInternalFrame f)
当用户想要图标化帧时调用此方法。protected void
BasicInternalFrameUI. maximizeFrame(JInternalFrame f)
当用户想要最大化帧时调用此方法。protected void
BasicInternalFrameUI. minimizeFrame(JInternalFrame f)
当用户想要最小化帧时调用该方法。protected void
BasicInternalFrameTitlePane. postClosingEvent(JInternalFrame frame)
将类似WINDOW_CLOSING的事件发布到帧中,以便可以将其视为常规Frame
。Constructors in javax.swing.plaf.basic with parameters of type JInternalFrame 构造器 描述 BasicInternalFrameTitlePane(JInternalFrame f)
构造BasicInternalFrameTitlePane
的新实例。BasicInternalFrameUI(JInternalFrame b)
构造一个BasicInternalFrameUI
。 -
Uses of JInternalFrame in javax.swing.plaf.metal
Methods in javax.swing.plaf.metal with parameters of type JInternalFrame 变量和类型 方法 描述 protected MouseInputAdapter
MetalInternalFrameUI. createBorderListener(JInternalFrame w)
返回将在MouseInputAdapter
上安装的MouseInputAdapter。Constructors in javax.swing.plaf.metal with parameters of type JInternalFrame 构造器 描述 MetalInternalFrameTitlePane(JInternalFrame f)
构造MetalInternalFrameTitlePane
的新实例MetalInternalFrameUI(JInternalFrame b)
构造一个新的MetalInternalFrameUI
实例。 -
Uses of JInternalFrame in javax.swing.plaf.synth
Constructors in javax.swing.plaf.synth with parameters of type JInternalFrame 构造器 描述 SynthInternalFrameUI(JInternalFrame b)
构造一个SynthInternalFrameUI
。
-