com.partnersoft.editor.editors
Class IconSectionEditor

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

public class IconSectionEditor
extends java.lang.Object
implements CodexSectionEditor


Constructor Summary
IconSectionEditor(EditorApp app, CodexSection section)
           
 
Method Summary
 CodexNode getCodexLocation()
           
 CodexSection getCodexSection()
           
 javax.swing.JComponent getGui()
           
 void importIcon(java.io.File iconFile)
           
 void openImportDialog()
           
 void refresh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconSectionEditor

public IconSectionEditor(EditorApp app,
                         CodexSection section)
Method Detail

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

openImportDialog

public void openImportDialog()

importIcon

public void importIcon(java.io.File iconFile)

refresh

public void refresh()