com.threerings.tudey.tools
Class PathDefiner.PathReference

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

protected static class PathDefiner.PathReference
extends ConfigTool.EditableReference<PathConfig>

Allows us to edit the path reference.


Field Summary
 ConfigReference<PathConfig> path
          The path reference.
 
Constructor Summary
protected PathDefiner.PathReference()
           
 
Method Summary
 ConfigReference<PathConfig> getReference()
          Returns a reference to the config reference.
 void setReference(ConfigReference<PathConfig> 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

path

@Editable(nullable=true)
public ConfigReference<PathConfig> path
The path reference.

Constructor Detail

PathDefiner.PathReference

protected PathDefiner.PathReference()
Method Detail

getReference

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

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

setReference

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

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