All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class eh.eh_DebugFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----com.sun.java.swing.JFrame
                                           |
                                           +----eh.eh_DebugFrame

public class eh_DebugFrame
extends JFrame
implements LayoutManager
eh_DebugFrame acts as the top-level "frame" that contains a List.


Constructor Index

 o eh_DebugFrame()
Default constructor.
 o eh_DebugFrame(Rectangle)
Constructor, creating a new eh_DebugFrame of a specified size and location.

Method Index

 o addLayoutComponent(String, Component)
 o dispose()
Destroy this frame.
 o getMessageList()
 o init()
Constructor.
 o layoutContainer(Container)
 o minimumLayoutSize(Container)
 o preferredLayoutSize(Container)
 o removeLayoutComponent(Component)

Constructors

 o eh_DebugFrame
 public eh_DebugFrame()
Default constructor. Create a new eh_DebugFrame at a default screen location.

 o eh_DebugFrame
 public eh_DebugFrame(Rectangle InputDebugWindowBounds)
Constructor, creating a new eh_DebugFrame of a specified size and location.

Methods

 o init
 protected void init()
Constructor. Create a new eh_DebugFrame at a default screen location.

 o dispose
 public void dispose()
Destroy this frame.

Overrides:
dispose in class Frame
 o getMessageList
 public JTextArea getMessageList()
 o addLayoutComponent
 public void addLayoutComponent(String name,
                                Component comp)
 o removeLayoutComponent
 public void removeLayoutComponent(Component comp)
 o preferredLayoutSize
 public Dimension preferredLayoutSize(Container parent)
 o minimumLayoutSize
 public Dimension minimumLayoutSize(Container parent)
 o layoutContainer
 public void layoutContainer(Container parent)

All Packages  Class Hierarchy  This Package  Previous  Next  Index