com.threerings.opengl.gui.config
Class LayoutConfig.Table.Child

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.gui.config.LayoutConfig.Table.Child
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
LayoutConfig.Table

public static class LayoutConfig.Table.Child
extends DeepObject
implements Exportable

Represents a child of the layout.


Field Summary
 ComponentConfig component
          The child component.
 
Constructor Summary
LayoutConfig.Table.Child()
           
 
Method Summary
 
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

component

@Editable
public ComponentConfig component
The child component.

Constructor Detail

LayoutConfig.Table.Child

public LayoutConfig.Table.Child()


Copyright © 2011. All Rights Reserved.