com.partnersoft.editor.explorer
Class TwoWindowExplorerSkin

java.lang.Object
  extended by com.partnersoft.editor.explorer.TwoWindowExplorerSkin
All Implemented Interfaces:
EditorAppSkin

public class TwoWindowExplorerSkin
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
TwoWindowExplorerSkin()
           
 
Method Summary
 void clearSelection()
           
 javax.swing.JFrame getWindow()
           
 void selectCodexResource(CodexResource resource)
           
 void selectCodexSection(CodexSection section)
           
 void setup(EditorApp app)
           
 void showEditorTab()
           
 void teardown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwoWindowExplorerSkin

public TwoWindowExplorerSkin()
Method Detail

clearSelection

public void clearSelection()

selectCodexResource

public void selectCodexResource(CodexResource resource)

selectCodexSection

public void selectCodexSection(CodexSection section)

setup

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

showEditorTab

public void showEditorTab()

teardown

public void teardown()

getWindow

public javax.swing.JFrame getWindow()