com.threerings.opengl.gui.config
Class StyleConfig.Implementation

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.gui.config.StyleConfig.Implementation
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Direct Known Subclasses:
StyleConfig.Derived, StyleConfig.Original
Enclosing class:
StyleConfig

@EditorTypes(value={StyleConfig.Original.class,StyleConfig.Derived.class})
public abstract static class StyleConfig.Implementation
extends DeepObject
implements Exportable

Contains the actual implementation of the style.


Constructor Summary
StyleConfig.Implementation()
           
 
Method Summary
abstract  StyleConfig.Original getOriginal(GlContext ctx)
          Returns a reference to the config's underlying original implementation.
abstract  void getUpdateReferences(ConfigReferenceSet refs)
          Adds the implementation's update references to the provided set.
 void getUpdateResources(HashSet<String> paths)
          Adds the implementation's update resources to the provided set.
 void invalidate()
          Invalidates any cached data.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StyleConfig.Implementation

public StyleConfig.Implementation()
Method Detail

getUpdateReferences

public abstract void getUpdateReferences(ConfigReferenceSet refs)
Adds the implementation's update references to the provided set.


getUpdateResources

public void getUpdateResources(HashSet<String> paths)
Adds the implementation's update resources to the provided set.


getOriginal

public abstract StyleConfig.Original getOriginal(GlContext ctx)
Returns a reference to the config's underlying original implementation.


invalidate

public void invalidate()
Invalidates any cached data.



Copyright © 2011. All Rights Reserved.