|
||||||||||
| 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.UserInterfaceConfig.Implementation
@EditorTypes(value={UserInterfaceConfig.Original.class,UserInterfaceConfig.Derived.class})
public abstract static class UserInterfaceConfig.ImplementationContains the actual implementation of the interface.
| Constructor Summary | |
|---|---|
UserInterfaceConfig.Implementation()
|
|
| Method Summary | |
|---|---|
abstract Component |
getComponent(GlContext ctx,
Scope scope,
Component comp)
Creates or updates a component for this configuration. |
abstract ConfigManager |
getConfigManager(ConfigManager cfgmgr)
Returns a reference to the config manager to use when resolving references. |
abstract UserInterfaceConfig.Original |
getOriginal(ConfigManager cfgmgr)
Returns a reference to the config's underlying original implementation. |
void |
getUpdateReferences(ConfigReferenceSet refs)
Adds the implementation's update references 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 UserInterfaceConfig.Implementation()
| Method Detail |
|---|
public void getUpdateReferences(ConfigReferenceSet refs)
public abstract ConfigManager getConfigManager(ConfigManager cfgmgr)
cfgmgr - the config manager of the config containing the implementation.public abstract UserInterfaceConfig.Original getOriginal(ConfigManager cfgmgr)
public abstract Component getComponent(GlContext ctx,
Scope scope,
Component comp)
scope - the component's expression scope.comp - an existing component to reuse, if possible.
null if no component could be created.public void invalidate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||