com.threerings.editor.util
Interface EditorContext

All Known Subinterfaces:
GlContext, TudeyContext
All Known Implementing Classes:
BaseConfigEditor, ConfigEditor, GlApp, GlCanvasApp, GlCanvasTool, GlContextWrapper, GlDisplayApp, InterfaceTester, ModelTool, ModelViewer, ParticleEditor, ResourceEditor, SceneEditor, TudeyTool

public interface EditorContext

Provides access to the services required by the editor.


Method Summary
 com.threerings.media.image.ColorPository getColorPository()
          Returns a reference to the color pository.
 ConfigManager getConfigManager()
          Returns a reference to the configuration manager.
 com.threerings.util.MessageManager getMessageManager()
          Returns a reference to the message manager.
 com.threerings.resource.ResourceManager getResourceManager()
          Returns a reference to the resource manager.
 

Method Detail

getResourceManager

com.threerings.resource.ResourceManager getResourceManager()
Returns a reference to the resource manager.


getMessageManager

com.threerings.util.MessageManager getMessageManager()
Returns a reference to the message manager.


getConfigManager

ConfigManager getConfigManager()
Returns a reference to the configuration manager.


getColorPository

com.threerings.media.image.ColorPository getColorPository()
Returns a reference to the color pository.



Copyright © 2011. All Rights Reserved.