Groovy Documentation

griffon.plugins.miglayout
[Java] Class MigLayoutPane.FX2ContainerWrapper

java.lang.Object
  FX2ComponentWrapper
      griffon.plugins.miglayout.MigLayoutPane.FX2ContainerWrapper
All Implemented Interfaces:
net.miginfocom.layout.ContainerWrapper

class MigLayoutPane.FX2ContainerWrapper
extends FX2ComponentWrapper

Constructor Summary
MigLayoutPane.FX2ContainerWrapper(javafx.scene.Node node)

 
Method Summary
int getComponentCount()

net.miginfocom.layout.ComponentWrapper[] getComponents()

Object getLayout()

boolean isLeftToRight()

void paintDebugCell(int x, int y, int w, int h)

void paintDebugOutline()

 

Constructor Detail

MigLayoutPane.FX2ContainerWrapper

public MigLayoutPane.FX2ContainerWrapper(javafx.scene.Node node)


 
Method Detail

getComponentCount

public int getComponentCount()


getComponents

public net.miginfocom.layout.ComponentWrapper[] getComponents()


getLayout

public Object getLayout()


isLeftToRight

public boolean isLeftToRight()


paintDebugCell

public void paintDebugCell(int x, int y, int w, int h)


paintDebugOutline

public void paintDebugOutline()


 

Groovy Documentation