public final class TreeMasterDetailSWTFactory extends Object
TreeMasterDetailComposites.| Modifier and Type | Method and Description |
|---|---|
static TreeMasterDetailComposite |
createTreeMasterDetail(org.eclipse.swt.widgets.Composite parent,
int style,
Object input)
Creates a
TreeMasterDetailComposite with the default behavior. |
static TreeMasterDetailComposite |
createTreeMasterDetail(org.eclipse.swt.widgets.Composite parent,
int style,
Object input,
int updateDelay,
TreeMasterDetailSWTCustomization buildBehaviour)
Creates a
TreeMasterDetailComposite with a customized behavior. |
static TreeMasterDetailComposite |
createTreeMasterDetail(org.eclipse.swt.widgets.Composite parent,
int style,
Object input,
TreeMasterDetailSWTCustomization buildBehaviour)
Creates a
TreeMasterDetailComposite with a customized behavior. |
static TreeMasterDetailSWTBuilder |
fillDefaults(org.eclipse.swt.widgets.Composite composite,
int swtStyleBits,
Object input)
Use this method if you want to customize any behavior of the
TreeMasterDetailComposite. |
public static TreeMasterDetailSWTBuilder fillDefaults(org.eclipse.swt.widgets.Composite composite, int swtStyleBits, Object input)
TreeMasterDetailComposite. This will return
a TreeMasterDetailSWTBuilder which allows to customize certain aspects.composite - the parent compositeswtStyleBits - the style bits which will be passed to the TreeMasterDetailCompositeinput - the input objectpublic static TreeMasterDetailComposite createTreeMasterDetail(org.eclipse.swt.widgets.Composite parent, int style, Object input)
TreeMasterDetailComposite with the default behavior.parent - the parent compositestyle - the style bits which will be passed to the TreeMasterDetailCompositeinput - the input objectpublic static TreeMasterDetailComposite createTreeMasterDetail(org.eclipse.swt.widgets.Composite parent, int style, Object input, TreeMasterDetailSWTCustomization buildBehaviour)
TreeMasterDetailComposite with a customized behavior. Please note that there is also the
fillDefaults(Composite, int, Object) method which allows to customize single aspects of the default
behavior without having to provider a full implementaion of TreeMasterDetailSWTCustomization.parent - the parent compositestyle - the style bits which will be passed to the TreeMasterDetailCompositeinput - the input objectbuildBehaviour - the custom behaviorpublic static TreeMasterDetailComposite createTreeMasterDetail(org.eclipse.swt.widgets.Composite parent, int style, Object input, int updateDelay, TreeMasterDetailSWTCustomization buildBehaviour)
TreeMasterDetailComposite with a customized behavior. Please note that there is also the
fillDefaults(Composite, int, Object) method which allows to customize single aspects of the default
behavior without having to provider a full implementaion of TreeMasterDetailSWTCustomization.parent - the parent compositestyle - the style bits which will be passed to the TreeMasterDetailCompositeinput - the input objectbuildBehaviour - the custom behaviorupdateDelay - the time between a detected selection change and updating the detail panel in msCopyright © 2019. All rights reserved.