|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.gui.config.StyleConfig.Implementation
@EditorTypes(value={StyleConfig.Original.class,StyleConfig.Derived.class})
public abstract static class StyleConfig.ImplementationContains 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 |
|---|
public StyleConfig.Implementation()
| Method Detail |
|---|
public abstract void getUpdateReferences(ConfigReferenceSet refs)
public void getUpdateResources(HashSet<String> paths)
public abstract StyleConfig.Original getOriginal(GlContext ctx)
public void invalidate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||