net.sf.doolin.gui.layout
Interface LayoutConstraintAdapter<C,A>

Type Parameters:
A - Actual type of constraint to use
All Known Implementing Classes:
IdentityLayoutConstraintAdapter

public interface LayoutConstraintAdapter<C,A>

Converts a layout constraint given by the configuration to a useable constraint within a layout manager.

Author:
Damien Coraboeuf

Method Summary
 A convert(C constraint)
          Converts the constraint
 

Method Detail

convert

A convert(C constraint)
Converts the constraint

Parameters:
constraint - From the configuration
Returns:
Actual constraint to use


Copyright © 2011. All Rights Reserved.