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

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicmanagedBooleantrue

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