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 变量和类型 方法 描述 JInternalFrameJOptionPane. createInternalFrame(Component parentComponent, String title)创建并返回JInternalFrame的实例。JInternalFrame[]JDesktopPane. getAllFrames()返回当前显示在桌面上的所有JInternalFrames。JInternalFrame[]JDesktopPane. getAllFramesInLayer(int layer)返回当前显示在桌面的指定图层中的所有JInternalFrames。JInternalFrameJInternalFrame.JDesktopIcon. getInternalFrame()返回JInternalFrame这DesktopIcon相关联。JInternalFrameJDesktopPane. getSelectedFrame()返回当前活动JInternalFrame在这个JDesktopPane,或null如果没有JInternalFrame当前处于活动状态。JInternalFrameJDesktopPane. selectFrame(boolean forward)在此桌面窗格中选择下一个JInternalFrame。Methods in javax.swing with parameters of type JInternalFrame 变量和类型 方法 描述 voidDefaultDesktopManager. activateFrame(JInternalFrame f)这将激活 f移动到前面。voidDesktopManager. activateFrame(JInternalFrame f)通常,指示此框架具有焦点。voidDefaultDesktopManager. closeFrame(JInternalFrame f)desktopIcon删除框架,如果需要,还可以desktopIcon。voidDesktopManager. closeFrame(JInternalFrame f)通常,此调用应从其父级中删除该帧。voidDesktopManager. deactivateFrame(JInternalFrame f)通常,请指示此框架已失去焦点。voidDefaultDesktopManager. deiconifyFrame(JInternalFrame f)从其父项中删除desktopIcon,并将其框架添加到父项。voidDesktopManager. deiconifyFrame(JInternalFrame f)通常,删除任何存在的图标表示,并将帧恢复为原始大小和位置。protected RectangleDefaultDesktopManager. getBoundsForIconOf(JInternalFrame f)iconifyFrame()代码调用此方法来确定desktopIcon的正确边界。ComponentInternalFrameFocusTraversalPolicy. getInitialComponent(JInternalFrame frame)返回第一次选择JInternalFrame时应该接收焦点的Component。protected RectangleDefaultDesktopManager. getPreviousBounds(JInternalFrame f)获取组件最大化之前组件的正常边界。voidDefaultDesktopManager. iconifyFrame(JInternalFrame f)从父项中删除框架,并将其desktopIcon添加到父项。voidDesktopManager. iconifyFrame(JInternalFrame f)通常,从父项中删除此框架并添加图标表示。voidDefaultDesktopManager. maximizeFrame(JInternalFrame f)调整框架大小以填充其父级边界。voidDesktopManager. maximizeFrame(JInternalFrame f)通常,应调整框架的大小以匹配其父级边界。voidDefaultDesktopManager. minimizeFrame(JInternalFrame f)在maximizeFrame呼叫之前将帧恢复到其大小和位置。voidDesktopManager. minimizeFrame(JInternalFrame f)通常,这表示应在maximizeFrame()调用之前将帧恢复到其大小和位置。voidDefaultDesktopManager. openFrame(JInternalFrame f)通常不会调用此方法。voidDesktopManager. openFrame(JInternalFrame f)如果可能,请在适当的位置显示此框架。protected voidDefaultDesktopManager. removeIconFor(JInternalFrame f)删除 f的desktopIcon的便捷方法是必要的。voidJInternalFrame.JDesktopIcon. setInternalFrame(JInternalFrame f)设置与JInternalFrame相关联的DesktopIcon。protected voidDefaultDesktopManager. setPreviousBounds(JInternalFrame f, Rectangle r)在最大化调用之前存储组件的边界。voidJDesktopPane. setSelectedFrame(JInternalFrame f)在JInternalFrame中设置当前有效的JDesktopPane。protected voidDefaultDesktopManager. setWasIcon(JInternalFrame f, Boolean value)设置组件已图标化并且desktopIcon的边界有效。protected booleanDefaultDesktopManager. 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 变量和类型 方法 描述 JInternalFrameInternalFrameEvent. 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 JInternalFrameBasicDesktopIconUI. frameJInternalFrame的实例。protected JInternalFrameBasicInternalFrameTitlePane. frameJInternalFrame的实例。protected JInternalFrameBasicInternalFrameUI. frame帧Methods in javax.swing.plaf.basic with parameters of type JInternalFrame 变量和类型 方法 描述 protected voidBasicInternalFrameUI. activateFrame(JInternalFrame f)选择框架时调用此方法。protected voidBasicInternalFrameUI. closeFrame(JInternalFrame f)当用户想要关闭框架时调用此方法。protected MouseInputAdapterBasicInternalFrameUI. createBorderListener(JInternalFrame w)创建边框侦听器。protected JComponentBasicInternalFrameUI. createEastPane(JInternalFrame w)创建东窗格。protected JComponentBasicInternalFrameUI. createNorthPane(JInternalFrame w)创建北窗格。protected JComponentBasicInternalFrameUI. createSouthPane(JInternalFrame w)创建北窗格。protected JComponentBasicInternalFrameUI. createWestPane(JInternalFrame w)创建西部窗格。protected voidBasicInternalFrameUI. deactivateFrame(JInternalFrame f)不再选择框架时调用此方法。protected voidBasicInternalFrameUI. deiconifyFrame(JInternalFrame f)当用户想要对帧进行去图标化时,调用此方法。protected voidBasicInternalFrameUI. iconifyFrame(JInternalFrame f)当用户想要图标化帧时调用此方法。protected voidBasicInternalFrameUI. maximizeFrame(JInternalFrame f)当用户想要最大化帧时调用此方法。protected voidBasicInternalFrameUI. minimizeFrame(JInternalFrame f)当用户想要最小化帧时调用该方法。protected voidBasicInternalFrameTitlePane. 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 MouseInputAdapterMetalInternalFrameUI. 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。
-