com.partnersoft.editor.editors
Class AbstractCogModelEditor

java.lang.Object
  extended by com.partnersoft.editor.editors.AbstractCogModelEditor
All Implemented Interfaces:
CodexBrowserPage, CodexResourceModelEditor
Direct Known Subclasses:
FindItemEditor, LineStyleEditor, MapsetLegendEditor, PointStyleEditor, ProductEditor, TextStyleEditor

public abstract class AbstractCogModelEditor
extends java.lang.Object
implements CodexResourceModelEditor


Field Summary
protected  EditorApp app
           
protected  CogModel model
           
 
Constructor Summary
protected AbstractCogModelEditor(EditorApp app, CogModel model)
           
 
Method Summary
 EditorApp getApp()
           
 CodexNode getCodexLocation()
           
 CodexResourceModel getCodexResourceModel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.partnersoft.editor.browser.CodexBrowserPage
getGui
 

Field Detail

app

protected EditorApp app

model

protected CogModel model
Constructor Detail

AbstractCogModelEditor

protected AbstractCogModelEditor(EditorApp app,
                                 CogModel model)
Method Detail

getApp

public EditorApp getApp()

getCodexLocation

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

getCodexResourceModel

public CodexResourceModel getCodexResourceModel()
Specified by:
getCodexResourceModel in interface CodexResourceModelEditor