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.
-
eh_DebugFrame()
- Default constructor.
-
eh_DebugFrame(Rectangle)
- Constructor, creating a new eh_DebugFrame of a specified size and location.
-
addLayoutComponent(String, Component)
-
-
dispose()
- Destroy this frame.
-
getMessageList()
-
-
init()
- Constructor.
-
layoutContainer(Container)
-
-
minimumLayoutSize(Container)
-
-
preferredLayoutSize(Container)
-
-
removeLayoutComponent(Component)
-
eh_DebugFrame
public eh_DebugFrame()
- Default constructor. Create a new eh_DebugFrame at a default screen location.
eh_DebugFrame
public eh_DebugFrame(Rectangle InputDebugWindowBounds)
- Constructor, creating a new eh_DebugFrame of a specified size and location.
init
protected void init()
- Constructor. Create a new eh_DebugFrame at a default screen location.
dispose
public void dispose()
- Destroy this frame.
- Overrides:
- dispose in class Frame
getMessageList
public JTextArea getMessageList()
addLayoutComponent
public void addLayoutComponent(String name,
Component comp)
removeLayoutComponent
public void removeLayoutComponent(Component comp)
preferredLayoutSize
public Dimension preferredLayoutSize(Container parent)
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
layoutContainer
public void layoutContainer(Container parent)
All Packages Class Hierarchy This Package Previous Next Index