| 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 --+
|
ordered_layout.OrderedLayout --+
|
ExpandLayout
A layout that will give one of it's components as much space as possible, while still showing the other components in the layout. The other components will in effect be given a fixed sized space, while the space given to the expanded component will grow/shrink to fill the rest of the space available - for instance when re-sizing the window.
Note that this layout is 100% in both directions by default (setSizeFull). Remember to set the units if you want to specify a fixed size. If the layout fails to show up, check that the parent layout is actually giving some space.
Deprecated: Deprecated in favor of the new OrderedLayout
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Creates a new ordered layout. The order of the layout defaults to
|
|
Add a component into this container. The component is added to the right or under the previous component or into the indexed position in this container.
|
Adds a component into this container. The component is added to the left or on top of the other components.
|
Removes the component from this container.
|
Replaces the component in the container with another one without changing position. This method replaces component with another one is such way that the new component overtakes the position of the old component. If the old component is not in the container, the new component is added to the container. If the both component are already in the container, their positions are swapped. IComponent attach and detach events should be taken care as with add and remove.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jul 6 13:40:56 2013 | http://epydoc.sourceforge.net |