Klasse ComponentTitledBorder
java.lang.Object
org.deidentifier.arx.gui.view.impl.common.ComponentTitledBorder
- Alle implementierten Schnittstellen:
IComponent
This class implements a titled border.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungComponentTitledBorder(org.eclipse.swt.widgets.Composite parent, Controller controller, String title, String id) Creates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.eclipse.swt.widgets.CompositeReturns the underlying control.org.eclipse.swt.custom.CTabItemgetTab()Returns the tabvoidsetChild(org.eclipse.swt.widgets.Control child) Sets the child control.voidsetLayoutData(Object data) Sets layout data.
-
Konstruktordetails
-
ComponentTitledBorder
public ComponentTitledBorder(org.eclipse.swt.widgets.Composite parent, Controller controller, String title, String id) Creates a new instance.- Parameter:
parent-controller-title-id-
-
-
Methodendetails
-
getControl
public org.eclipse.swt.widgets.Composite getControl()Returns the underlying control.- Gibt zurück:
-
getTab
public org.eclipse.swt.custom.CTabItem getTab()Returns the tab- Gibt zurück:
-
setChild
public void setChild(org.eclipse.swt.widgets.Control child) Sets the child control.- Parameter:
child-
-
setLayoutData
Sets layout data.- Parameter:
data-
-