程序包 weka.gui

类 Main.ChildFrameMDI

所有已实现的接口:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
封闭类:
Main

public static class Main.ChildFrameMDI extends JInternalFrame
Specialized JInternalFrame class.
版本:
$Revision: 10438 $
作者:
fracpete (fracpete at waikato dot ac dot nz)
另请参阅:
  • 构造器详细资料

    • ChildFrameMDI

      public ChildFrameMDI(Main parent, String title)
      constructs a new internal frame that knows about its parent.
      参数:
      parent - the parent frame
      title - the title of the frame
  • 方法详细资料

    • getParentFrame

      public Main getParentFrame()
      returns the parent frame, can be null.
      返回:
      the parent frame
    • dispose

      public void dispose()
      de-registers the child frame with the parent first.
      覆盖:
      dispose 在类中 JInternalFrame