|
||||||||||
| 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
com.threerings.opengl.gui.config.UserInterfaceConfig.Derived
public static class UserInterfaceConfig.Derived
A derived implementation.
| Field Summary | |
|---|---|
ConfigReference<UserInterfaceConfig> |
userInterface
The interface reference. |
| Constructor Summary | |
|---|---|
UserInterfaceConfig.Derived()
|
|
| Method Summary | |
|---|---|
Component |
getComponent(GlContext ctx,
Scope scope,
Component comp)
Creates or updates a component for this configuration. |
ConfigManager |
getConfigManager(ConfigManager cfgmgr)
Returns a reference to the config manager to use when resolving references. |
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. |
| Methods inherited from class com.threerings.opengl.gui.config.UserInterfaceConfig.Implementation |
|---|
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 |
|---|
@Editable(nullable=true) public ConfigReference<UserInterfaceConfig> userInterface
| Constructor Detail |
|---|
public UserInterfaceConfig.Derived()
| Method Detail |
|---|
public void getUpdateReferences(ConfigReferenceSet refs)
UserInterfaceConfig.Implementation
getUpdateReferences in class UserInterfaceConfig.Implementationpublic ConfigManager getConfigManager(ConfigManager cfgmgr)
UserInterfaceConfig.Implementation
getConfigManager in class UserInterfaceConfig.Implementationcfgmgr - the config manager of the config containing the implementation.public UserInterfaceConfig.Original getOriginal(ConfigManager cfgmgr)
UserInterfaceConfig.Implementation
getOriginal in class UserInterfaceConfig.Implementation
public Component getComponent(GlContext ctx,
Scope scope,
Component comp)
UserInterfaceConfig.Implementation
getComponent in class UserInterfaceConfig.Implementationscope - the component's expression scope.comp - an existing component to reuse, if possible.
null if no component could be created.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||