com.taco.swinger.text2gui
Class ComponentConstraintPair

java.lang.Object
  extended by com.taco.swinger.text2gui.ComponentConstraintPair

public class ComponentConstraintPair
extends java.lang.Object

A data structure containing a component and a constraint to use to add the component to its parent container.


Field Summary
 java.lang.Object component
          The component or a placeholder for the component such as a separator.
 java.lang.Object constraint
          The constraint used to add the component to the parent container.
 
Constructor Summary
ComponentConstraintPair(java.lang.Object component, java.lang.Object constraint)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

component

public java.lang.Object component
The component or a placeholder for the component such as a separator.


constraint

public java.lang.Object constraint
The constraint used to add the component to the parent container.

Constructor Detail

ComponentConstraintPair

public ComponentConstraintPair(java.lang.Object component,
                               java.lang.Object constraint)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object