chrriis.uihierarchy
Class SingleLevelAccessor.ConstraintsHandler

java.lang.Object
  extended bychrriis.uihierarchy.SingleLevelAccessor.ConstraintsHandler
Enclosing class:
SingleLevelAccessor

public class SingleLevelAccessor.ConstraintsHandler
extends Object

A manipulator for the constraints of the SingleLevelAccessor.

Version:
1.0 2003.12.26
Author:
Christopher Deckers (chrriis@brainlex.com)

Method Summary
 Object getConstraints()
          Get the constraints.
 Object getRealizedConstraints()
          Get the realized constraints.
 void setRealizedConstraints(Object constraints)
          Set the realized constraints.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConstraints

public Object getConstraints()
Get the constraints.

Returns:
The constraints.

getRealizedConstraints

public Object getRealizedConstraints()
Get the realized constraints. This is used mainly by some constraints handler to allow reference or chaining of constraints.

Returns:
The realized constraints.

setRealizedConstraints

public void setRealizedConstraints(Object constraints)
Set the realized constraints. This is used mainly by some constraints handler to allow reference or chaining of constraints.

Parameters:
constraints - The realized constraints.