|
|||||||||||
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. |
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. |
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
Constructor Detail |
public GrabDecoratorConstraints(JGrab target, int gapX, int gapY, byte align)
target
- No description providedgapX
- No description providedgapY
- No description providedalign
- No description providedpublic GrabDecoratorConstraints(JGrab target, byte align)
target
- No description providedalign
- No description providedMethod Detail |
public java.awt.Component getTarget()
getTarget
in interface DecoratorLayout.Constraints
public java.awt.Component setTarget(java.awt.Component target)
setTarget
in interface DecoratorLayout.Constraints
target
- The new target value
public java.awt.Point getLocation(java.awt.Component comp)
getLocation
in interface DecoratorLayout.Constraints
comp
- 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 |