com.partnersoft.maps.app
Interface MapAppSkin

All Known Implementing Classes:
DesktopSkin, OneWindowDashboardSkin, OneWindowExplorerSkin, TruckSkin

public interface MapAppSkin

The MapAppSkin does two things: it sets up the GUI in setup(), and it shows different parts of the GUI in the showX() functions.

Author:
Russell Cagle Copyright 2006 Partner Software, Inc.

Method Summary
 javax.swing.JFrame getWindow()
           
 void setup(MapApp app)
          Creates the gui.
 void showDataTab()
           
 void showFindTab()
           
 void showMap()
           
 void teardown()
          Kills the gui.
 

Method Detail

getWindow

javax.swing.JFrame getWindow()

setup

void setup(MapApp app)
Creates the gui.

Parameters:
app -

showDataTab

void showDataTab()

showFindTab

void showFindTab()

showMap

void showMap()

teardown

void teardown()
Kills the gui. The idea is to switch between skins.