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

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

public static class StyleConfig.Derived
extends StyleConfig.Implementation

A derived implementation.


Field Summary
 ConfigReference<StyleConfig> style
          The style reference.
 
Constructor Summary
StyleConfig.Derived()
           
 
Method Summary
 StyleConfig.Original getOriginal(GlContext ctx)
          Returns a reference to the config's underlying original implementation.
 void getUpdateReferences(ConfigReferenceSet refs)
          Adds the implementation's update references to the provided set.
 
Methods inherited from class com.threerings.opengl.gui.config.StyleConfig.Implementation
getUpdateResources, invalidate
 
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
 

Field Detail

style

@Editable(nullable=true)
public ConfigReference<StyleConfig> style
The style reference.

Constructor Detail

StyleConfig.Derived

public StyleConfig.Derived()
Method Detail

getUpdateReferences

public void getUpdateReferences(ConfigReferenceSet refs)
Description copied from class: StyleConfig.Implementation
Adds the implementation's update references to the provided set.

Specified by:
getUpdateReferences in class StyleConfig.Implementation

getOriginal

public StyleConfig.Original getOriginal(GlContext ctx)
Description copied from class: StyleConfig.Implementation
Returns a reference to the config's underlying original implementation.

Specified by:
getOriginal in class StyleConfig.Implementation


Copyright © 2011. All Rights Reserved.