net.miginfocom.layout
public final class LinkHandler extends Object
Field Summary | |
---|---|
static int | HEIGHT |
static int | WIDTH |
static int | X |
static int | X2 |
static int | Y |
static int | Y2 |
Method Summary | |
---|---|
static boolean | clearBounds(Object layout, String key) |
static Integer | getValue(Object layout, String key, int type) |
static boolean | setBounds(Object layout, String key, int x, int y, int width, int height) Sets a key that can be linked to from any component. |
Parameters: layout The MigLayout instance key The key to link to. This is the same as the ID in a component constraint. x x y y width Width height Height
Returns: If the value was changed