com.partnersoft.editor.editors
Class IconEditor

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

public class IconEditor
extends AbstractImageModelEditor

Doesn't really edit the icon, but displays it so that you can see it and change its name or delete it.

Author:
Paul Reavis Copyright 2007 Partner Software, Inc.

Field Summary
 
Fields inherited from class com.partnersoft.editor.editors.AbstractImageModelEditor
app, model
 
Constructor Summary
IconEditor(EditorApp app, ImageModel model)
           
 
Method Summary
 javax.swing.JComponent getGui()
           
 
Methods inherited from class com.partnersoft.editor.editors.AbstractImageModelEditor
getApp, getCodexLocation, getCodexResourceModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconEditor

public IconEditor(EditorApp app,
                  ImageModel model)
Method Detail

getGui

public javax.swing.JComponent getGui()