Home | Trees | Indices | Help |
|
---|
|
object --+ | IAlignmentHandler
IAlignmentHandler is most commonly an advanced ILayout that can align its components.
|
|||
|
|||
|
|||
Inherited from |
|
|||
ALIGNMENT_LEFT = 1
|
|||
ALIGNMENT_RIGHT = 2
|
|||
ALIGNMENT_TOP = 4
|
|||
ALIGNMENT_BOTTOM = 8
|
|||
ALIGNMENT_HORIZONTAL_CENTER = 16
|
|||
ALIGNMENT_VERTICAL_CENTER = 32
|
|
|||
Inherited from |
|
Set alignment for one contained component in this layout. Alignment is calculated as a bit mask of the two passed values or predefined alignments from Alignment class. Example: layout.setComponentAlignment(myComponent, Alignment.TOP_RIGHT)
Deprecated: Use setComponentAlignment instead |
Returns the current Alignment of given component.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jun 10 22:40:26 2015 | http://epydoc.sourceforge.net |