com.partnersoft.editor.editors
Class PointStyleSectionEditor

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

public class PointStyleSectionEditor
extends java.lang.Object
implements CodexSectionEditor


Constructor Summary
PointStyleSectionEditor(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

PointStyleSectionEditor

public PointStyleSectionEditor(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()