public class ComponentTitledBorder extends java.lang.Object implements IComponent
Constructor and Description |
---|
ComponentTitledBorder(org.eclipse.swt.widgets.Composite parent,
Controller controller,
java.lang.String title,
java.lang.String id)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Composite |
getControl()
Returns the underlying control.
|
org.eclipse.swt.custom.CTabItem |
getTab()
Returns the tab
|
void |
setChild(org.eclipse.swt.widgets.Control child)
Sets the child control.
|
void |
setLayoutData(java.lang.Object data)
Sets layout data.
|
public ComponentTitledBorder(org.eclipse.swt.widgets.Composite parent, Controller controller, java.lang.String title, java.lang.String id)
parent
- controller
- title
- id
- public org.eclipse.swt.widgets.Composite getControl()
public org.eclipse.swt.custom.CTabItem getTab()
public void setChild(org.eclipse.swt.widgets.Control child)
child
- public void setLayoutData(java.lang.Object data)
data
-