Class javaLabView.Map
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaLabView.Map

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----javaLabView.Map

public class Map
extends Panel

Method Index

 o action(Event, Object)
Prints the actions for this map.
 o addNode(Node)
 o editMode()
Returns the Edit Mode of this Map.
 o editMode(boolean)
A method to set the Edit Mode.
 o main(String[])
Test method for this class...

Methods

 o addNode
  public int addNode(Node node)
 o editMode
  public void editMode(boolean mode)
A method to set the Edit Mode.
Parameters:
mode - true for Edit Mode, false for Run Mode.
 o editMode
  public boolean editMode()
Returns the Edit Mode of this Map. true for Edit Mode, false for Run Mode.
 o action
  public boolean action(Event evt,
                        Object arg)
Prints the actions for this map.
Overrides:
action in class Component
 o main
  public static void main(String arg[])
Test method for this class...
This method only gets called when the class is launched
from the command line.

All Packages  Class Hierarchy  This Package  Previous  Next  Index