com.taco.swinger.text2gui
Class ComponentConstraintPair
java.lang.Object
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. |
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
ComponentConstraintPair
public ComponentConstraintPair(java.lang.Object component,
java.lang.Object constraint)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object