Uses of Class
org.eclipse.cdt.internal.ui.wizards.dialogfields.DialogField

Packages that use DialogField
org.eclipse.cdt.internal.ui.preferences   
org.eclipse.cdt.internal.ui.wizards.classwizard   
org.eclipse.cdt.internal.ui.wizards.dialogfields   
 

Uses of DialogField in org.eclipse.cdt.internal.ui.preferences
 

Methods in org.eclipse.cdt.internal.ui.preferences with parameters of type DialogField
 void TodoTaskConfigurationBlock.TaskTagAdapter.dialogFieldChanged(DialogField field)
           
 

Uses of DialogField in org.eclipse.cdt.internal.ui.wizards.classwizard
 

Subclasses of DialogField in org.eclipse.cdt.internal.ui.wizards.classwizard
 class BaseClassesListDialogField
           
 class MethodStubsListDialogField
           
 

Uses of DialogField in org.eclipse.cdt.internal.ui.wizards.dialogfields
 

Subclasses of DialogField in org.eclipse.cdt.internal.ui.wizards.dialogfields
 class CheckedListDialogField
          A list with checkboxes and a button bar.
 class ComboDialogField
          Dialog field containing a label and a combo control.
 class LinkToFileGroup
          This class is part of the NewClassWizard It handels the Link to file part
 class ListDialogField
          A list with a button bar.
 class SelectionButtonDialogField
          Dialog Field containing a single button such as a radio or checkbox button.
 class SelectionButtonDialogFieldGroup
          Dialog field describing a group with buttons (Checkboxes, radio buttons..)
 class Separator
          Dialog field describing a separator.
 class StringButtonDialogField
          Dialog field containing a label, text control and a button control.
 class StringDialogField
           
 class TreeListDialogField
          A list with a button bar.
 

Methods in org.eclipse.cdt.internal.ui.wizards.dialogfields with parameters of type DialogField
 void SelectionButtonDialogField.attachDialogField(DialogField dialogField)
          Attaches a field to the selection state of the selection button.
 void SelectionButtonDialogField.attachDialogFields(DialogField[] dialogFields)
          Attaches fields to the selection state of the selection button.
 void IStringButtonAdapter.changeControlPressed(DialogField field)
           
 void IDialogFieldListener.dialogFieldChanged(DialogField field)
           
static void LayoutUtil.doDefaultLayout(org.eclipse.swt.widgets.Composite parent, DialogField[] editors, boolean labelOnTop)
          Creates a composite and fills in the given editors.
static void LayoutUtil.doDefaultLayout(org.eclipse.swt.widgets.Composite parent, DialogField[] editors, boolean labelOnTop, int minWidth, int minHeight)
          Creates a composite and fills in the given editors.
static void LayoutUtil.doDefaultLayout(org.eclipse.swt.widgets.Composite parent, DialogField[] editors, boolean labelOnTop, int minWidth, int minHeight, int marginWidth, int marginHeight)
          Deprecated.  
static int LayoutUtil.getNumberOfColumns(DialogField[] editors)
          Calculates the number of columns needed by field editors
 boolean SelectionButtonDialogField.isAttached(DialogField editor)
          Returns true is teh gived field is attached to the selection button.