com.partnersoft.editor.editors
Class TextStyleSectionEditor

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

public class TextStyleSectionEditor
extends java.lang.Object
implements CodexSectionEditor


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

Constructor Detail

TextStyleSectionEditor

public TextStyleSectionEditor(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

refresh

public void refresh()