com.partnersoft.maps.app
Class DesktopSkin
java.lang.Object
com.partnersoft.maps.app.AbstractMapAppSkin
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DesktopSkin
public DesktopSkin()
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()