de.uni_paderborn.fujaba.fsa.swing
Class GrabConstraints

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.swing.GrabConstraints
All Implemented Interfaces:
DecoratorLayout.Constraints

public class GrabConstraints
extends java.lang.Object
implements DecoratorLayout.Constraints

Constraints for main component in PanelGrabUI

Warning: does not work correctly yet

Version:
$Revision: 1.10 $
Author:
$Author: schneider $
See Also:
PanelGrabUI

Constructor Summary
GrabConstraints(JGrab target)
          Constructor for class GrabConstraints
 
Method Summary
 java.awt.Point getLocation(java.awt.Component comp)
          Get the location attribute of the GrabConstraints object
 java.awt.Component getTarget()
          UMLMethod: 'Read access method for attribute target : Component'
 void removeYou()
          UMLMethod: '+ removeYou () : Void'
 java.awt.Component setTarget(java.awt.Component target)
          UMLMethod: 'Write access method for attribute target : Component'
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrabConstraints

public GrabConstraints(JGrab target)
Constructor for class GrabConstraints

Parameters:
target - No description provided
Method Detail

getTarget

public java.awt.Component getTarget()
UMLMethod: 'Read access method for attribute target : Component'

Specified by:
getTarget in interface DecoratorLayout.Constraints
Returns:
The target value

setTarget

public java.awt.Component setTarget(java.awt.Component target)
UMLMethod: 'Write access method for attribute target : Component'

Specified by:
setTarget in interface DecoratorLayout.Constraints
Parameters:
target - The new target value
Returns:
No description provided

getLocation

public java.awt.Point getLocation(java.awt.Component comp)
Get the location attribute of the GrabConstraints object

Specified by:
getLocation in interface DecoratorLayout.Constraints
Parameters:
comp - No description provided
Returns:
The location value

removeYou

public void removeYou()
UMLMethod: '+ removeYou () : Void'