com.partnersoft.editor.editors
Class SimpleSectionEditor

java.lang.Object
  extended by com.partnersoft.editor.editors.SimpleSectionEditor
All Implemented Interfaces:
CodexBrowserPage, CodexSectionEditor

public class SimpleSectionEditor
extends java.lang.Object
implements CodexSectionEditor


Constructor Summary
SimpleSectionEditor(EditorApp app, CodexSection section)
           
 
Method Summary
 void clickResource(CodexResource resource)
           
 CodexNode getCodexLocation()
           
 CodexSection getCodexSection()
           
 javax.swing.JComponent getGui()
           
 void newResource(CodexSection section, java.lang.String extension)
           
 void refresh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSectionEditor

public SimpleSectionEditor(EditorApp app,
                           CodexSection section)
Method Detail

clickResource

public void clickResource(CodexResource resource)

getGui

public javax.swing.JComponent getGui()
Specified by:
getGui in interface CodexBrowserPage

getCodexSection

public CodexSection getCodexSection()
Specified by:
getCodexSection in interface CodexSectionEditor

getCodexLocation

public CodexNode getCodexLocation()
Specified by:
getCodexLocation in interface CodexBrowserPage

newResource

public void newResource(CodexSection section,
                        java.lang.String extension)

refresh

public void refresh()