com.partnersoft.editor.editors
Class AbstractImageModelEditor

java.lang.Object
  extended by com.partnersoft.editor.editors.AbstractImageModelEditor
All Implemented Interfaces:
CodexBrowserPage, CodexResourceModelEditor
Direct Known Subclasses:
IconEditor

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


Field Summary
protected  EditorApp app
           
protected  ImageModel model
           
 
Constructor Summary
protected AbstractImageModelEditor(EditorApp app, ImageModel 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 ImageModel model
Constructor Detail

AbstractImageModelEditor

protected AbstractImageModelEditor(EditorApp app,
                                   ImageModel 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