borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.layout 

PaneConstraints component

java.lang.Object
   +----borland.jbcl.layout.PaneConstraints

About the PaneConstraints component

Variables  Constructors  Properties  Methods  

The constraint object for adding a component to a PaneLayout.


PaneConstraints variables

Variables implemented in this class

PaneConstraints constructors

PaneConstraints properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

PaneConstraints methods

Methods implemented in this class

Methods implemented in java.lang.Object


PaneConstraints variables

BOTTOM

  public static final String BOTTOM = "Bottom"

LEFT

  public static final String LEFT = "Left"

RIGHT

  public static final String RIGHT = "Right"

ROOT

  public static final String ROOT = "Root"

TOP

  public static final String TOP = "Top"

name

  public String name

position

  public String position

proportion

  public float proportion

splitComponentName

  public String splitComponentName

PaneConstraints constructors

PaneConstraints()

  public PaneConstraints()

PaneConstraints(java.lang.String, java.lang.String, java.lang.String, float)

  public PaneConstraints(java.lang.String name, java.lang.String splitComponentName, java.lang.String position, float proportion)

PaneConstraints methods

toString()

  public String toString()

Overrides: java.lang.Object.toString()