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.
-
GraphEditFrame()
- GraphEditFrame constructor comment.
-
GraphEditFrame(String)
- GraphEditFrame constructor comment.
-
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.
-
initToolboxes()
-
-
paint(Graphics)
-
-
reset()
-
-
setCodeBase(URL)
-
-
setGraphDisplay(GraphDisplay)
-
-
setPath(String)
-
-
update(Graphics)
-
GraphEditFrame
public GraphEditFrame()
- GraphEditFrame constructor comment.
GraphEditFrame
public GraphEditFrame(String title)
- GraphEditFrame constructor comment.
- Parameters:
- title - java.lang.String
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
initToolboxes
public void initToolboxes()
paint
public void paint(Graphics g)
- Overrides:
- paint in class Container
reset
public void reset()
setCodeBase
public void setCodeBase(URL codeBase)
setGraphDisplay
public void setGraphDisplay(GraphDisplay graphDisplay)
setPath
public void setPath(String path)
update
public void update(Graphics g)
- Overrides:
- update in class Component
All Packages Class Hierarchy This Package Previous Next Index