com.partnersoft.maps.app
Class DesktopSkin

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

public class DesktopSkin
extends AbstractMapAppSkin

Copied from the original GUI implementation in MapAppGui. ?

Copyright 2009 Partner Software, Inc.

Version:
$Id: DesktopSkin.java 2328 2010-01-06 15:38:22Z paul $
Author:
Russell Cagle

Constructor Summary
DesktopSkin()
           
 
Method Summary
 void addCustomControlPanel(java.lang.String name, java.awt.Container panel)
           
 javax.swing.JTabbedPane getTabbedPane()
           
 MainWindow getWindow()
           
 void openWindows()
           
 void setup(MapApp app)
          Creates the gui.
 void showDataTab()
           
 void showFindTab()
           
 void showMap()
           
 void teardown()
          Kills the gui.
 
Methods inherited from class com.partnersoft.maps.app.AbstractMapAppSkin
getBackgroundColor, getForegroundColor, setColorsOn
 
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
Overrides:
setup in class AbstractMapAppSkin

teardown

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


showDataTab

public void showDataTab()

showFindTab

public void showFindTab()

showMap

public void showMap()

openWindows

public void openWindows()

getTabbedPane

public javax.swing.JTabbedPane getTabbedPane()

addCustomControlPanel

public void addCustomControlPanel(java.lang.String name,
                                  java.awt.Container panel)

getWindow

public MainWindow getWindow()