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
-
action(Event, Object)
- Prints the actions for this map.
-
addNode(Node)
-
-
editMode()
- Returns the Edit Mode of this Map.
-
editMode(boolean)
- A method to set the Edit Mode.
-
main(String[])
-
Test method for this class...
addNode
public int addNode(Node node)
editMode
public void editMode(boolean mode)
- A method to set the Edit Mode.
- Parameters:
- mode - true for Edit Mode, false for Run Mode.
editMode
public boolean editMode()
- Returns the Edit Mode of this Map.
true for Edit Mode, false for Run Mode.
action
public boolean action(Event evt,
Object arg)
- Prints the actions for this map.
- Overrides:
- action in class Component
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