All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Graph.GraphEditFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----Graph.GraphEditFrame

public class GraphEditFrame
extends Frame
implements ActionListener
GraphEditFrame is the main window of the editor, it contains a scroll pane (containing an instance of GraphPanel), and status line, represented by a label, and finally menu bar.


Constructor Index

 o GraphEditFrame()
GraphEditFrame constructor comment.
 o GraphEditFrame(String)
GraphEditFrame constructor comment.

Method Index

 o actionPerformed(ActionEvent)
Most of the functionality from actionPerformed will migrate to collector/tool classes, which will add their own parts of menu and monitor them.
 o initToolboxes()
 o paint(Graphics)
 o reset()
 o setCodeBase(URL)
 o setGraphDisplay(GraphDisplay)
 o setPath(String)
 o update(Graphics)

Constructors

 o GraphEditFrame
 public GraphEditFrame()
GraphEditFrame constructor comment.

 o GraphEditFrame
 public GraphEditFrame(String title)
GraphEditFrame constructor comment.

Parameters:
title - java.lang.String

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
Most of the functionality from actionPerformed will migrate to collector/tool classes, which will add their own parts of menu and monitor them. For the time being, all of the menu related activity goes through here

 o initToolboxes
 public void initToolboxes()
 o paint
 public void paint(Graphics g)
Overrides:
paint in class Container
 o reset
 public void reset()
 o setCodeBase
 public void setCodeBase(URL codeBase)
 o setGraphDisplay
 public void setGraphDisplay(GraphDisplay graphDisplay)
 o setPath
 public void setPath(String path)
 o update
 public void update(Graphics g)
Overrides:
update in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index