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 方法 描述 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()
返回此JDesktopPane
当前有效的JInternalFrame
,或者null
如果没有JInternalFrame
)当前处于活动状态。JInternalFrame
JDesktopPane. selectFrame(boolean forward)
在此桌面窗格中选择下一个JInternalFrame
。Methods in javax.swing with parameters of type JInternalFrame Modifier and Type 方法 描述 void
DefaultDesktopManager. activateFrame(JInternalFrame f)
这将激活 f将其移动到前面。void
DesktopManager. activateFrame(JInternalFrame f)
一般来说,表示这个框架有焦点。void
DefaultDesktopManager. closeFrame(JInternalFrame f)
从其父母移除框架,如果需要的desktopIcon
,移除desktopIcon
。void
DesktopManager. closeFrame(JInternalFrame f)
一般来说,此调用应从其父级中删除该框架。void
DefaultDesktopManager. deactivateFrame(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时应该接收焦点的组件。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)
一般来说,这表明在maximFrame()调用之前,框架应该恢复到其大小和位置。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 Constructor 描述 JDesktopIcon(JInternalFrame f)
创建内部框架的图标。 -
Uses of JInternalFrame in javax.swing.event
Methods in javax.swing.event that return JInternalFrame Modifier and Type 方法 描述 JInternalFrame
InternalFrameEvent. 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 JInternalFrame
BasicDesktopIconUI. frame
实例JInternalFrame
。protected JInternalFrame
BasicInternalFrameTitlePane. frame
实例JInternalFrame
。protected JInternalFrame
BasicInternalFrameUI. frame
帧Methods in javax.swing.plaf.basic with parameters of type JInternalFrame Modifier and Type 方法 描述 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
那样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 MouseInputAdapter
MetalInternalFrameUI. createBorderListener(JInternalFrame w)
返回MouseInputAdapter
,将在TitlePane安装。protected JComponent
MetalInternalFrameUI. createNorthPane(JInternalFrame w)
Constructors in javax.swing.plaf.metal with parameters of type JInternalFrame Constructor 描述 MetalInternalFrameTitlePane(JInternalFrame f)
构造一个新的实例MetalInternalFrameTitlePane
MetalInternalFrameUI(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 JComponent
SynthInternalFrameUI. createNorthPane(JInternalFrame w)
创建北面的窗格。Constructors in javax.swing.plaf.synth with parameters of type JInternalFrame Constructor 描述 SynthInternalFrameUI(JInternalFrame b)
Constructs aSynthInternalFrameUI
.
-