public interface MBasicFactory
Modifier and Type | Field and Description |
---|---|
static MBasicFactory |
INSTANCE
The singleton instance of the factory
|
Modifier and Type | Method and Description |
---|---|
MCompositePart |
createCompositePart()
Returns a new object of class 'Composite Part'
|
MDialog |
createDialog()
Deprecated.
|
MInputPart |
createInputPart()
Deprecated.
See
model documentation for details |
MPart |
createPart()
Returns a new object of class 'Part'
|
MPartSashContainer |
createPartSashContainer()
Returns a new object of class 'Part Sash Container'
|
MPartStack |
createPartStack()
Returns a new object of class 'Part Stack'
|
MTrimBar |
createTrimBar()
Returns a new object of class 'Trim Bar'
|
MTrimmedWindow |
createTrimmedWindow()
Returns a new object of class 'Trimmed Window'
|
MWindow |
createWindow()
Returns a new object of class 'Window'
|
MWizardDialog |
createWizardDialog()
Deprecated.
|
static final MBasicFactory INSTANCE
MPart createPart()
MCompositePart createCompositePart()
@Deprecated MInputPart createInputPart()
model documentation
for detailsMPartStack createPartStack()
MPartSashContainer createPartSashContainer()
MWindow createWindow()
MTrimmedWindow createTrimmedWindow()
MTrimBar createTrimBar()
@Deprecated MDialog createDialog()
@Deprecated MWizardDialog createWizardDialog()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.