|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.miglayout.MigLayoutPane.FX2ComponentWrapper
class MigLayoutPane.FX2ComponentWrapper
| Field Summary | |
|---|---|
protected javafx.scene.Node |
node
|
| Constructor Summary | |
MigLayoutPane.FX2ComponentWrapper(javafx.scene.Node node)
|
|
| Method Summary | |
|---|---|
boolean
|
equals(Object o)
|
int
|
getBaseline(int width, int height)
|
Object
|
getComponent()
|
int
|
getComponetType(boolean arg0)
|
int
|
getHeight()
|
int
|
getHorizontalScreenDPI()
|
int
|
getLayoutHashCode()
|
String
|
getLinkId()
cols called in FXML on MigLayoutPane itself |
int
|
getMaximumHeight(int width)
|
int
|
getMaximumWidth(int height)
|
int
|
getMinimumHeight(int width)
|
int
|
getMinimumWidth(int height)
|
net.miginfocom.layout.ContainerWrapper
|
getParent()
|
float
|
getPixelUnitFactor(boolean arg0)
layout called in FXML on MigLayoutPane itself |
int
|
getPreferredHeight(int width)
|
int
|
getPreferredWidth(int height)
|
int
|
getScreenHeight()
|
int
|
getScreenLocationX()
|
int
|
getScreenLocationY()
This needs to be overridden so that different wrappers that hold the same component compare as equal. |
int
|
getScreenWidth()
|
int
|
getVerticalScreenDPI()
|
int[]
|
getVisualPadding()
|
int
|
getWidth()
|
int
|
getX()
|
int
|
getY()
|
boolean
|
hasBaseline()
|
int
|
hashCode()
|
boolean
|
isVisible()
|
void
|
paintDebugOutline()
called from the subnodes in FXML via MigLayoutPane.cc="..." |
void
|
setBounds(int x, int y, int width, int height)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
protected final javafx.scene.Node node
| Constructor Detail |
|---|
public MigLayoutPane.FX2ComponentWrapper(javafx.scene.Node node)
| Method Detail |
|---|
public boolean equals(Object o)
public int getBaseline(int width, int height)
public Object getComponent()
public int getComponetType(boolean arg0)
public int getHeight()
public int getHorizontalScreenDPI()
public int getLayoutHashCode()
public String getLinkId()
public int getMaximumHeight(int width)
public int getMaximumWidth(int height)
public int getMinimumHeight(int width)
public int getMinimumWidth(int height)
public net.miginfocom.layout.ContainerWrapper getParent()
public float getPixelUnitFactor(boolean arg0)
public int getPreferredHeight(int width)
public int getPreferredWidth(int height)
public int getScreenHeight()
public int getScreenLocationX()
public int getScreenLocationY()
public int getScreenWidth()
public int getVerticalScreenDPI()
public int[] getVisualPadding()
public int getWidth()
public int getX()
public int getY()
public boolean hasBaseline()
public int hashCode()
public boolean isVisible()
public void paintDebugOutline()
public void setBounds(int x, int y, int width, int height)
Groovy Documentation