com.partnersoft.editor.dashboard
Class OneWindowDashboardSkin

java.lang.Object
  extended by com.partnersoft.editor.dashboard.OneWindowDashboardSkin
All Implemented Interfaces:
EditorAppSkin, MapAppSkin

public class OneWindowDashboardSkin
extends java.lang.Object
implements EditorAppSkin, MapAppSkin

Author:
Russell Cagle Copyright 2006 Partner Software, Inc.

Constructor Summary
OneWindowDashboardSkin()
           
 
Method Summary
 javax.swing.JFrame getWindow()
           
 void setup(EditorApp app)
           
 void setup(MapApp mapApp)
          Creates the gui.
 void showDataTab()
           
 void showEditorTab()
           
 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

OneWindowDashboardSkin

public OneWindowDashboardSkin()
Method Detail

setup

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

Specified by:
setup in interface MapAppSkin

setup

public void setup(EditorApp app)
Specified by:
setup in interface EditorAppSkin

showDataTab

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

showEditorTab

public void showEditorTab()

showFindTab

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

showMap

public void showMap()
Specified by:
showMap 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

getWindow

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