Package | Description |
---|---|
Contains System related objects and tools (Thread, Profiling, Security, Exception...)
|
Constructor and Description |
---|
( c,
boolean recursive,
listener)
Constructor with a default border and the option to recursively set drop targets.
|
( c,
dragBorder,
boolean recursive,
listener)
Constructor with a specified border and the option to recursively set drop targets.
|
( c,
dragBorder,
listener)
Constructor with a specified border
|
( c,
listener)
Constructs a with a default light-blue border
and, if c is a , recursively
sets all elements contained within as drop targets, though only
the top level container will change borders.
|
( out,
c,
boolean recursive,
listener)
Constructor with a default border, debugging optionally turned on
and the option to recursively set drop targets.
|
( out,
c,
dragBorder,
boolean recursive,
listener)
Full constructor with a specified border and debugging optionally turned on.
|
( out,
c,
dragBorder,
listener)
Constructor with a specified border and debugging optionally turned on.
|
( out,
c,
listener)
Constructor with a default border and debugging optionally turned on.
|