Creates a new container.
Creates a new container.
Adds a component to the container.
Adds an array of components to the container.
Clears the component for children.
Clears the components for a specific layer.
Processes the container during application cycles.
Removes a component from the container.
Removes a component from the container.
Gets a boolean determining whether the container is disabled or not.
Sets a boolean determining whether the container is disabled or not.
Renders the component. Override this!
Draws the component. Override this!
Gets the name of the component.
Gets a boolean determining whether the component is enabled or not.
Sets a boolean determining whether the component is enabled or not.
Gets a boolean determining whether the component is disabled or not.
Sets a boolean determining whether the component is disabled.
Gets a boolean determining whether the component is visible or not.
Sets a boolean determining whether the component is visible or not.
Gets a boolean determining whether the component is hidden or not.
Sets a boolean determining whether the component is hidden or not.
Gets the inner text of the component.
Sets the inner text of the component.
Gets the outer text of the component.
Sets the outer text of the component.
Ges the position of the component.
Sets the position of the component.
Gets the size of the component.
Sets the size of the component.
Gets the layer of the component.
Gets the parent window of the component.
Gets the parent container of the component.
Shows the component.
Hides the component.
Enables the component.
Disables the component.
Adds a style selector.
Removes a style selector.
Checks whether the space intersects with a point.
Checks whether the space intersects with another space.
Gets the graphics of the component.
Processes the component during application cycles.
Renders the sub rectangles for the graphics of the component.
Processes the component during application cycles.
Updates the styles of the component.
Gets the id of the component.
Sets the layer of the component.
Sets the parent window of the component.
Sets the parent container of the component.
A container component.