A C G H I L M P R S T W X Y

A

AbsoluteConstraints - Class in com
An object that encapsulates position and (optionally) size for Absolute positioning of components.
AbsoluteConstraints(Point) - Constructor for class com.AbsoluteConstraints
Creates a new AbsoluteConstraints for specified position.
AbsoluteConstraints(int, int) - Constructor for class com.AbsoluteConstraints
Creates a new AbsoluteConstraints for specified position.
AbsoluteConstraints(Point, Dimension) - Constructor for class com.AbsoluteConstraints
Creates a new AbsoluteConstraints for specified position and size.
AbsoluteConstraints(int, int, int, int) - Constructor for class com.AbsoluteConstraints
Creates a new AbsoluteConstraints for specified position and size.
AbsoluteLayout - Class in com
AbsoluteLayout is a LayoutManager that works as a replacement for "null" layout to allow placement of components in absolute positions.
AbsoluteLayout() - Constructor for class com.AbsoluteLayout
 
addLayoutComponent(String, Component) - Method in class com.AbsoluteLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(Component, Object) - Method in class com.AbsoluteLayout
Adds the specified component to the layout, using the specified constraint object.

C

com - package com
 
constraints - Variable in class com.AbsoluteLayout
A mapping

G

getHeight() - Method in class com.AbsoluteConstraints
 
getLayoutAlignmentX(Container) - Method in class com.AbsoluteLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class com.AbsoluteLayout
Returns the alignment along the y axis.
getWidth() - Method in class com.AbsoluteConstraints
 
getX() - Method in class com.AbsoluteConstraints
 
getY() - Method in class com.AbsoluteConstraints
 

H

height - Variable in class com.AbsoluteConstraints
The height of the component or -1 if the component's preferred height should be used

I

invalidateLayout(Container) - Method in class com.AbsoluteLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.

L

layoutContainer(Container) - Method in class com.AbsoluteLayout
Lays out the container in the specified panel.

M

main(String[]) - Static method in class com.SimulaCliente
 
maximumLayoutSize(Container) - Method in class com.AbsoluteLayout
Returns the maximum size of this component.
minimumLayoutSize(Container) - Method in class com.AbsoluteLayout
Calculates the minimum dimension for the specified panel given the components in the specified parent container.

P

preferredLayoutSize(Container) - Method in class com.AbsoluteLayout
Calculates the preferred dimension for the specified panel given the components in the specified parent container.

R

removeLayoutComponent(Component) - Method in class com.AbsoluteLayout
Removes the specified component from the layout.

S

SimulaCliente - Class in com
Interfaccia di simulazione del sistema
SimulaCliente() - Constructor for class com.SimulaCliente
Creates new form SimulaCliente

T

toString() - Method in class com.AbsoluteConstraints
 

W

width - Variable in class com.AbsoluteConstraints
The width of the component or -1 if the component's preferred width should be used

X

x - Variable in class com.AbsoluteConstraints
The X position of the component

Y

y - Variable in class com.AbsoluteConstraints
The Y position of the component

A C G H I L M P R S T W X Y