com.partnersoft.editor.dashboard
Class TwoWindowDashboardSkin

java.lang.Object
  extended by com.partnersoft.editor.dashboard.TwoWindowDashboardSkin
All Implemented Interfaces:
EditorAppSkin

public class TwoWindowDashboardSkin
extends java.lang.Object
implements EditorAppSkin

Two windows, the regular Map Viewer and an IDE.

Author:
Russell Cagle Copyright 2006 Partner Software, Inc.

Constructor Summary
TwoWindowDashboardSkin()
           
 
Method Summary
 javax.swing.JFrame getWindow()
           
 void setup(EditorApp app)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwoWindowDashboardSkin

public TwoWindowDashboardSkin()
Method Detail

setup

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

getWindow

public javax.swing.JFrame getWindow()