Uses of Interface
de.uni_paderborn.fujaba.fsa.swing.DecoratorLayout.Constraints

Packages that use DecoratorLayout.Constraints
de.uni_paderborn.fujaba.fsa.swing   
 

Uses of DecoratorLayout.Constraints in de.uni_paderborn.fujaba.fsa.swing
 

Classes in de.uni_paderborn.fujaba.fsa.swing that implement DecoratorLayout.Constraints
 class GrabConstraints
          Constraints for main component in PanelGrabUI Warning: does not work correctly yet
 class GrabDecoratorConstraints
          Constraints for Decorations to Grabs in PanelGrabUI.
 class LineDecoratorConstraints
          constraints for DecoratorLayout to add some stuff to a JLine UMLClass: 'LineDecoratorConstraints'
 

Methods in de.uni_paderborn.fujaba.fsa.swing that return DecoratorLayout.Constraints
 DecoratorLayout.Constraints DecoratorLayout.getConstraintsFromLayoutComponents(java.awt.Component comp)
          Get the constraintsFromLayoutComponents attribute of the DecoratorLayout object
 

Methods in de.uni_paderborn.fujaba.fsa.swing with parameters of type DecoratorLayout.Constraints
 void DecoratorLayout.addToLayoutComponents(java.awt.Component value, DecoratorLayout.Constraints constraints)
          Access method for an one to n association.