com.threerings.editor.util
Interface EditorContext

All Known Subinterfaces:
GlContext, TudeyContext
All Known Implementing Classes:
BaseConfigEditor, ConfigEditor, ConfigEditor.ManagerPanel, 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
 ColorPository getColorPository()
          Returns a reference to the color pository.
 ConfigManager getConfigManager()
          Returns a reference to the configuration manager.
 MessageManager getMessageManager()
          Returns a reference to the message manager.
 ResourceManager getResourceManager()
          Returns a reference to the resource manager.
 

Method Detail

getResourceManager

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


getMessageManager

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


getConfigManager

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


getColorPository

ColorPository getColorPository()
Returns a reference to the color pository.