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

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

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

Represents a child of the layout.


Field Summary
 ComponentConfig component
          The child component.
 LayoutConfig.Location location
          The location of the child.
 
Constructor Summary
LayoutConfig.Border.Child()
           
 
Method Summary
 Object getConstraints()
          Returns the constraints for this child.
 
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

location

@Editable
public LayoutConfig.Location location
The location of the child.


component

@Editable
public ComponentConfig component
The child component.

Constructor Detail

LayoutConfig.Border.Child

public LayoutConfig.Border.Child()
Method Detail

getConstraints

public Object getConstraints()
Returns the constraints for this child.



Copyright © 2011. All Rights Reserved.