| Package | Description | 
|---|---|
| oracle.javatools.ui | 
 A general user interface component library. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static WindowTiler.Alignment | 
WindowTiler.Alignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static WindowTiler.Alignment[] | 
WindowTiler.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<WindowTiler.Alignment> | 
WindowTiler.getAlignment()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WindowTiler.setAlignment(java.util.List<WindowTiler.Alignment> alignment)
The list of alignments in preferred order in which the tiler will attempt to place
 the secondary window in relation to the first. 
 |