|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.debug.internal.ui.dialogfields.DialogField
org.eclipse.cdt.debug.internal.ui.dialogfields.Separator
public class Separator
Dialog field describing a separator.
Constructor Summary | |
---|---|
Separator()
|
|
Separator(int style)
|
Method Summary | |
---|---|
org.eclipse.swt.widgets.Control[] |
doFillIntoGrid(org.eclipse.swt.widgets.Composite parent,
int nColumns)
Creates all controls of the dialog field and fills it to a composite. |
org.eclipse.swt.widgets.Control[] |
doFillIntoGrid(org.eclipse.swt.widgets.Composite parent,
int nColumns,
int height)
Creates the separator and fills it in a MGridLayout. |
int |
getNumberOfControls()
Returns the number of columns of the dialog field. |
org.eclipse.swt.widgets.Control |
getSeparator(org.eclipse.swt.widgets.Composite parent)
Creates or returns the created separator. |
Methods inherited from class org.eclipse.cdt.debug.internal.ui.dialogfields.DialogField |
---|
createEmptySpace, createEmptySpace, dialogFieldChanged, getLabelControl, isEnabled, postSetFocusOnDialogField, setDialogFieldListener, setEnabled, setFocus, setLabelText |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Separator()
public Separator(int style)
style
- of the separator. See Label
for possible
styles.Method Detail |
---|
public org.eclipse.swt.widgets.Control[] doFillIntoGrid(org.eclipse.swt.widgets.Composite parent, int nColumns, int height)
height
- The heigth of the separatorpublic org.eclipse.swt.widgets.Control[] doFillIntoGrid(org.eclipse.swt.widgets.Composite parent, int nColumns)
DialogField
MGridLayout
as
layout.
The dialog field will adjust its controls' spans to the number of columns given.
To be reimplemented by dialog field implementors.
doFillIntoGrid
in class DialogField
public int getNumberOfControls()
DialogField
getNumberOfControls
in class DialogField
public org.eclipse.swt.widgets.Control getSeparator(org.eclipse.swt.widgets.Composite parent)
parent
- The parent composite or null
if the widget has
already been created.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |