com.threerings.opengl.gui.config
Class StyleConfig.Derived
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.gui.config.StyleConfig.Implementation
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.
style
@Editable(nullable=true)
public ConfigReference<StyleConfig> style
- The style reference.
StyleConfig.Derived
public StyleConfig.Derived()
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.