Uses of Class
org.eclipse.nebula.widgets.ctreecombo.CTreeCombo
-
Packages that use CTreeCombo Package Description org.eclipse.nebula.widgets.ctreecombo org.eclipse.nebula.widgets.ctreecombo.snippets org.eclipse.nebula.widgets.ctreecombo.viewer -
-
Uses of CTreeCombo in org.eclipse.nebula.widgets.ctreecombo
Fields in org.eclipse.nebula.widgets.ctreecombo declared as CTreeCombo Modifier and Type Field Description private CTreeCombo
CTreeComboColumn. parent
private CTreeCombo
CTreeComboItem. parent
Methods in org.eclipse.nebula.widgets.ctreecombo that return CTreeCombo Modifier and Type Method Description CTreeCombo
CTreeComboItem. getParent()
Returns the receiver's parent, which must be aCTreeCombo
.Constructors in org.eclipse.nebula.widgets.ctreecombo with parameters of type CTreeCombo Constructor Description CTreeComboColumn(CTreeCombo parent, int style)
Constructs a new instance of this class given its parent (which must be aTree
) and a style value describing its behavior and appearance.CTreeComboColumn(CTreeCombo parent, int style, int index)
Constructs a new instance of this class given its parent (which must be aTree
), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.CTreeComboItem(CTreeCombo parent, int style)
Constructs a new instance of this class given its parent (which must be aCTreeCombo
) and a style value describing its behavior and appearance.CTreeComboItem(CTreeCombo parent, int style, int index)
Constructs a new instance of this class given its parent (which must be aCTreeCombo
), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent. -
Uses of CTreeCombo in org.eclipse.nebula.widgets.ctreecombo.snippets
Fields in org.eclipse.nebula.widgets.ctreecombo.snippets declared as CTreeCombo Modifier and Type Field Description private CTreeCombo
CTreeComboSnippet.ItemSelected. ctc
Methods in org.eclipse.nebula.widgets.ctreecombo.snippets with parameters of type CTreeCombo Modifier and Type Method Description private static void
CTreeComboSnippet. loadSingleDataset(CTreeCombo ctc)
private static void
CTreeComboSnippet. loadSingleDatasetWithColorsAndFonts(CTreeCombo ctc)
private static void
CTreeComboSnippet. loadSingleDatasetWithImages(CTreeCombo ctc)
Constructors in org.eclipse.nebula.widgets.ctreecombo.snippets with parameters of type CTreeCombo Constructor Description ItemSelected(CTreeCombo ctc, java.lang.String text)
-
Uses of CTreeCombo in org.eclipse.nebula.widgets.ctreecombo.viewer
Fields in org.eclipse.nebula.widgets.ctreecombo.viewer declared as CTreeCombo Modifier and Type Field Description private CTreeCombo
CTreeComboViewer. tree
This viewer's control.Methods in org.eclipse.nebula.widgets.ctreecombo.viewer that return CTreeCombo Modifier and Type Method Description CTreeCombo
CTreeComboViewer. getTree()
Returns this CTreeCombo viewer's tree control.Constructors in org.eclipse.nebula.widgets.ctreecombo.viewer with parameters of type CTreeCombo Constructor Description CTreeComboViewer(CTreeCombo tree)
Creates a CTreeComboViewer viewer on the given tree control.
-