com.partnersoft.maps.app
Class DesktopSkin

java.lang.Object
  extended by com.partnersoft.maps.app.DesktopSkin
All Implemented Interfaces:
MapAppSkin

public class DesktopSkin
extends java.lang.Object
implements MapAppSkin

Copied from the original GUI implementation in MapAppGUI. ?

Author:
Russell Cagle

Constructor Summary
DesktopSkin()
           
 
Method Summary
 javax.swing.JFrame getWindow()
           
 void setup(MapApp app)
          Creates the gui.
 void showDataTab()
           
 void showFindTab()
           
 void showMap()
           
 void teardown()
          Kills the gui.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesktopSkin

public DesktopSkin()
Method Detail

setup

public void setup(MapApp app)
Description copied from interface: MapAppSkin
Creates the gui.

Specified by:
setup in interface MapAppSkin

teardown

public void teardown()
Description copied from interface: MapAppSkin
Kills the gui. The idea is to switch between skins.

Specified by:
teardown in interface MapAppSkin

showDataTab

public void showDataTab()
Specified by:
showDataTab in interface MapAppSkin

showFindTab

public void showFindTab()
Specified by:
showFindTab in interface MapAppSkin

showMap

public void showMap()
Specified by:
showMap in interface MapAppSkin

getWindow

public javax.swing.JFrame getWindow()
Specified by:
getWindow in interface MapAppSkin