| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
util.IEventListener --+
|
terminal.paintable.IPaintable --+
|
object --+ |
| |
terminal.variable_owner.IVariableOwner --+
|
object --+ |
| |
terminal.sizeable.ISizeable --+
|
component.IComponent --+
|
object --+ |
| |
event.method_event_source.IMethodEventSource --+
|
abstract_component.AbstractComponent --+
|
object --+ |
| |
util.IEventListener --+ |
| |
terminal.paintable.IPaintable --+ |
| |
object --+ | |
| | |
terminal.variable_owner.IVariableOwner --+ |
| |
object --+ | |
| | |
terminal.sizeable.ISizeable --+ |
| |
component.IComponent --+ |
| |
component_container.IComponentContainer --+
|
abstract_component_container.AbstractComponentContainer --+
|
object --+ |
| |
util.IEventListener --+ |
| |
terminal.paintable.IPaintable --+ |
| |
object --+ | |
| | |
terminal.variable_owner.IVariableOwner --+ |
| |
object --+ | |
| | |
terminal.sizeable.ISizeable --+ |
| |
component.IComponent --+ |
| |
component_container.IComponentContainer --+ |
| |
layout.ILayout --+
|
object --+ |
| |
layout.IMarginHandler --+
|
abstract_layout.AbstractLayout --+
|
object --+ |
| |
layout.IAlignmentHandler --+
|
object --+ |
| |
layout.ISpacingHandler --+
|
object --+ |
| |
event.layout_events.ILayoutClickNotifier --+
|
abstract_ordered_layout.AbstractOrderedLayout --+
|
OrderedLayout
Ordered layout.
OrderedLayout is a component container, which shows the
subcomponents in the order of their addition in specified
orientation.
Version: 1.1.2
Deprecated: Replaced by VerticalLayout/HorizontalLayout. For type checking please not that VerticalLayout/HorizontalLayout do not extend OrderedLayout but AbstractOrderedLayout (which also OrderedLayout extends).
|
|||
CLIENT_WIDGET = Nonehash(x) |
|||
ORIENTATION_VERTICAL = 0
|
|||
ORIENTATION_HORIZONTAL = 1
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Creates a new ordered layout. The order of the layout defaults to
Deprecated: Use VerticalLayout/HorizontalLayout instead. |
Gets the orientation of the container.
|
Sets the orientation of this OrderedLayout. This method should only be used before initial paint.
Deprecated: Use VerticalLayout/HorizontalLayout or define orientation in constructor instead |
Paints the content of this component.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jul 6 19:32:57 2013 | http://epydoc.sourceforge.net |