|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.uni_paderborn.fujaba.fsa.swing.GrabDecoratorConstraints
Constraints for Decorations to Grabs in PanelGrabUI. Used for additional Components to the main grab component. Defines the way the Components should be positioned according to the main component
| Field Summary | |
static byte |
ABOVE
No comment provided by developer, please add a comment to improve documentation. |
private byte |
alignment
UMLAttribute: 'alignment : Double' |
static byte |
BELOW
No comment provided by developer, please add a comment to improve documentation. |
static byte |
CENTERED
No comment provided by developer, please add a comment to improve documentation. |
private int |
gapX
UMLAttribute: 'gapX : Integer' |
private int |
gapY
UMLAttribute: 'gapY : Integer' |
private java.awt.Component |
target
No comment provided by developer, please add a comment to improve documentation. |
| Constructor Summary | |
GrabDecoratorConstraints(JGrab target,
byte align)
Constructor for class GrabDecoratorConstraints |
|
GrabDecoratorConstraints(JGrab target,
int gapX,
int gapY,
byte align)
Constructor for class GrabDecoratorConstraints |
|
| Method Summary | |
byte |
getAlignment()
UMLMethod: 'Read access method for attribute alignment : Byte' |
int |
getGapX()
UMLMethod: 'Read access method for attribute gapX : Integer' |
int |
getGapY()
UMLMethod: 'Read access method for attribute gapY : Integer' |
java.awt.Point |
getLocation(java.awt.Component comp)
Get the location attribute of the GrabDecoratorConstraints object |
java.awt.Component |
getTarget()
UMLMethod: 'Read access method for attribute target : Component' |
void |
removeYou()
UMLMethod: '+ removeYou () : Void' |
byte |
setAlignment(byte alignment)
UMLMethod: 'Write access method for attribute alignment : Byte' |
int |
setGapX(int gap)
UMLMethod: 'Write access method for attribute gapX : Integer' |
int |
setGapY(int gap)
UMLMethod: 'Write access method for attribute gapY : Integer' |
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 |
| Field Detail |
public static final byte CENTERED
public static final byte ABOVE
public static final byte BELOW
private byte alignment
private int gapX
private int gapY
private java.awt.Component target
| Constructor Detail |
public GrabDecoratorConstraints(JGrab target,
int gapX,
int gapY,
byte align)
target - No description providedgapX - No description providedgapY - No description providedalign - No description provided
public GrabDecoratorConstraints(JGrab target,
byte align)
target - No description providedalign - No description provided| Method Detail |
public java.awt.Component getTarget()
getTarget in interface DecoratorLayout.Constraintspublic java.awt.Component setTarget(java.awt.Component target)
setTarget in interface DecoratorLayout.Constraintstarget - The new target value
public java.awt.Point getLocation(java.awt.Component comp)
getLocation in interface DecoratorLayout.Constraintscomp - No description provided
public byte getAlignment()
public byte setAlignment(byte alignment)
alignment - The new alignment value
public int getGapX()
public int setGapX(int gap)
gap - The new gapX value
public int getGapY()
public int setGapY(int gap)
gap - The new gapY value
public void removeYou()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||