com.partnersoft.maps.app
Class DispatchSkin
java.lang.Object
com.partnersoft.maps.app.AbstractMapAppSkin
com.partnersoft.maps.app.DispatchSkin
- All Implemented Interfaces:
- MapAppSkin
public class DispatchSkin
- extends AbstractMapAppSkin
A skin aka layout for "dispatch" use - basically large or multi-screen setups.
Copyright 2008 Partner Software, Inc.
- Version:
- $Id$
- Author:
- Paul Reavis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DispatchSkin
public DispatchSkin()
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()