Spec-Zone .ru
спецификации, руководства, описания, API

JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

The base class for defining node-specific layout information. Container classes may extend this class if they need to define their own set of layout constraints.

Variable Summary

access name type Can Read Can Init Can Write Default Value description
public managed Boolean true

Defines whether the node(s) referencing this layout info should have their layout managed by their parent container.

Inherited Variables

Function Summary

public impl_add(node: Node) : Void
Parameters
node
 
public impl_remove(node: Node) : Void
Parameters
node
 
protected requestLayout() : Void
 

Inherited Functions