com.threerings.tudey.tools
Class AreaDefiner.AreaReference

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.tools.ConfigTool.EditableReference<AreaConfig>
          extended by com.threerings.tudey.tools.AreaDefiner.AreaReference
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
AreaDefiner

protected static class AreaDefiner.AreaReference
extends ConfigTool.EditableReference<AreaConfig>

Allows us to edit the area reference.


Field Summary
 ConfigReference<AreaConfig> area
          The area reference.
 
Constructor Summary
protected AreaDefiner.AreaReference()
           
 
Method Summary
 ConfigReference<AreaConfig> getReference()
          Returns a reference to the config reference.
 void setReference(ConfigReference<AreaConfig> ref)
          Sets the config reference.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

area

@Editable(nullable=true)
public ConfigReference<AreaConfig> area
The area reference.

Constructor Detail

AreaDefiner.AreaReference

protected AreaDefiner.AreaReference()
Method Detail

getReference

public ConfigReference<AreaConfig> getReference()
Description copied from class: ConfigTool.EditableReference
Returns a reference to the config reference.

Specified by:
getReference in class ConfigTool.EditableReference<AreaConfig>

setReference

public void setReference(ConfigReference<AreaConfig> ref)
Description copied from class: ConfigTool.EditableReference
Sets the config reference.

Specified by:
setReference in class ConfigTool.EditableReference<AreaConfig>