Uses of Interface
com.threerings.editor.util.EditorContext

Packages that use EditorContext
com.threerings.config Configuration management. 
com.threerings.config.tools   
com.threerings.editor.swing   
com.threerings.opengl   
com.threerings.opengl.effect.tools   
com.threerings.opengl.gui.tools   
com.threerings.opengl.model.config Model and animation configurations. 
com.threerings.opengl.model.tools   
com.threerings.opengl.util   
com.threerings.tudey.tools Tudey tools. 
com.threerings.tudey.util   
 

Uses of EditorContext in com.threerings.config
 

Methods in com.threerings.config with parameters of type EditorContext
 void ManagedConfig.updateFromSource(EditorContext ctx, boolean force)
          Updates this configuration from its external source, if any.
 

Uses of EditorContext in com.threerings.config.tools
 

Classes in com.threerings.config.tools that implement EditorContext
 class BaseConfigEditor
          The superclass of ConfigEditor and ResourceEditor.
 class ConfigEditor
          Allows editing the configuration database.
 class ResourceEditor
          Allows editing single configurations stored as resources.
 

Methods in com.threerings.config.tools with parameters of type EditorContext
static BaseConfigEditor BaseConfigEditor.createEditor(EditorContext ctx, Class<?> clazz, String name)
          Utility method to create an editor for the identified config.
 

Uses of EditorContext in com.threerings.editor.swing
 

Methods in com.threerings.editor.swing with parameters of type EditorContext
static FindDialog FindDialog.createDialog(Component parent, EditorContext ctx)
           
static JDialog EditorPanel.createDialog(Component parent, EditorContext ctx, EditorPanel.CategoryMode catmode, String title, Object object)
          Creates and returns a simple dialog for editing the supplied object.
static JDialog EditorPanel.createDialog(Component parent, EditorContext ctx, String title, Object object)
          Creates and returns a simple dialog for editing the supplied object.
static PropertyEditor PropertyEditor.createEditor(EditorContext ctx, Property property, Property[] ancestors)
          Creates a property editor for the specified object property.
 void PropertyEditor.init(EditorContext ctx, Property property, Property[] ancestors)
          Initializes the editor with its object and property references.
 

Constructors in com.threerings.editor.swing with parameters of type EditorContext
EditorPanel(EditorContext ctx)
          Creates an empty editor panel.
EditorPanel(EditorContext ctx, EditorPanel.CategoryMode catmode)
          Creates an empty editor panel.
EditorPanel(EditorContext ctx, EditorPanel.CategoryMode catmode, Property[] ancestors)
          Creates an empty editor panel.
EditorPanel(EditorContext ctx, EditorPanel.CategoryMode catmode, Property[] ancestors, boolean omitColumns)
          Creates an empty editor panel.
FindDialog(Dialog parent, EditorContext ctx, String title)
          Create the dialog.
FindDialog(Frame parent, EditorContext ctx, String title)
          Create the dialog.
ObjectPanel(EditorContext ctx, String tlabel, Class<?>[] types, Property[] ancestors, Object outer)
          Creates a new object panel.
ObjectPanel(EditorContext ctx, String tlabel, Class<?>[] types, Property[] ancestors, Object outer, boolean omitColumns)
          Creates a new object panel.
 

Uses of EditorContext in com.threerings.opengl
 

Classes in com.threerings.opengl that implement EditorContext
 class GlApp
          A base class for OpenGL-based applications.
 class GlCanvasApp
          A base class for applications centered around an OpenGL canvas.
 class GlCanvasTool
          A base class for the OpenGL tool applications.
 class GlDisplayApp
          A base class for applications that use LWJGL's Display class.
 

Uses of EditorContext in com.threerings.opengl.effect.tools
 

Classes in com.threerings.opengl.effect.tools that implement EditorContext
 class ParticleEditor
          The particle editor application.
 

Uses of EditorContext in com.threerings.opengl.gui.tools
 

Classes in com.threerings.opengl.gui.tools that implement EditorContext
 class InterfaceTester
          Tool for testing user interfaces.
 

Uses of EditorContext in com.threerings.opengl.model.config
 

Methods in com.threerings.opengl.model.config with parameters of type EditorContext
 void ModelConfig.updateFromSource(EditorContext ctx, boolean force)
           
 void ModelConfig.Implementation.updateFromSource(EditorContext ctx, boolean force)
          Updates this implementation from its external source, if any.
 void ModelConfig.Imported.updateFromSource(EditorContext ctx, boolean force)
           
 void AnimationConfig.updateFromSource(EditorContext ctx, boolean force)
           
 void AnimationConfig.Implementation.updateFromSource(EditorContext ctx, boolean force)
          Updates this implementation from its external source, if any.
 void AnimationConfig.Imported.updateFromSource(EditorContext ctx, boolean force)
           
 

Uses of EditorContext in com.threerings.opengl.model.tools
 

Classes in com.threerings.opengl.model.tools that implement EditorContext
 class ModelTool
          Base class for tools that view or manipulate a single model (like the model viewer and particle editor).
 class ModelViewer
          A simple model viewer application.
 

Uses of EditorContext in com.threerings.opengl.util
 

Subinterfaces of EditorContext in com.threerings.opengl.util
 interface GlContext
          Provides access to the various components of the OpenGL rendering system.
 

Classes in com.threerings.opengl.util that implement EditorContext
 class GlContextWrapper
          Wraps another GlContext, allowing subclasses to override methods selectively.
 

Uses of EditorContext in com.threerings.tudey.tools
 

Classes in com.threerings.tudey.tools that implement EditorContext
 class SceneEditor
          The scene editor application.
 class TudeyTool
          Base class for Tudey tools.
 

Uses of EditorContext in com.threerings.tudey.util
 

Subinterfaces of EditorContext in com.threerings.tudey.util
 interface TudeyContext
          Provides access to the required elements of the Tudey system.
 



Copyright © 2011. All Rights Reserved.