Uses of Class
javax.swing.JInternalFrame
-
Packages that use JInternalFrame 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.event 提供Swing组件触发的事件。javax.swing.plaf.basic 提供根据“基本”外观构建的用户界面对象。javax.swing.plaf.metal 提供根据Java外观构建的用户界面对象(一旦代号为 Metal ),这是默认的外观和感觉。javax.swing.plaf.synth 合成是一种可以让所有绘画委托的外观和感觉。 -
-
Uses of JInternalFrame in javax.swing
Methods in javax.swing that return JInternalFrame Modifier and Type 方法 描述 JInternalFrameJOptionPane. createInternalFrame(Component parentComponent, String title)创建并返回一个JInternalFrame的实例。JInternalFrame[]JDesktopPane. getAllFrames()返回目前在桌面上显示的所有JInternalFrames。JInternalFrame[]JDesktopPane. getAllFramesInLayer(int layer)返回当前显示在桌面的指定层中的所有JInternalFrames。JInternalFrameJInternalFrame.JDesktopIcon. getInternalFrame()返回JInternalFrame,这DesktopIcon相关联。JInternalFrameJDesktopPane. getSelectedFrame()返回此JDesktopPane当前有效的JInternalFrame,或者null如果没有JInternalFrame)当前处于活动状态。JInternalFrameJDesktopPane. selectFrame(boolean forward)在此桌面窗格中选择下一个JInternalFrame。Methods in javax.swing with parameters of type JInternalFrame Modifier and Type 方法 描述 voidDefaultDesktopManager. activateFrame(JInternalFrame f)这将激活 f将其移动到前面。voidDesktopManager. activateFrame(JInternalFrame f)一般来说,表示这个框架有焦点。voidDefaultDesktopManager. closeFrame(JInternalFrame f)从其父母移除框架,如果需要的desktopIcon,移除desktopIcon。voidDesktopManager. closeFrame(JInternalFrame f)一般来说,此调用应从其父级中删除该框架。voidDefaultDesktopManager. deactivateFrame(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时应该接收焦点的组件。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)一般来说,这表明在maximFrame()调用之前,框架应该恢复到其大小和位置。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 Constructor 描述 JDesktopIcon(JInternalFrame f)创建内部框架的图标。 -
Uses of JInternalFrame in javax.swing.event
Methods in javax.swing.event that return JInternalFrame Modifier and Type 方法 描述 JInternalFrameInternalFrameEvent. getInternalFrame()返回事件的发起者。Constructors in javax.swing.event with parameters of type JInternalFrame Constructor 描述 InternalFrameEvent(JInternalFrame source, int id)构造一个InternalFrameEvent对象。 -
Uses of JInternalFrame in javax.swing.plaf.basic
Fields in javax.swing.plaf.basic declared as JInternalFrame Modifier and Type Field 描述 protected JInternalFrameBasicDesktopIconUI. frame实例JInternalFrame。protected JInternalFrameBasicInternalFrameTitlePane. frame实例JInternalFrame。protected JInternalFrameBasicInternalFrameUI. frame帧Methods in javax.swing.plaf.basic with parameters of type JInternalFrame Modifier and Type 方法 描述 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那样Frame。Constructors in javax.swing.plaf.basic with parameters of type JInternalFrame Constructor 描述 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 Modifier and Type 方法 描述 protected MouseInputAdapterMetalInternalFrameUI. createBorderListener(JInternalFrame w)返回MouseInputAdapter,将在TitlePane安装。protected JComponentMetalInternalFrameUI. createNorthPane(JInternalFrame w)Constructors in javax.swing.plaf.metal with parameters of type JInternalFrame Constructor 描述 MetalInternalFrameTitlePane(JInternalFrame f)构造一个新的实例MetalInternalFrameTitlePaneMetalInternalFrameUI(JInternalFrame b)构造一个新的MetalInternalFrameUI实例。 -
Uses of JInternalFrame in javax.swing.plaf.synth
Methods in javax.swing.plaf.synth with parameters of type JInternalFrame Modifier and Type 方法 描述 protected JComponentSynthInternalFrameUI. createNorthPane(JInternalFrame w)创建北面的窗格。Constructors in javax.swing.plaf.synth with parameters of type JInternalFrame Constructor 描述 SynthInternalFrameUI(JInternalFrame b)Constructs aSynthInternalFrameUI.
-