|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.config.ManagedConfig
com.threerings.config.ParameterizedConfig
com.threerings.tudey.config.PaintableConfig
com.threerings.tudey.config.WallConfig
public class WallConfig
The configuration of a wall type.
| Nested Class Summary | |
|---|---|
static class |
WallConfig.Derived
A derived implementation. |
static class |
WallConfig.Implementation
Contains the actual implementation of the wall type. |
static class |
WallConfig.Original
An original wall implementation. |
| Nested classes/interfaces inherited from class com.threerings.tudey.config.PaintableConfig |
|---|
PaintableConfig.Case, PaintableConfig.Tile |
| Field Summary | |
|---|---|
WallConfig.Implementation |
implementation
The actual wall implementation. |
| Fields inherited from class com.threerings.config.ParameterizedConfig |
|---|
parameters |
| Constructor Summary | |
|---|---|
WallConfig()
|
|
| Method Summary | |
|---|---|
WallConfig.Original |
getOriginal(ConfigManager cfgmgr)
Returns a reference to the config's underlying original implementation. |
| Methods inherited from class com.threerings.tudey.config.PaintableConfig |
|---|
createPattern |
| Methods inherited from class com.threerings.config.ParameterizedConfig |
|---|
getInstance, getParameter, getReference, validateOuters, validateReferences, wasUpdated |
| Methods inherited from class com.threerings.config.ManagedConfig |
|---|
addListener, configUpdated, getConfigManager, getInstance, getInstance, getInstance, getInstance, getName, init, removeListener, resourceModified, setName, updateFromSource |
| 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 public WallConfig.Implementation implementation
| Constructor Detail |
|---|
public WallConfig()
| Method Detail |
|---|
public WallConfig.Original getOriginal(ConfigManager cfgmgr)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||