Class GraphicalViewFrame
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----GraphicalViewFrame
- class GraphicalViewFrame
- extends Frame
- implements ActionListener, Observer
-
defaultBounds
- A rectangle specifying default values for the position and size of the
Frame.
-
displayNetwork
-
-
network
-
-
GraphicalViewFrame(Network)
-
-
actionPerformed(ActionEvent)
-
-
addMenus()
-
-
close()
-
-
setTitle(String)
-
-
setVisible(boolean)
-
-
update(Observable, Object)
-
network
private Network network
displayNetwork
private DisplayNetwork displayNetwork
defaultBounds
private Rectangle defaultBounds
- A rectangle specifying default values for the position and size of the
Frame. These values are only used if the Frame cannot find a position
and size in the properties of the Framework.
GraphicalViewFrame
GraphicalViewFrame(Network n)
setVisible
public void setVisible(boolean b)
- Overrides:
- setVisible in class Component
setTitle
public void setTitle(String networkName)
- Overrides:
- setTitle in class Frame
update
public void update(Observable o,
Object arg)
addMenus
private void addMenus()
actionPerformed
public void actionPerformed(ActionEvent e)
close
void close()