public interface UIContainer extends UIComponent
Modifier and Type | Method and Description |
---|---|
void |
addComponent(UIComponent component)
Adds a component to this container.
|
BorderType |
getBorderType()
Returns the border type of this container.
|
String |
getTitle()
Returns the title of this container.
|
void |
setBorderType(BorderType borderType)
Sets the border type of this container.
|
void |
setTitle(String title)
Sets the title of this container.
|
getEnabler, setEnabler
String getTitle()
void setTitle(String title)
title
- the title for this containerBorderType getBorderType()
void setBorderType(BorderType borderType)
borderType
- the border type for this containervoid addComponent(UIComponent component)
component
- a non-null component that is added to this containerCopyright © 2019 Solibri, Inc.. All rights reserved.