程序包 weka.gui

类 GUIChooser.ChildFrameSDI

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

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

    • ChildFrameSDI

      public ChildFrameSDI(GUIChooser 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 GUIChooser 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 在类中 Window