dd.ui
Class TestController

java.lang.Object
  extended bydd.ui.TestController
All Implemented Interfaces:
MapSelectionListener

public class TestController
extends java.lang.Object
implements MapSelectionListener


Nested Class Summary
static class TestController.ColorHex
           
 
Field Summary
protected  javax.swing.JMenuItem miClose
           
protected  javax.swing.JMenuItem miCopy
           
protected  javax.swing.JMenuItem miCut
           
protected  javax.swing.JMenuItem miOpen
           
protected  javax.swing.JMenuItem miPaste
           
protected  javax.swing.JMenuItem miPrint
           
protected  javax.swing.JMenuItem miQuit
           
protected  javax.swing.JMenuItem miUndo
           
 
Constructor Summary
TestController()
           
 
Method Summary
 void initMap(Map m)
           
static void main(java.lang.String[] args)
           
 javax.swing.JMenuBar makeMenu()
           
 void makeUI()
           
 void makeUI(java.lang.String mapFile)
           
 void mapSelectionDone(MapView mapView)
           
 void mapSelectionUpdated(MapView mapView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

miOpen

protected javax.swing.JMenuItem miOpen

miClose

protected javax.swing.JMenuItem miClose

miPrint

protected javax.swing.JMenuItem miPrint

miQuit

protected javax.swing.JMenuItem miQuit

miUndo

protected javax.swing.JMenuItem miUndo

miCut

protected javax.swing.JMenuItem miCut

miCopy

protected javax.swing.JMenuItem miCopy

miPaste

protected javax.swing.JMenuItem miPaste
Constructor Detail

TestController

public TestController()
Method Detail

mapSelectionUpdated

public void mapSelectionUpdated(MapView mapView)
Specified by:
mapSelectionUpdated in interface MapSelectionListener

mapSelectionDone

public void mapSelectionDone(MapView mapView)
Specified by:
mapSelectionDone in interface MapSelectionListener

makeMenu

public javax.swing.JMenuBar makeMenu()

initMap

public void initMap(Map m)

makeUI

public void makeUI()

makeUI

public void makeUI(java.lang.String mapFile)

main

public static void main(java.lang.String[] args)