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 CTreeComboCTreeComboColumn. parentprivate CTreeComboCTreeComboItem. parentMethods in org.eclipse.nebula.widgets.ctreecombo that return CTreeCombo Modifier and Type Method Description CTreeComboCTreeComboItem. 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 CTreeComboCTreeComboSnippet.ItemSelected. ctcMethods in org.eclipse.nebula.widgets.ctreecombo.snippets with parameters of type CTreeCombo Modifier and Type Method Description private static voidCTreeComboSnippet. loadSingleDataset(CTreeCombo ctc)private static voidCTreeComboSnippet. loadSingleDatasetWithColorsAndFonts(CTreeCombo ctc)private static voidCTreeComboSnippet. 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 CTreeComboCTreeComboViewer. treeThis viewer's control.Methods in org.eclipse.nebula.widgets.ctreecombo.viewer that return CTreeCombo Modifier and Type Method Description CTreeComboCTreeComboViewer. 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.
-